
body {
    line-height: 1.6;
}

p{
    font-weight: 400;
    margin: 0;
    line-height: 1.8rem;
}
.nav-submenu {
    min-width: 250px;
}

.footer_logo {
    max-width: 250px;
}

.pt120 {
    padding-top: 120px;
}

.pb120 {
    padding-bottom: 120px;
}

.fh2 {
    perspective: 100px;
    font-size: 50px;
    font-weight: 700;
    line-height: 3.5rem;
}

.mw-550 {
    max-width: 550px;
}

.fhead {
    border-right: 1px solid #efefef;
    margin-right: 35px;
}

.clientCom {
    font-size: 16px;
    line-height: 26px;
}

.brand-slider img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}


.brand-slider img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.brand-slider img:hover {
    filter: grayscale(0%);
    transform: scale(1);
}

.brand-slider .swiper-slide img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;

    transform: scale(0.75); /* %25 küçültme */
}

.brand-slider img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.brand-slider .swiper-slide .text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.brand-slider-wrapper {
    position: relative;
}

/* Ortak ayarlar */
.brand-slider-wrapper::before,
.brand-slider-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;              /* gradient genişliği */
    height: 100%;
    z-index: 5;
    pointer-events: none;     /* swipe engellenmesin */
}

/* Sol fade */
.brand-slider-wrapper::before {
    left: 0;
    background: linear-gradient(
            to right,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

.brand-slider .swiper-slide img {
    max-width: 75%;
    height: auto;
}


/* Sağ fade */
.brand-slider-wrapper::after {
    right: 0;
    background: linear-gradient(
            to left,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

@media (max-width: 768px) {
    .brand-slider-wrapper::before,
    .brand-slider-wrapper::after {
        display: none;
    }
}

.brand-slider-wrapper:hover::before,
.brand-slider-wrapper:hover::after {
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.fnp_banner_font {
    font-size: 1rem;
    line-height: 1.8rem;
}


.feature-list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.feature-list ul li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 14px;
    font-size: 1.05rem;
    font-weight: 500;
}

/* Yuvarlak ikon */
.feature-list ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: #f1f3f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}


.pl-20 {
    padding-left: 20px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}

.language-selector {
    z-index: 9; /* Kapatma butonunun altında kalmaması için */
    display: flex;
    align-items: center;
}

.flag-item {
    transition: transform 0.2s;
    opacity: 0.8;
}

.flag-item:hover {
    transform: scale(1.1);
    opacity: 1;
}

.cardtitle {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.carddesc {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.tw-w-120-px {
    width: 120px;
}
.tw-h-120-px {
    height: 120px;
}

.topbar-links a {}
.topbar-links a:hover {
    color: #efefef;
    text-decoration: underline;
}