@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700;800&display=swap");
body {font-family: 'Poppins', sans-serif;background: #f7f7f7;line-height: normal;font-size: 16px;overflow-x: hidden;}
::-webkit-scrollbar {width: 16px;}
::-webkit-scrollbar-track{background:#f1f1f1;}
::-webkit-scrollbar-thumb{background:#202020;}
::-webkit-scrollbar-thumb:hover {background: var(--color1);}
.modal-open {overflow:hidden;}
:root {--color1:#282828;--color2:#226b86;}
a{color:#434343;padding:0;margin: 0;text-decoration:none;transition:all .3s ease;outline: none;}
a:hover{text-decoration:none;}
ul{list-style:none;padding: 0;margin: 0;}
section{padding:130px 0;}
img{max-width:100%;}
.btn{display: inline-block;padding: 15px 35px;}
.btn-light-blue {
background: var(--color2);
border-radius: 5px;
color: white;
font-size: 15px;
padding: 10px;}

.btn-light-blue:hover {
background:white;
color: var(--color1);
}

.btn-light-blue i {
margin-left: 5px;
}

.modal-header {
display: flex;
align-items: center;
}

.modal-header .close {
background: none;
font-size: 42px;
border: none;
cursor: pointer;
}

.modal-header .modal-title {
font-size: 18px;
font-weight: 600;
}

/* content-wrapper */

.content-wrapper {
line-height: 1.6;
word-wrap: break-word;
}

.content-wrapper::before,
.content-wrapper::after {
content: "";
clear: both;
display: table;
}

.content-wrapper iframe {
max-width: 100%;
}

.content-wrapper img {
max-width: 100%;
height: auto !important;
margin: 10px 0px;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
color: #222;
margin-bottom: 12px;
}

.content-wrapper p {
margin-bottom: 10px;
}

.content-wrapper ul,
.content-wrapper ol {
display: block;
list-style: inherit;
-webkit-margin-before: 1em;
margin-block-start: 1em;
-webkit-margin-after: 1em;
margin-block-end: 1em;
-webkit-margin-start: 0px;
margin-inline-start: 0px;
-webkit-margin-end: 0px;
margin-inline-end: 0px;
-webkit-padding-start: 40px;
padding-inline-start: 40px;
}

.content-wrapper ol {
list-style-type: decimal;
}

.content-wrapper table {
margin-bottom: 20px;
}

@media (max-width: 767px) {
.content-wrapper table {
display: block;
border: none;
overflow-x: scroll;
height: 100% !important;
}
}

@media (max-width: 991px) {
.content-wrapper h2 {
font-size: 22px;
}
}

/* section top */

.section-top {
text-align: center;
margin-bottom: 60px;
display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title {
font-size: 28px;
font-weight: bold;
padding-bottom: 15px;
margin-bottom: 35px;
position: relative;
}

.section-title::before {
position: absolute;
content: '';
width: 100px;
height: 8px;
background: var(--color1);
bottom: 0;
left: 50%;
transform: translateX(-50%);
}

.section-title::after {
position: absolute;
content: '';
width: 35px;
height: 2px;
left: 50%;
bottom: 3px;
transform:
translateX(-50%);
background:white;
}

.section-desc {
color: #666;
font-size: 15px;
max-width:600px;
}



.header-icons i.fa-solid.fa-phone {
width: 35px;
height: 35px;
display: flex;
align-items: center;
background: var(--color2);
justify-content: center;
border-radius: 20px;
}

.header-icons i.fa-brands.fa-whatsapp {
width: 35px;
height: 35px;
display: flex;
align-items: center;
background: #25D366;
justify-content: center;
border-radius: 20px;
font-size: 18px;
}

.header-icons {
display: flex;
}

.header-icons a {
margin: 0 5px;
}

/* lang menu */


.lang-menu {
display: flex;
align-items: center;
margin-left: 25px;
}

.lang-menu li:not(:last-child) {
margin-right: 10px;
}

.lang-menu a {
display: flex;
align-items: center;
justify-content: center;
}

.lang-menu a:hover {
opacity: 0.7;
}

/* social media */

.social-media {
display: flex;
align-items: center;
}

.social-media li:not(:last-child) {margin-right: 18px;}

.footer-2 .social-media li a i {
width:43px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 7px;
height:43px;
color:var(--color1);
background:#f5f5f5;
border: solid 1px #d4d4d4;
font-size:21px;}

.social-media li a i {
width:43px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 7px;
height:43px;
color:white;
background:var(--color1);;
border:1px solid #ccc;
font-size:23px;}


.social-media li a:hover {
opacity: 0.7;
}


/* header 2 */

.header-2 .header-top-2 {
display: flex;
align-items: center;
justify-content: space-between;
backdrop-filter: blur(10px);
background:#fcfcfc;
padding:0 20px;border: 1px solid #dddddd54;
border-radius: 20px 20px 0 0;
border: solid 1px #bfbfbf;
}

.header-2 .header-top-2 .logo img {max-width:195px;transition: max-width 0.3s ease;padding:5px 0}
.header-2.scrolled .header-top-2 .logo img {max-width: 120px;}

.header-2{padding: 60px 0 20px;z-index:11;position:fixed;width:100%;transition:all 0.3s ease;}
.header-2.scrolled {padding:8px 0;}

.header-2 .header-top-2 .right {
display: flex;
}

/* header-nav-2 */


.header-nav-area-2 {
display: flex;
align-items: center;
}

.header-nav-area-2 .logo {
display: block;
padding: 20px 20px;
background: var(--color1);
margin-right: 30px;
position: absolute;
bottom: -23px;
z-index: 5;
box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 50%);
border-radius: 7px;
transition: all .3s ease;
}

.header-nav-area-2 .logo img {
max-width: 230px;
transition: all .3s ease;
}

.header-nav-area-2 .header-menu {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-size: 16px;
transition:all 0.3s ease;
}

.header-nav-area-2 .header-menu a{color:var(--color1) !important;}

.header-2.scrolled .header-nav-area-2 .header-menu {font-size:13px;}

.header-nav-area-2 .header-menu li:not(:first-child) {
margin-left: 5px;
}

.header-nav-area-2 .header-menu li a {
display: flex;
align-items: center;
padding:30px 20px;
letter-spacing:1px;

}

.header-nav-area-2 .header-menu .dropdown-trigger {
display: flex;
align-items: center;
padding: 30px 20px;
letter-spacing: 1px;
background: none;
border: none;
font: inherit;
color: var(--color1) !important;
cursor: pointer;
}

.header-nav-area-2 .header-menu li a i,
.header-nav-area-2 .header-menu .dropdown-trigger i {
margin-left: 5px;
margin-top: -5px;
}

.header-nav-area-2 .header-menu li a:hover,
.header-nav-area-2 .header-menu .dropdown-trigger:hover {
color: #ffeedd;
}

.header-nav-area-2 .dropdown {
position: relative;
}

.header-nav-area-2 .dropdown ul {
position: absolute;
top:84px;
left: 0;
min-width: 290px;
font-size:15px;
background:#eaeaea;
border: solid 1px #d4d4d4;
z-index: 99;
transition: all .3s ease;
visibility: hidden;
opacity: 0;
}

.header-nav-area-2 .dropdown ul li a {
padding: 12px 20px;
}

.header-nav-2 .header-nav-area-2 .header-menu li {
margin-left: 0px;
position: relative;
}



.header-nav-2 .header-nav-area-2 .header-menu .dropdown li:not(:last-child) {
border-bottom: solid 1px #d4d4d4;
}

.header-nav-area-2 .dropdown:hover .drop-menu {
visibility: visible;
opacity: 1;
transform: scaleY(1);

}

.header-nav-area-2 .header-menu li ul li a i {
margin-left: 10px;
display: flex;
align-items: center;
margin-top: 1px;
}

@media (max-width:992px) {
.header-nav-2 {
display: none;
}
}


100% {
        transform: translate(-50%, -50%) scale(1);
    }
}


100% {
-webkit-transform: rotate(720deg);
transform: rotate(720deg);
}
}

/* references */

.ref-box {
padding: 15px;
background: white;
border-radius: 7px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
text-align: center;
margin-bottom: 30px;
}

/* çözüm ortakları — yatay kaydırma (saf CSS + JS) */
.cozum-partners-section .cozum-partners-carousel {
overflow: hidden;
cursor: grab;
user-select: none;
-webkit-user-drag: none;
/* pan-x: mobilde WebKit yatay jesti kendi tüketiyor; parmakla sürüklemek için none */
touch-action: none;
-ms-touch-action: none;
overscroll-behavior-x: none;
margin-bottom: 10px;
}

.cozum-partners-section .cozum-partners-carousel:active {
cursor: grabbing;
}

.cozum-partners-section .cozum-partners-track {
display: flex;
list-style: none;
margin: 0;
padding: 0;
transition: transform 0.45s ease;
will-change: transform;
}

.cozum-partners-section .cozum-partners-slide figure {
margin: 0;
}

.cozum-partners-section .cozum-partners-track.cozum-dragging,
.cozum-partners-section .cozum-partners-track.cozum-no-transition {
transition: none;
}

.cozum-partners-section .cozum-partners-slide {
flex: 0 0 auto;
box-sizing: border-box;
padding: 0 8px;
}

.cozum-partners-section .cozum-partners-slide .ref-box {
margin-bottom: 24px;
}

.cozum-partners-section .cozum-partners-slide img {
max-width: 100%;
height: auto;
vertical-align: middle;
pointer-events: none;
}

.page-about-values {
background: #f2f2f2;
}


/* eurorepar yetkili servis — kompakt şerit */
.page-eurorepar-strip {
padding:40px 0;
background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-eurorepar-inner {
display: flex;
align-items: center;
gap: 28px 36px;
flex-wrap: wrap;
padding: 20px 24px;
background: #fff;
border-radius: 14px;
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
border-right: 4px solid var(--color2);
}

.page-eurorepar-logo {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
padding:10px;
background: #fafafa;
border-radius: 10px;
}

.page-eurorepar-logo img {
display: block;
max-width: min(180px, 42vw);
height: auto;
width: auto;
}

.page-eurorepar-body {
flex: 1 1 220px;
min-width: 0;
}

.page-eurorepar-badge {
display: inline-flex;
align-items: center;
gap: 8px;
margin: 0 0 8px;
font-size: 0.72rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--color2);
}

.page-eurorepar-badge i {
font-size: 0.95rem;
opacity: 0.95;
}

.page-eurorepar-title {
font-size: 1.25rem;
font-weight: 800;
color: var(--color1);
line-height: 1.3;
margin: 0 0 10px;
}

.page-eurorepar-desc {
font-size: 0.95rem;
line-height: 1.65;
color: #555;
margin: 0;
}

@media (max-width: 575px) {
.page-eurorepar-inner {
flex-direction: column;
text-align: center;
border-left: none;
border-top: 4px solid var(--color2);
padding: 20px 18px;
}
.page-eurorepar-logo {
width: 100%;
}
.page-eurorepar-body {
text-align: center;
}
.page-eurorepar-desc {
margin-left: auto;
margin-right: auto;
}
}

/* footer-2 */

.footer-2 {
background: #212121;
padding:80px 0 40px;
color:white;
}

.footer-contact-list i{background:#f5f5f5;color:var(--color1);padding:10px;margin-right:20px;border-radius:5px;}

.footer-contact-list .title {
font-size: 18px;
font-weight: bold;
margin-bottom: 25px;
padding-bottom: 10px;
position: relative;
}

.footer-contact-list .title::before {
position: absolute;
content: '';
width: 50px;
height: 1px;
background:#f4f4f469;
bottom: 0;
}

.footer-contact-list li {
margin-bottom: 20px;
}

.footer-contact-list li a {
display: flex;
align-items: center;
}


.footer-links-area .title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
position: relative;
}

.footer-links-area ul {
display: flex;
flex-wrap: wrap;
}

.footer-links-area ul li {
width: 50%;
margin-top: 15px;
}

.footer-links-area .title::before {
position: absolute;
content: '';
width: 50px;
height: 1px;
background:#f4f4f469;
bottom: 0;
}

.footer-links-area img{max-width:240px}

.footer-copyright {
margin-top: 30px;
text-align: center;
padding-top: 30px;
border-top: solid 1px #f4f4f469;
}


/* sticky-bar */

.mobile-sticky-bar {
padding: 10px;
position: fixed;
bottom: 0;
z-index: 99;
width: 100%;
display: none;
}

.mobile-sticky-bar ul {
display: flex;
background:var(--color1);
color: white;
box-shadow: 0 0 9px 0 rgb(0 0 0 / 20%);
}


.mobile-sticky-bar ul li {
width: 20%;
display: flex;
justify-content: center;
align-items: center;
}

.mobile-sticky-bar ul li:not(:last-child) {
border-right: 1px solid #d2c9c0;
}


.mobile-sticky-bar ul i {
font-size: 22px;
}

.mobile-sticky-bar ul li a {
padding: 20px;
}

.tel-footer {
background: #ddd;
padding: 14px;
border-radius: 50px;
color:var(--color1);
border: 3px solid #fff;
}

.tel-footer-a {
margin-top: -35px;
padding: 10px;
}

.mobile-sticky-bar button {
background: transparent;
border: none;
color: white;
}

/* header mobile */

.header-mobile {
display: none;
}

/* back to up */


.back-to-top {
position: fixed;
bottom: 5px;
right: 30px;
z-index: 202;
background: var(--color1);
border: solid 2px white;
color: white;
padding: 7px 9px;
cursor: pointer;
font-size: 0.85em;
border-radius: 7px;
transition: bottom 0.2s;
transition: all 0.2s;
text-align: center;
box-shadow: 0 0 9px 0 rgb(0 0 0 / 20%);
opacity: 0;
}

.opacity-up {
opacity: 1;
}

.back-to-top-on {
bottom: 30px;
transition: all 0.2s;
}

.back-to-top i {
font-size:24px;
display: block;
text-align: center;
}

.back-to-top:hover,
.back-to-top:active {
background: var(--color2);
transition: all 0.2s;
}


/* mobile code */


@media(max-width:992px) {

/* general */

section {
padding: 40px 0;
}

.section-title {
font-size: 24px;
margin-bottom: 10px;
}

.section-title::before {
height: 5px;
bottom: 5px;
}

.section-title::after {
height: 1px;
bottom: 7px;
}


/* mobile header modal menÃ¼ */

.modal.left .modal-dialog {
left: 0;
transform: translate(-125%, 0);
margin: 0;
height: 100%;
}

.modal.left.fade.show .modal-dialog {
transform: none;
}

div#leftPopup {
width: 100%;
min-height: 100vh;
z-index: 999999999;
}

.left .modal-content {
height: 100%;
border: none;
border-radius: 0;
width: 80%;
}


#leftPopup .modal-header img {
max-width: 190px;
padding: 10px;
}

#leftPopup .modal-header {
text-align: center;
justify-content: center;
}

.modal-header .close {
position: absolute;
right: -100px;
top: -4px;
color: #222;
font-size: 60px;
border: navajowhite;
padding: 0;
margin: 0;
background: white;
width: 100%;
z-index: -2;
display: flex;
justify-content: flex-end;
align-items: center;
padding-right: 45px;
height: 93px;
border-bottom: 1px solid #dee2e6;
}

.mobile-nav-menu {
padding-bottom:20px;
}

.mobile-nav-menu ul li {
list-style: none;
border-bottom: solid 1px #ecebeb;
}

.sub-menu ul {
background-color: white;
}

.mobile-nav-menu ul li .sub-menu-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.mobile-nav-menu ul li i {
font-size: 18px;
color: var(--color1);
padding: 10px 20px;
}

.mobile-nav-menu ul li a {
color: var(--color1);
font-weight: 500;
font-size: 15px;
padding: 12px 0px;
display: block;
}

.mobile-nav-menu .services li a {

padding: 5px 0px;

}


.mobile-nav-menu ul li ul {
display: none;
padding-left: 25px;
}

.mobile-nav-menu ul li ul li {
border: none;
}

.header-2 {
display: none;
}

.header-mobile {
display: block;
}

.header-mobile .header-mobile-area {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0;
}

.header-mobile .header-mobile-area img {
max-width: 120px;
}

.header-mobile {
backdrop-filter: blur(10px);
background: #6a6a6a7a;
color: white;
position: fixed;
top: 0;
z-index: 9989;
width: 100%;
transition: background 0.3s ease;
}
.header-mobile.scrolled {background:#282828e3;}

.bars {
padding: 10px;
}

.footer-2 {
padding:50px 0 115px 0;
}

/* sticky-bar */
.mobile-sticky-bar {
display: block;
}

/* back-to-top */

.back-to-top {
bottom: 105px;
right: 10px;
padding: 5px;
font-size: 13px;
}
}




/* contact — title only (iletisim sayfası) */
.contact-title {
font-size: 22px;
font-weight: 600;
color: var(--color1);
margin-bottom: 30px;
padding-bottom: 7px;
position: relative;
}

.contact-title::before {
position: absolute;
content: '';
width: 50px;
height:1px;
background:#c4c4c4;
bottom: 0;
}

/* custom css */

.modal {
padding: 0 !important;
}

.modal .modal-dialog {
height: 100%;
}

.modal-content {
background: white;
height: auto !important;
}

div#leftPopup .modal-dialog {
height: 100%;
}

