:root {
/* MARKA */
--color-1: #225278;        /* brand */
--color-2: #0ea5e9;        /* accent */
--color-3: #1f2937;        /* anthracite (metin ve koyu buton) */
--color-4: #555;
--color-beyaz: #fff;
--color-10: rgba(255,255,255,0.10);     /* ANA RENK YUMUSAK TON*/  
--color-buzmavi: #d9edf7;  	/* BUZ MAVI RENK */
--color-lightgray: #e9e9e9;  		  /* AÇIK GRI RENK ÇİZGİ RENKLERİ*/  
--calc-input-bg: #fffbe6;               /* AÇIK SARI RENK ÇİZGİ RENKLERİ*/  






--color-mavi-baslik:#3a87ad;                          /* MAVİ EKRAN BAŞLIK RENK*/  
--color-mavi-yazi:#3a87ad;		                      /* MAVİ EKRAN YAZI RENK*/  
--color-mavi-bg:#d9edf7;		                      /* MAVİ EKRAN bg RENK*/  
--color-mavi-bg2:#f7fbff;

--menu-color-bg:#eaf3fb;
--menu-color-hover: #f4f7fc;

/* ZEMİN / KART */
--bg-color-1: #f8fafc;     /* sayfa zemini */
--surface: #ffffff;        /* kart yüzeyi */
--surface-soft: #E7EEF4;   /* footer-top gibi yumuşak alan */
--border-color-1: rgba(34,82,120,.14);
--pool-border:#dbe5f2;          /* Kart kenari */
--pool-shadow-soft: 0 6px 16px rgba(15, 23, 42, 0.06);
--pool-transition: 0.18s ease-in-out;
--pool-transition: 0.18s ease-in-out;
--buton: #333;

/* UI sabitleri */
--radius: 14px;
--radius-sm10: 10px;
--radius-sm8: 8px;
--radius-sm4: 4px;

--shadow-sm: 0 2px 10px rgba(0,0,0,.06);
--shadow-lg: 0 14px 32px rgba(0,0,0,.12);
--pool-primary-soft: #e5eff9;    /* Açik mavi ton */
  --topbar-height: 44px;
  --header-height: 70px;
}

body {
font-family: "Open Sans", sans-serif;
color: var(--color-3);
background: var(--bg-color-1);
overflow-x: hidden;

/* toplam sticky offset */
padding-top: calc(
44px + 70px + env(safe-area-inset-top, 0px)
);
padding-bottom: env(safe-area-inset-bottom, 0px);}

a {color: var(--color-3);text-decoration: none;}
a:hover {color: var(--color-1);text-decoration: none;  }
h1,
h2,
h3,
h4,
h5,
h6 {font-family: "Poppins", sans-serif;  }

h1{ font-size: 44px); line-height: 1.08; }
h2{

}
h3{ font-size: 28px);  line-height: 1.2;  }
p, li{ font-size: 16px; line-height: 1.6; }

@media (max-width: 767px) {
h1{ font-size: 36px);  }
h2{ font-size: 30px);  }
h3{ font-size: 24px);    }
p, li{ font-size: 16px;  }
}

