.yildiz-hero-ext {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.9) 0%, rgba(18, 18, 18, 0.95) 100%), url('/assets/img/hero_slider_bg_2.png') no-repeat center center / cover;
    position: relative;
    padding: 100px 0 60px 0;
    overflow: hidden;
}

.yildiz-badge-red {
    position: absolute;
    top: 0;
    right: 25%;
    background: #FF3D24;
    color: #fff;
    padding: 20px 15px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    box-shadow: 0 5px 15px rgba(255, 61, 36, 0.3);
    z-index: 10;
}

.yildiz-badge-red i {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}

.yildiz-hero-title {
    font-size: 54px;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
}

.yildiz-hero-title span {
    color: #FF3D24;
}

.yildiz-hero-desc {
    font-size: 18px;
    color: #ccc;
    margin-top: 20px;
    max-width: 650px;
    line-height: 1.6;
}

.yildiz-icon-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    margin-top: 40px;
}

@media (max-width: 576px) {
    .yildiz-icon-list {
        grid-template-columns: 1fr;
    }
}

.yildiz-icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.yildiz-icon-item img {
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

.yildiz-pkg-section {
    background: #0c0c0c;
    padding: 80px 0;
}

.yildiz-pkg-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 1200px) {
    .yildiz-pkg-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .yildiz-badge-red {
        right: 5%;
    }
}

@media (max-width: 768px) {
    .yildiz-pkg-grid {
        grid-template-columns: 1fr;
    }

    .yildiz-hero-title {
        font-size: 36px;
    }

    .yildiz-badge-red {
        display: none;
    }
}

.yildiz-pkg-card {
    background: #151515;
    border: 1px solid #222;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.yildiz-pkg-card:hover {
    transform: translateY(-8px);
    border-color: var(--hover-color, #FF3D24);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.yildiz-pkg-header {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #222;
}

.yildiz-pkg-icon {
    font-size: 32px;
    color: var(--hover-color, #FF3D24);
}

.yildiz-pkg-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

.yildiz-pkg-img-wrap {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.yildiz-pkg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yildiz-pkg-badge {
    position: absolute;
    bottom: 15px;
    left: 20px;
    background: var(--hover-color, #FF3D24);
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
}

.yildiz-pkg-body {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.yildiz-pkg-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

.yildiz-pkg-list li {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.yildiz-pkg-list li i {
    color: var(--hover-color, #FF3D24);
    font-size: 16px;
}

.yildiz-pkg-date {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
}

.yildiz-pkg-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--hover-color, #FF3D24);
    color: #fff;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: background 0.3s;
    margin-top: auto;
}

.yildiz-pkg-btn:hover {
    background: #fff;
    color: #000;
}

.yildiz-strip-wrap {
    background: #0f0f0f;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 30px 0;
}

.yildiz-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
}

@media (max-width: 768px) {
    .yildiz-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.yildiz-strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.yildiz-strip-item i {
    font-size: 24px;
    color: #FF3D24;
}

.contact-form .from-inputs .type_1 select {
    color: #fff;
    background-color: transparent;
    padding: 12px 20px;
    border: 1px solid rgba(255, 61, 36, 0.4392156863);
    flex: 1;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23FF3D24' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
}

.contact-form .from-inputs .type_1 select:focus {
    border-color: rgba(255, 61, 36, 0.4392156863) !important;
    box-shadow: 0 0 0 0.25rem rgba(109, 10, 10, 0.486);
}

.contact-form .from-inputs .type_1 select option {
    background-color: #151515;
    color: #fff;
}

.hizmet_aciklama,
.hizmet_aciklama * {
    font-size: 0.8rem !important;
    color: #fff !important;
}

.hizmet_aciklama {
    margin-bottom: 20px !important;
}

@media screen and (min-width: 1450px) {
    .sticky-content .content.style_2 {
        justify-content: flex-start !important;
    }
}

.ak-testimonal {
    padding: 30px 0;
}

.ak-slider-testimonal .swiper-slide {
    height: auto !important;
}

.ak-testimonal .testimonal-info.ak-style1 {
    align-items: center;
    height: auto !important;
}

.ak-testimonal .testimonal-info.ak-style1 .slider-info {
    margin-bottom: 0;
}