#leftPopup .modal-content {
height: 100% !important;
}

/* Sol Taraftaki Metin */
.talep-metni {
    font-size: 18px;
    color: #f8f8f8;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
    max-width:600px;
}
/* Mobil cihazlar için küçük boşluk ayarı */
@media (max-width: 767px) {
    .talep-metni {
        margin-bottom: 20px;
        font-size: 16px;
    }
}


.overlay-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background-color: rgb(23 23 23 / 50%);
  backdrop-filter: blur(10px); 
  z-index: 1; 
}

/*HOMEPAGE START*/
.hero-section {
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  overflow: hidden;
}

.main-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--color1);
  line-height: 1.2;
  margin-bottom: 20px;
}

.main-title .highlight {
  color: var(--color2);
  position: relative;
}

.description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 90%;
}

/* --- Sağ Taraf Görsel Kompozisyonu --- */
.image-composition {
    position: relative;
    padding-right: 20px;
    padding-bottom: 40px;
    margin-top: 20px; /* Mobil için pay */
}

/* Ana Görsel */
.img-main {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.img-main:hover {
    transform: scale(1.02);
}

/* Üstte Duran İkinci Görsel */
.img-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%; /* Ana görselin yarısı kadar */
    border-radius: 15px;
    box-shadow: -10px -10px 30px 0px rgb(0 0 0 / 80%);
    z-index: 3;
    animation: float 6s ease-in-out infinite; /* Yukarı aşağı süzülme animasyonu */
}