.bg-beyaz{background:#fff;}
.bg-mavi{background:var(--color-mavi-bg);}
.bg-menu{background:var(--bg-color-1);}
.border-style {border: 1px solid var(--border-color-1); border-radius: 8px; padding: 20px;}

.banner_alt {
background-image: url(https://www.artemispool.com/images/pages/sitemap/footerline.webp);
background-repeat: repeat;height: 15px;width: 100%;}

.title{
position: relative;
z-index: 2;
font-weight: 700;
font-size: 36px;
text-transform: uppercase;
}
/* BLOK BAŞLIKLARI */
.section-title {
text-align: center;
padding: 20px 0;
position: relative;}
.text-title { display: flex; text-align: center; padding: 20px 0; position: relative; gap: 10px;} 
.text-title .texttitle-icon { display: flex; align-items: center; line-height: 1; } 
.text-title i { font-size: 0.9em; /* yazıyla orantı */ position: relative; top: -1px;}

ul.cat {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
border-right-color: ali;
}

ul.cat li {
margin: 0px;
list-style: none;
width: 100%;}

.kolon-futures {
border-radius:10px;
border: 1px solid var(--pool-border);
padding: 30px;
margin-bottom: 10px;}

@media (max-width: 575.98px) {
.title {  font-size: 26px;}}

/* Buton – premium animasyon */
.btn-home {
background:#000;
color: var(--color-beyaz);
padding: 10px 22px;
display: inline-block;
border-radius: 8px;
transition: all 0.3s ease;
font-weight: 600;
text-decoration: none;}

.btn-home:hover {background:var(--color-1);
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(34, 82, 120, 0.35);
color: var(--color-beyaz);
}
.btn-blu {
display: inline-block;
background: var(--color-2);
color: var(--color-beyaz);
padding:14px 34px;
border-radius:10px;
font-weight:600;
font-size:18px;
text-decoration:none;
box-shadow:0 4px 12px rgba(0,0,0,0.25);
transition:0.3s;
}
.btn-blu:hover {
background: var(--color-2);
box-shadow: 0 6px 18px rgba(14,165,233,0.35);
transform: translateY(-2px);
color: var(--color-beyaz);
}
.btn-lightblu,
.btn-lihgtblu {
display: inline-block;
background: #36739D;
color: var(--color-beyaz);
padding:14px 34px;
border-radius:10px;
font-weight:600;
font-size:18px;
text-decoration:none;
box-shadow:0 4px 12px rgba(0,0,0,0.25);
transition:0.3s;
}
.btn-lightblu,
.btn-lihgtblu:hover {
background: var(--color-2);
box-shadow: 0 6px 18px rgba(14,165,233,0.35);
transform: translateY(-2px);
color: var(--color-beyaz);}
.buton-1-clean {
background: var(--color-3);
color: var(--color-beyaz);
padding: 10px 22px;
display: inline-block;
border-radius: 8px;
transition: all 0.3s ease;
font-weight: 600;
text-decoration: none;}
.service-btn-clean:hover {
background: var(--color-2);
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(14,165,233,0.35);
color: var(--color-beyaz);}

/* Buton dili (tek tip) */
.service-btn,
.service-btn-clean,
.cta-btn{
border-radius: 10px;
font-weight: 600;
transition: .25s ease;
}
@media (max-width: 576px) {
.service-btn-clean {
width: 100%;
padding: 12px;
border-radius: 10px;
font-size: 1rem;}
}

.solidline {
border-top: 1px solid #e9e9e9;
margin: 10 0 10px;
}

hr {border: 1px solid var(--pool-border);}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 5px;
bottom: 5px;
z-index: 996;
background: var(--color-1);
width: 50px;
height: 50px;
border-radius: 4px;
transition: all 0.4s;
}
.back-to-top i {font-size: 28px;color: #eee;line-height: 0;}
.back-to-top:hover {background: var(--color-2);	color:#eee;}
.back-to-top.active {visibility: visible;opacity: 1;}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
position: fixed;
top: env(safe-area-inset-top, 0px);
height: 44px;
left: 0;
right: 0;
z-index: 996;
display: flex;
align-items: center;
background-color: #f5f5f5;}
#topbar.topbar-scrolled {transform: translateY(-100%);}
#topbar .contact-info i {font-style: normal;color: var(--color-1);}
#topbar .contact-info i a,
#topbar .contact-info i span {padding-left: 5px; color: var(--color-1);}
#topbar .contact-info i a {line-height: 0; transition: 0.3s;}
#topbar .contact-info i a:hover {color: var(--color-2);}
#topbar .social-links a {
color: var(--color-1);
padding: 4px 12px;
display: inline-block;
line-height: 1px;
transition: 0.3s;
border-left: 1px solid #e9e9e9;
font-size: 15px;}
#topbar .social-links a:hover {color: var(--color-2);}
#topbar .social-links a:first-child {border-left: 0;}
@media (max-width: 320px) {#topbar  { font-size:12px;}}

@media (max-width: 412px) {#topbar  { font-size:14px;}
#topbar .contact-info i {font-size: 14px;}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  background-color:#225278;
  top: calc(
    44px + env(safe-area-inset-top, 0px)
  );
  height: 70px;
  left: 0;
  right: 0;
  z-index: 997;}
#header.header-scrolled { box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); top: 0;}
#header .logo {flex: 0 0 auto;}
#header .logo img {
padding: 0;
margin: 0;
max-height: 50px;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation */

#navbar { margin-left: auto;}
.navbar {  padding: 0;}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;}
.navbar li {  position: relative;}
.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 15px;
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 600;
color: var(--color-beyaz);
white-space: nowrap;
text-transform: uppercase;
transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: var(--color-2);}
.navbar .dropdown ul {
display: block;
position: absolute;
left: 30px;
top: calc(100% + 30px);
margin: 0;
padding: 10px 0;
z-index: 99;
opacity: 0;
visibility: hidden;
background: var(--color-1);
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;}
.navbar .dropdown ul li {  min-width: 200px;}
.navbar .dropdown ul a {
padding: 10px 20px;
font-size: 14px;
text-transform: none;
font-weight: 400;}
.navbar .dropdown ul a i {
font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
color: var(--color-beyaz);
background-color: var(--color-10);}
.navbar .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;}
.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;}
#navbar .bi-globe {
font-size: 20px;      /* ikon büyüklüğü */
line-height: 1;       /* fazladan boşluk olmasın */
vertical-align: middle;
}
#navbar .dropdown:last-child ul {
right: 0px;   /* 0 yerine 10–20px */
left: auto;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {left: -90%;  }
.navbar .dropdown .dropdown:hover>ul {left: -100%; }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
color: var(--color-beyaz);
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;}
.mobile-nav-toggle.bi-x {color: var(--color-beyaz);}

