.pricing-packages-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-packages-wrapper .packages-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.pricing-packages-wrapper .packages {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.pricing-packages-wrapper .package {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.pricing-packages-wrapper .package-header {
    margin-bottom: 15px;
}

.pricing-packages-wrapper .package-icon {
    width: 24px;
    height: 24px;
    background: #e3f2fd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.pricing-packages-wrapper .package-title {
    font-size: 18px;
    color: #2196F3;
    margin-bottom: 10px;
}

.pricing-packages-wrapper .package-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.pricing-packages-wrapper .package-features {
    list-style: none;
}

.pricing-packages-wrapper .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
}

.pricing-packages-wrapper .feature-item::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: #e3f2fd;
    border-radius: 50%;
}

.pricing-packages-wrapper .feature-item.disabled {
    color: #999;
}

.pricing-packages-wrapper .feature-item.disabled::before {
    background: #ffebee;
}

.pricing-packages-wrapper .buy-button {
    display: block;
    width: 100%;
    padding: 12px;
    background: #2196F3;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
}

.pricing-packages-wrapper .buy-button.outline {
    background: white;
    border: 1px solid #2196F3;
    color: #2196F3;
}



.pricing-packages-wrapper {
    margin-top: 6rem;
}

.pricing-packages-wrapper .packages{
    gap: 35px;
}

.pricing-packages-wrapper .package {
    border: 1px solid #0079C180;
    padding: 0;
    
}
.pricing-packages-wrapper .package .package-header .package-icon {
    margin-bottom: 0;
    width: auto;
    height: 100%;
}
.pricing-packages-wrapper .package .package-header {
    padding: 0;
    border-bottom: 1px solid #0079C180;
    padding: 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: #F7FBFD;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.pricing-packages-wrapper .package.populer-package .package-header{
    background-color: #fff !important;
}
.pricing-packages-wrapper .package .package-header .package-header-top {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 1.3rem;
    margin-bottom: 1.5rem;
}

.pricing-packages-wrapper .package .package-description {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 15.25px;
    letter-spacing: 0%;
    margin-bottom: 1.5rem;
}

.pricing-packages-wrapper .package .package-link {
    border: 1px solid #0079C1;
    text-align: center;
    border-radius: 5px;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 14px; 
    line-height: 16.42px;
    letter-spacing: 0%;
    background-color: #fff;
}

.pricing-packages-wrapper .package.populer-package .package-link { 
    background-color: #0079C1;
    color: #fff;
    font-weight: 600;
}

.pricing-packages-wrapper .package .package-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.15px;
    letter-spacing: 0%;
    color: #231F20CC;
}

.pricing-packages-wrapper .package .package-title.text-info {
    color: #0079C1 !important;
}

.pricing-packages-wrapper .package.populer-package .package-header {
    position: relative;
}
.pricing-packages-wrapper .package.populer-package .package-header .package-populer {
    background-color: #00AEEF;
    width: 89px;
    height: 33px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    position: absolute;
    top: -15px;
    right: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.11px;
    letter-spacing: 0%;
    color: #fff;
}

.pricing-packages-wrapper .package.populer-package .package-header .package-populer:before {
    content: "";
    display: flex;
    border-right: 15px solid transparent; /* Sağ kenar */
    border-bottom: 15px solid #0079C1; /* Alt kenar */
    position: absolute;
    top: 0;
    left: -15px;
    transform: rotate(270deg);
}


.pricing-packages-wrapper .package .package-features-area {
    padding: 20px;
    padding-top: 10px;
}

.pricing-packages-wrapper .package .package-features-area h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 18.77px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}
.pricing-packages-wrapper .package .package-features-area ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding-right: 25px;
}

.pricing-packages-wrapper .package .package-features-area ul li.cheacked span:before{
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6008_6338' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6008_6338)'%3E%3Cpath d='M9.54961 18.0001L3.84961 12.3001L5.27461 10.8751L9.54961 15.1501L18.7246 5.9751L20.1496 7.4001L9.54961 18.0001Z' fill='%230079C1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pricing-packages-wrapper .package .package-features-area ul li.not-cheacked span:before{
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6041_2614' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6041_2614)'%3E%3Cpath d='M18 7.20857L16.7914 6L12 10.7914L7.20857 6L6 7.20857L10.7914 12L6 16.7914L7.20857 18L12 13.2086L16.7914 18L18 16.7914L13.2086 12L18 7.20857Z' fill='%23FF0000'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pricing-packages-wrapper .package .package-features-area ul li span{
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap:10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #231F20CC;
}

.pricing-packages-wrapper .package .package-features-area ul li small{
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #7D7476CC;
}

.pricing-packages-wrapper .package .package-features-area ul li small {
    padding-left: 35px;
}

.pricing-packages-wrapper .package .package-features-area ul li.cheacked ol {
    padding-left: 35px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #7D7476CC;
}

.pricing-packages-wrapper .package .package-features-area ul li.not-cheacked ol {
    padding-left: 35px;
}
.pricing-packages-wrapper .package .package-features-area ul li.cheacked ol li {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}
.pricing-packages-wrapper .package .package-features-area ul li.cheacked ol li.cheacked:before{
    content: "✓";
    display: flex;
    color: #00AEEF; 
    margin-right: 5px;
}

.pricing-packages-wrapper .package .package-footer {
    padding: 20px;
    padding-top: 0px;
    margin-top: 15px;
    display: flex;
}

.pricing-packages-wrapper .package .package-footer .package-link{
    width: 100%;
}

.pricing-packages-wrapper .package .package-link {
    color: #0079C1;
}

.pricing-packages-wrapper .package .package-link:hover {
    color: #0079C1;
}

.pricing-packages-wrapper .package.populer-package .package-link:hover {
    color: #fff;
}

.pricing-packages-wrapper .package .package-header {
    position: sticky;
    top: 105px;
}
.pricing-packages-wrapper .package .package-header.sticky {
    border-top: 1px solid #0079C180;
    border-radius: 0;
}

@media screen and (max-width: 1066px) {
    .pricing-packages-wrapper .packages {
        gap: 10px;
    }
}

@media screen and (max-width: 1025px) {
    #e-performans-block {
        overflow-x: hidden;
    }
    .pricing-packages-wrapper .packages {
        gap: 0px;
        flex-wrap: nowrap;
    }
    .pricing-packages-wrapper .package {
        flex: none;
    }
    .pricing-packages-wrapper .package .package-header {
        position: sticky;
        top: 55px;
    }
}