.header-style-four {
position: absolute;
z-index: 20;
width: 100%;
}

.header-style-four .menu-area {
background: transparent !important;
}
.header-style-four .sticky-menu {
background: #000000bf !important;
}
.truncate-2-custom {
    -webkit-line-clamp: 10;
}
.features-content .content-top {
    align-items: center;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.cta-info-wrap .icon {
    color: var(--tg-white);
    font-size: 50px;
    line-height: 0;
    margin-inline-end: 15px;
    display: none;
}

.features-bg {
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0 300px;
    position: relative;
    z-index: 1;
}
.cta-inner-wrap-three {
    background-position: 50%;
    border-radius: 10px;
    padding: 50px 45px;
    background: linear-gradient(90deg, #205295, #252a62);
	margin-top: -220px;
}
.features-content p {
    text-align: center;
}
.cta-info-wrap {
    width: 100%;
}
.contact-bg {
    background-position: 50%;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

/* Genel Kutunun Tasarımı */
.pricing-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Arial', sans-serif;
    position: relative;
    overflow: hidden;
}


/* Üst Eğik Alan */
.pricing-header {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: #fff;
    padding: 20px 15px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.pricing-header .icon {
    position: absolute;
    top: 10px;
    left: 15px;
}

.pricing-header .icon img {
    width: 30px;
    height: auto;
}

.pricing-header .price {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 0;
}

.pricing-header .price span {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-top: 5px;
}

/* Başlık */
.pricing-head .title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
}

/* Liste */
.pricing-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
	justify-self: auto;
}

.pricing-list ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}


/* Etiketler */
.badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.badge {
    background: #e0e0e0;
    color: #333;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.badge.vdsl {
    background: #ff9800;
    color: #fff;
}

.badge.fiber {
    background: #0d47a1;
    color: #fff;
}


.pricing-btn .btn:hover {
    background: #1976d2;
}
.features-area-five .container {
	margin-top:-120px;
}
.slider-content {
text-align:right;
margin-top:10rem;
}
.slider-content .btn {
    margin-bottom: 0.5rem;
}
.slider-content .sub-title:before {
	display:none;
}
.about-img-two img:nth-child(2) {
    border: 3px solid #fff !important;
    border-radius: 15px;
    bottom: 185px;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .2);
    inset-inline-start: 40px;
    position: relative;
    transform: rotate(-2.71deg);
    float: right;
    margin-right: 100px;
    transform: none;
    max-width: 9rem;
}
@media (max-width: 767.98px) {
    .about-img-two img:nth-child(2) {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .slider-content {
        text-align: center;
        margin-top: -10rem !important;
    }
}
@media (max-width: 767.98px) {
    .slider-bg {
        min-height: 650px !important;
        background-position: top right;
    }
}
.pricing-box-two .pricing-price-two {
    place-self: center;
}
.pricing-box-two .pricing-bottom .pricing-list ul li span {
    text-align: left;
}
.pricing-list .list-wrap {
    justify-items: left;
}
.pricing-area-two {
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .coll-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 991.98px) {
    .container, .custom-container {
        max-width: 720px;
    }
}

.about-img-two .main-img img {
    border: 0;
    border-radius: 0;
    box-shadow: unset;
}
.cta-inner-wrap-three .btn-three:hover {
    background: #FF9800;
    color: var(--tg-white);
}

.cta-inner-wrap-three h2 {
	background: linear-gradient(45deg, #fbd6e3, #a9ede9);
    color: transparent;
    -webkit-background-clip: text;
}