@media (max-width: 991px) {
.mobile-nav-toggle {display: block;}
.navbar ul {display: none;}
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(31, 38, 39, 0.9);
transition: 0.3s;
z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}
.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
background-color: var(--color-1);
overflow-y: auto;
transition: 0.3s;}
.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
font-size: 15px;
color: var(--color-beyaz);}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {color: var(--color-beyaz);}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {  margin: 15px;}
.navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 10px 20px;
padding: 10px 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: var(--color-10);
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}
.navbar-mobile .dropdown ul li {  min-width: 200px;}
.navbar-mobile .dropdown ul a {  padding: 10px 20px;}
.navbar-mobile .dropdown ul a i { font-size: 12px;}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {  color: var(--color-beyaz);}
.navbar-mobile .dropdown>.dropdown-active { display: block;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
height: 70vh;
position: relative;
overflow: hidden;
}

#hero .carousel-item {
height: 70vh;
background-size: cover;
background-position: center;
position: relative;
}

#hero .carousel-item::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.65);
z-index: 1;
}

#hero .carousel-container {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}

#hero .carousel-content {
text-align: center;
color: #fff;
max-width: 900px;
}

#hero h1,
#hero h2 {
font-size: 48px;
font-weight: 800;
margin-bottom: 20px;
}

#hero p {
font-size: 18px;
margin-bottom: 30px;
}

#hero .btn-get-started {
padding: 14px 32px;
border-radius: 6px;
background: var(--color-2);
color: #fff;
text-decoration: none;
}

/* SVG OKLAR */
#hero .custom-arrow {
position: absolute;
top: 0;
bottom: 0;
width: 8%;
z-index: 3;
display: flex;
align-items: center;
justify-content: center;
background: none;
border: 0;
}