/* Noktalı Arka Plan Dekoru */
.floating-shape {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, #4361ee 10%, transparent 10%);
    background-size: 15px 15px;
    z-index: 1;
    opacity: 0.4;
}

/* Süzülme (Floating) Animasyonu */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Responsive (Mobil) Ayarlar */
@media (max-width: 991px) {
    .main-title { font-size: 2.5rem; }
    .image-composition { margin-top: 50px; }
    .description { max-width: 100%; }
}

/*HOMEPAGE FINISH*/



/* --- SERVICES START --- */
.page-service-main {
  padding: 72px 0 110px;
  background: #f0f1f3;
}

.page-service-main .page-service-h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--color1);
  letter-spacing: -0.02em;
  margin: 0 0 1.15rem;
}

.page-service-intro {
  margin-bottom: 2.25rem;
}

.page-service-intro p {
  color: #4a4f56;
  font-size: 1.05rem;
  line-height: 1.82;
  margin-bottom: 1rem;
}

.page-service-intro p:last-child {
  margin-bottom: 0;
}

.page-service-card {
  background: #fff;
  border-radius: 16px;
  padding: 26px 24px;
  height: 100%;
  border: 1px solid rgba(40, 40, 40, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
}

.page-service-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 40, 40, 0.06);
  color: var(--color1);
  font-size: 1.15rem;
  margin-bottom: 14px;
}