#hero .custom-arrow svg {
width: 48px;
height: 48px;
fill: none;
stroke: #fff;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
opacity: 0.8;
transition: transform .3s ease, opacity .3s ease;
}

#hero .custom-arrow:hover svg {
opacity: 1;
transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
#hero,
#hero .carousel-item {
height: 60vh;
}

#hero h1,
#hero h2 {
font-size: 32px;
}

#hero .custom-arrow svg {
width: 36px;
height: 36px;
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* HIZMET KARTI ? PREMIUM TASARIM */
.service-card {
border-radius: 14px;
padding: 22px;
text-align: center;
transition: all 0.35s ease;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: relative;
overflow: hidden;
border: 1px solid rgba(34,82,120,0.06);
background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
opacity: 0;
transform: translateY(20px);
animation: fadeInUp 0.8s ease forwards;
}

.service-card-2 {
padding:40px 0;
border: 1px solid rgba(34,82,120,0.06);
background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);

}
.service-card-2 i{
font-size: 7px;
padding:0 10px;
}


.service-card,
.blog-card{
border-radius: var(--radius);
box-shadow: var(--shadow-sm);
border: 1px solid var(--pool-border);
background: var(--surface);
}
#services .row.g-4 > div:nth-child(3n+1) .service-card { animation-delay: .1s; }
#services .row.g-4 > div:nth-child(3n+2) .service-card { animation-delay: .2s; }
#services .row.g-4 > div:nth-child(3n+3) .service-card { animation-delay: .3s; }

@keyframes fadeInUp {
0% { opacity: 0; transform: translateY(25px); }
100% { opacity: 1; transform: translateY(0); }
}

/* Hover efekti: Premium scale + shadow */
.service-card:hover,
.blog-card:hover{
transform: translateY(-6px) scale(1.03);
box-shadow: var(--shadow-lg);}

.service-img {
aspect-ratio: 4 / 3;     /* 400x300 orani */
width: 100%;
overflow: hidden;
border-radius: 10px;
}

/* G?rsel -> hi?bir zaman bozulmaz */
.service-img img {
width: 100%;
height: 100%;
object-fit: cover;       /* EN DOGRUSU BU */
transition: transform 0.4s ease;
}

/* Hover b?y?tme */
.service-card:hover .service-img img {
transform: scale(1.06);
}

/* Baslik */
.service-card h3 {
	color: var(--color-1);
	font-weight: 500;
	margin-top:10px;
	font-size: 1.25rem;
}

/* A?iklama metni */
.service-card p {
font-size: 0.96rem;
line-height: 1.45;
min-height: 72px;
}
.img-responsive { max-width: 100%; height: auto; display: block;}
/* Mobil Premium Dokunuslar */
@media (max-width: 576px) {

#services {padding-top: 40px;padding-bottom: 40px;}
.service-card {padding: 20px;border-radius: 16px;}
.service-card h3 {font-size: 1.15rem;}
.service-card p {font-size: 0.92rem;min-height: auto;}
}
/* HIZMET KARTI ? PREMIUM TASARIM FNISH*/

/* ========== ÜST WHATSAPP BAR (FIXED & RESPONSIVE) ========== */
.whatsapp-strip {
background-color: var(--color-beyaz);
padding: 32px 0;
border-top: 1px solid #e9e9e9;
overflow-x: hidden; /* güvenlik kemeri */
}

/* ICON */
.whatsapp-icon {
width: clamp(46px, 14vw, 80px);
height: auto;
display: block;
margin: 0 auto;
}

/* TEXT WRAPPER */
.whatsapp-text {
text-align: center;
text-shadow: 0 3px 8px rgba(0,0,0,.25);
}

/* LEAD */
.whatsapp-lead {
margin: 0 0 12px 0;
font-weight: 700;
line-height: 1.2;
font-size: clamp(14px, 3.5vw, 18px);
}

/* NUMBER */
.whatsapp-number {
display: inline-block;
font-weight: 900;
letter-spacing: 1px;
font-size: clamp(22px, 6vw, 36px);
line-height: 1.1;
color: #18c400;
word-break: keep-all;
}

/* IMAGE */
.whatsapp-banner-img {
width: 100%;
height: clamp(110px, 22vw, 170px);
object-fit: cover;
display: block;
border-radius: 6px;
}
@media (max-width: 412px) {
.whatsapp-number {  font-size:30px;}}

@media (min-width: 413px) and (max-width: 767px) {

.whatsapp-strip .row {flex-wrap: wrap;text-align: center;}
.whatsapp-strip [class*="col-"] {
flex: 0 0 100%;
max-width: 100%;
margin: 0;
padding: 12px 0;}
.whatsapp-number {font-size:40px;color: red;}}

@media (min-width: 767px) {
.whatsapp-strip .row {align-items: center;}
.whatsapp-text {text-align:center;}
.whatsapp-banner-img { width: 100%;}
.whatsapp-number {font-size:40px;}


}

/* HAVUZ TADILATI START*/
#pool-services { overflow-x: hidden; background:#2d3336; padding:60px 0;}
.service-box { width: 100%; }
.service-content, .service-content a { overflow-wrap: anywhere; }
.service-box {
position: relative;
height: 380px;
border: 3px solid rgba(255, 252, 252, 0.678);
border-radius: 10px;
overflow: hidden;
display: flex;
align-items: stretch;
transition: 0.35s ease;
background-size: cover;
background-position: center;}
.service-box:hover {
transform: translateY(-6px);
box-shadow: 0px 8px 22px rgba(0,0,0,0.35);}
.service-box .overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.30);
transition: .3s ease;}
.service-box:hover .overlay {
background: rgba(0,0,0,0.7);}
.service-content {
position: relative;
z-index: 10;
width: 100%;
padding: 40px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;}
.service-title {
font-size: 30px;
font-weight: 700;
margin-bottom: 18px;
color: var(--color-beyaz);}
.service-content ul {
list-style: none;
padding: 0;
margin: 0;}
.service-content ul li {
font-size: 20px;
font-weight: 400;
margin-bottom: 8px;
color: var(--color-beyaz);line-height: 1.35;}
.service-content ul li a{
color: var(--color-beyaz);
text-decoration: none;}
.service-title a{
color: var(--color-beyaz);
text-decoration: none;}
/* HAVUZ TADILATI FNISH*/




/* BLOG*/
#blog .service-card{
background: var(--color-beyaz);
border: 1px solid rgba(20, 40, 60, .12);
border-radius: 18px;
padding: 18px;
height: 100%;
display: flex;
flex-direction: column;
gap: 0;
box-shadow: 0 10px 24px rgba(0,0,0,.06);
transition: box-shadow .25s ease, transform .25s ease;}
#blog .service-img{
display: block;
border-radius: 14px;
overflow: hidden;
aspect-ratio: 4 / 3;       
margin-bottom: 5px;}
#blog .service-img img{
width: 100%;
height: 100%;
object-fit: cover;         
display: block;}

*/
#blog .service-card h2{
font-size: 24px;             
font-weight: 500;
line-height: 1.2;
text-align: start;          
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;      
overflow: hidden; 
min-height: 3.6em;}

*/
#blog .service-card p{
text-align: start;}

#blog .service-card .blog-excerpt{
margin: 0;
text-align: start;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3; 
overflow: hidden;
line-height: 1.6;
max-height: calc(1.6em * 3);}

#blog .text-link{
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 14px;
text-decoration: none;
font-weight: 600;
color: var(--color-1);}
#blog .text-link:hover{
}
#blog .btn-arrow .arrow{
display: inline-block;
transition: transform .25s ease;
will-change: transform;}