.page-service-card-icon--accent {
  background: rgba(225, 69, 4, 0.12);
  color: var(--color2);
}

.page-service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color1);
  margin: 0 0 10px;
}

.page-service-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5c636b;
  margin: 0;
}

.page-service-steps {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(40, 40, 40, 0.08);
}

.page-service-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-service-step-list > li {
  display: flex;
  gap: 16px;
  margin-bottom: 1.35rem;
}

.page-service-step-list > li:last-child {
  margin-bottom: 0;
}

.page-service-step-num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--color1);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-service-step-list strong {
  display: block;
  font-size: 1.05rem;
  color: var(--color1);
  margin-bottom: 6px;
}

.page-service-step-list p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.72;
  color: #5c636b;
}

.page-service-cta-band {
  margin-top: 2.75rem;
  padding: 28px 26px;
  border-radius: 16px;
  background:var(--color1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.page-service-cta-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.page-service-cta-text {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 420px;
}

.page-service-sidebar {
  position: sticky;
  top:120px;
}

.page-service-sidebar-inner {
  position: sticky;
  top: 24px;
  border-radius: 18px;
  padding:26px 22px 5px;
  background:#f7f7f7;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-service-sidebar-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.page-service-sidebar-desc {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
  margin: 0 0 18px;
}

.page-service-nav ul {list-style: none;padding: 0;margin: 0;}
.page-service-nav li {margin-bottom: 6px;}

.page-service-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color:var(--color1);
  transition: background 0.2s ease, color 0.2s ease;
}

.page-service-nav a i {
  width: 1.1rem;
  text-align: center;
  opacity: 0.85;
  color: var(--color1);
}

.page-service-nav a:hover {
  background:#666;
  color: #fff !important;
}

.page-service-nav a.is-active {
  background: var(--color1);
  color: #fff !important;
}

.page-service-nav a.is-active i {
  color: #fff;
}

@media (max-width: 991px) {
  .page-service-sidebar-inner {
    position: relative;
    top: auto;
  }

  .page-service-cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* --- SERVICES FINISH --- */


/*GENERAL*/
.ortala-3{display:flex;align-items:center;justify-content:center;}
.mr-10{margin-right:10px}
.ml-10{margin-left:10px}
.mb-6{margin-bottom:2.2rem}
.opacty-7{opacity:0.7}
.web-tasarim{font-size:14px}
.brdr-right-1{border-right:1px solid #f4f4f469}
.bred-new ul{display: flex;align-items: center;font-size: 15px;flex-wrap: wrap;color:white}
.bred-new ul i{padding:0 14px;font-size:9px}
.active-name{color:white;}
.bred-new a:hover{color:white}
footer a{color:white}
.mobile-sticky-bar a{color:white}
.bred-top a{color:white;font-weight:bold}

/*DESTUP*/
@media(min-width:992px){
.pc-none{display:none;}
.pc-pl-30{padding-left:30px}
.pc-pr-30{padding-right:30px}
.pc-pt-5{padding-top: 5rem}
.mr-20{margin-right:20px}
.bred-top{position: absolute;top:180px;z-index:10;}
.bred-top-2{position: absolute;top: 220px;z-index:10;letter-spacing:1px;line-height:1.6}
.ic-bred-2{height:360px;object-fit: cover;}
.footer-copy-spece{display: flex;align-items: center;justify-content: space-between;}
.footer-ul li{margin-right:20px}
.footer-ul{display: flex;}
.footer-talep{display:flex;justify-content: space-between;border-bottom: solid 1px #f4f4f469;margin-bottom: 50px;padding-bottom: 50px;}
.bred-title{font-size:2rem;font-weight:bold}
}

/*MOBILE*/
@media(max-width:991px){
.rotate{flex-direction: column-reverse;}
.mob-footer-link{margin-top:40px;padding-top:40px;border-top:1px solid #f4f4f469}
.bred-top{position: absolute;top: 90px;z-index:10;}
.bred-top-2{position: absolute;top: 130px;z-index:10;letter-spacing:1px;line-height:1.6}
.ic-bred-2{height:240px;object-fit: cover;}
.footer-ul li{margin-bottom:15px}
.footer-ul{display: flex;flex-direction: column;}
.web-tasarim{padding-top: 30px;margin-top:20px;border-top: solid 1px #f4f4f469;}
.footer-talep{display:flex;flex-direction: column;border-bottom: solid 1px #f4f4f469;margin-bottom: 50px;padding-bottom: 50px;}
.bred-title{font-size:1.5rem}
}


@media(max-width:1399px){.none-1399{display:none;}}
@media(max-width:1199px){.none-1199{display:none;}}

@media (min-width: 993px) {
#leftPopup {
display: none !important;
visibility: hidden !important;
pointer-events: none !important;
}

#leftPopup .modal-dialog {
transform: translate(-125%, 0) !important;
}

body.modal-open {
overflow: auto !important;
padding-right: 0 !important;
}

.modal-backdrop {
display: none !important;
}
}