#blog .btn-arrow:hover .arrow,
#blog .btn-arrow:focus-visible .arrow{
transform: translateX(8px);}

*/
:dir(rtl) #blog .text-link{align-self: flex-end;}
:dir(rtl) #blog .btn-arrow .arrow{
transform: rotate(180deg);}

:dir(rtl) #blog .btn-arrow:hover .arrow,
:dir(rtl) #blog .btn-arrow:focus-visible .arrow{
transform: translateX(-8px) rotate(180deg);}

/* SON BLOGLAR START*/
#services-blog {
overflow-x: hidden;
padding:20px 0;
}
.blog-card {
background: var(--surface);
border-radius: var(--radius);
box-shadow: var(--shadow-sm);
border: 1px solid var(--border-color-1);
overflow:hidden;
text-decoration:none;
display:block;
height:100%;
transition:.3s ease;}

.blog-card:hover {
transform: translateY(-6px);
box-shadow:0px 10px 20px rgba(0,0,0,0.15);}

.blog-img {width:100%;height:170px;overflow:hidden;}
.blog-img img {width:100%;height:100%;object-fit:cover;transition:.3s ease;}
.blog-card:hover img {transform:scale(1.08);}
.blog-content {padding:16px;}
.blog-content h3 {font-size:18px;font-weight:700;color:var(--color-1);margin-bottom:8px;line-height:1.35;}
.blog-content p {margin:0;line-height:1.5;}
.blog-excerpt {
overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}

@media (max-width: 575.98px) {
#services-blog .row.counters {display: flex;justify-content: center;}
#services-blog .row.counters > [class*="col-"] {
flex: 0 0 100%;max-width: 100%;}
}

@media (min-width: 576px) and (max-width: 991.98px) {
#services-blog .row.counters {display: flex;justify-content: center;gap: 16px;}
#services-blog .row.counters > [class*="col-"] {flex: 0 0 48%;max-width: 48%;}
}

@media (min-width: 992px) {#services-blog .row.counters {display: flex;}
#services-blog .row.counters > [class*="col-"] {flex: 0 0 25%;max-width: 25%;}
}

/* SON BLOGLAR FNISH*/

/* TEKLİF ALIN START*/
.cta-offer {background: var(--color-1);}
.cta-image {
max-width: 100%;
height: auto;}
.cta-title  {color: var(--color-beyaz);}

/* Mobilde transform kapat */
@media (min-width: 576px) and (max-width: 991.98px) {
.cta-image {transform: none;}
}
@media (max-width: 575.98px)  {

}
/* TEKLİF ALIN FNISH*/





/* ======== VIDEO SLIDER ======== */
.video-card {cursor: pointer;}
.video-thumb {
position: relative;
width: 100%;
padding-top: 56.25%;
background-size: cover;
background-position: center;
border-radius: 10px;
overflow: hidden;}

.video-thumb > div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);}

.ring-glow {
width: 110px;
height: 110px;
background: rgba(255, 0, 0, 0.10);
border-radius: 50%;
z-index: 1;}

/* Nabiz efekti */
.pulse-ring {
width: 75px;
height: 75px;
border-radius: 50%;
border: 2px solid rgba(255, 0, 0, 0.8);
animation: pulse 1.7s infinite ease-out;
z-index: 2;}

@keyframes pulse {
0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
100% { transform: translate(-50%, -50%) scale(1.7); opacity: 0; }}

/* Play butonu */
.play-button {
width: 75px;
height: 75px;
border-radius: 50%;
background: red;
display: flex;
justify-content: center;
align-items: center;
z-index: 4;}

.play-button::before {
content: "";
border-left: 22px solid #fff;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
margin-left: 5px;
}

/* ======== LIGHTBOX ======== */
#videoLightbox {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.85);
display: none;
justify-content: center;
align-items: center;
z-index: 99999;
}

#videoContainer {
width: min(900px, 90%);
aspect-ratio: 16/9;
background: #000;
border-radius: 10px;
overflow: hidden;
}

#videoFrame {
width: 100%;
height: 100%;
border: none;
}

/* Kapatma X */
#videoLightbox::after {
content: "×";
position: fixed;
top: 18px;
right: 28px;
font-size: 40px;
font-weight: 300;
color: #fff;
cursor: pointer;
}

/* Mobil dikey */
@media (max-width: 575.98px) {
.ring-glow {width: 80px;height: 80px;}
.pulse-ring {width: 55px;height: 55px;border-width: 1px;}
.play-button {width: 55px;height: 55px;}
.play-button::before {
border-left: 16px solid #fff;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
margin-left: 3px;}

}
@media (min-width: 576px) and (max-width: 991.98px) {
#video-slider .splide__slide {width: 50%;}
.ring-glow {width: 70px;height: 70px;}
.pulse-ring {width: 50px;height: 50px;border-width: 2px;}
.play-button {width: 50px;height: 50px;}
.play-button::before {
border-left: 14px solid #fff;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
margin-left: 3px;}

}
/* ======== VIDEO SLIDER ======== */

/* E-KATALOG*/
.e-katalog{
	background: var(--surface);
	border-top:1px solid #e9e9e9;
}
.e-katalog-title{
font-size: 32px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 0;
color: var(--color-1);
position: relative;
z-index: 2;}
/* E-KATALOG*/



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
background: #0f2f45;
padding: 0 0 5px 0;
color: #eee;
font-size: 13px;
}

#footer .footer-top {
padding: 30px 0 15px 0;
}

#footer .footer-top .footer-info {margin-bottom: 30px;}

#footer .footer-top .footer-info h3 {
font-size: 16px;	
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1.2;
font-weight: 700;
color: #eee;
letter-spacing: 0.2px;
}
#footer .footer-top .footer-info img {
width: 250px;
margin-bottom: 1px;
height: auto;
}

#footer .footer-top .footer-info p {
font-size: 13px;
line-height: 18px;
margin-bottom: 0; width: 250px; margin-right:30px;
}

#footer .footer-Contact p{ 
font-size: 13px;
line-height: 30px;
margin-bottom: 0;}
#footer .footer-Contact p i{ margin-right:10px;}

#footer .footer-Contact p a {color:#eee;}
#footer .footer-Contact p a:hover {color: var(--color-2);}

#footer .footer-top .social-links a {
width: 42px;
height: 42px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
background: #eee;
color: #0f2f45;
margin-right: 10px;
font-size: 18px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);

transition: .3s;
}
#footer .footer-top .social-links a:hover {
background: var(--color-2);
color: #eee;
text-decoration: none;
}

.footer-title {
font-size: 20px;
font-weight: 700;
color:#eee;
margin-bottom: 8px;
}

.footer-line {
width: 45px;
height: 3px;
background: #eee;
margin-bottom: 18px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: var(--color-2);
font-size: 18px;
line-height: 1;
}

#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-links ul a {
color: #eee;
transition: 0.3s;
display: inline-block;
line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
color: var(--color-2);
margin-left: 5px;

}
.copyright {
width: 100%;
background-color: #162f40;
text-align: center;
padding: 15px 0px;
color: #eee;
border-top: 1px solid #2F5E7F;
}


/* FOOTER*/

/* ROBOT */
#robot{
background:var(--color-1);
padding:25px 0;
color: var(--color-beyaz);
}
#robot .color-white,
#robot .robot-entry p,
#robot .robot-lead{
color: var(--color-beyaz); }

#robot .robot-lead{
font-size:20px;
margin: 0 0 10px 0;
border-radius: 10px;}

#robot .robot-slider img{
width:100%;
height: 250px;
object-fit: cover;
border-radius: 5px;
display:block;}

#robot ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;}

#robot li {list-style: none;}

#robot span {color: var(--color-2); font-weight:bold; }

#robot ul li i.bi {
    color: var(--color-2;   /* mavi */
    font-size: 1.1rem;
    margin-right: 6px;
}
.landing {padding: 50px 0;}









@media (max-width: 426px){
#robot h3{ font-size:26px; color:#FF0000;}
#robot .robot-lead{ font-size:16px; }
#robot .robot-entry p{ font-size:14px; }
}
@media (max-width: 991.98px){
#robot .robot-slider img{ height: 280px; 
}
}
#robot .robot-entry{color:var(--color-beyaz); }
#robot .robot-bullet{ display:flex;  gap:10px;  align-items:flex-start;}
#robot .robot-bullet i{ margin-top: 3px;  font-size: 14px;}
#robot .swiper-button-prev,
#robot .swiper-button-next{
color:var(--color-beyaz);}

#robot .swiper-pagination-bullet{  opacity: .6;}
#robot .swiper-pagination-bullet-active{  opacity: 1;}
/* ROBOT */

/* TIRNAK İÇİ YAZI – FINAL */
.quote-wrapper{
position: relative;
max-width: 1275px;
margin: 0 auto;
padding: 60px 80px;
border-radius: 20px;
background: rgba(217, 237, 247, 0.92);
box-shadow:
0 12px 24px rgba(0, 0, 0, 0.08),   
inset 0 1px 0 rgba(255, 255, 255, 0.8), 
inset 0 -1px 0 rgba(0, 0, 0, 0.05);    
outline: 1px solid rgba(255,255,255,0.4);
outline-offset: -1px;}

.quote-text{
font-size:20px;
color:#5fa9c9;
line-height: 1.9;
text-shadow:
0 1px 1px rgba(255,255,255,0.7),
0 -1px 1px rgba(0,0,0,0.2);}

.quote-icon{
position: absolute;
font-size: 72px;
color: #5fa9c9;
opacity: 0.5;
line-height: 1;
text-shadow:
0 1px 0 rgba(255,255,255,0.6),
0 -1px 0 rgba(0,0,0,0.2);  }

.quote-left{top: 50px;left: 50px;}
.quote-left::before{content: "“";}
.quote-right{bottom: 50px;right: 50px;}
.quote-right::before{content: "”";}

@media (max-width: 768px){.quote-wrapper{padding: 40px 24px;}
.quote-icon{font-size: 48px;}
}
/* TIRNAK İÇİ YAZI – FINAL */


/* --- contact form  ---- */
.contact-form ::placeholder { color: #e8e8e8;opacity: 1;}
#sendmessage.show, #errormessage.show, .show {display:block;}
/* --- CONTACT SECTION --- */

.Contact-title{
	font-size: 32px;
	font-weight: 600;
}

.Contact-line{
width: 60px;
height: 3px;
background-color: #225278;
margin-bottom: 25px;
border-radius: 2px;
}

.Contact-menu{

line-height: 1.8;

blog

.Contact-menu p{
margin: 0;
}

.Contact-menu i{
font-size: 18px;

margin-right: 10px;
vertical-align: middle;
}

/* Satırlar arası boşluk */
.Contact-menu br{
content: "";
display: block;
margin-bottom: 10px;
}

/* Link */
.Contact-menu a{

text-decoration: none;
}

.Contact-menu a:hover{
text-decoration: underline;
}

/* Placeholder */
.contact-form ::placeholder { 
color: #cfcfcf;
opacity: 1;
}
@media (max-width: 768px){
.Contact-title{
font-size: 26px;
}

.Contact-menu{
font-size: 15px;
}
}

/* --- CONTACT SECTION --- */

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {

}

.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #354144;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b4c1c4;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #c2cdcf;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #01b1d7;
}

.team .member .social a+a {
  margin-left: 8px;
}
