.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

.text-center {
    text-align: center !important;
}

ul {
    padding: 0;
}

.section-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.section-title span {
    background: rgba(29, 102, 255, 0.1);
    height: 34px;
    padding: 0 15px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #7F2EE3;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-title .title {
    font-size: 30px;
    font-weight: 600;
    color: #1e266d;
}

.hosting-packs-wrapper {
    z-index: 9;
    position: relative;
}

.dedicated-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    border: 1px solid rgba(120, 125, 167, 0.05);
    padding: 12px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: 0.2s all;
    transition: transform 0.3s ease, background 0.3s ease;
}

.dedicated-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    border: 1px solid rgba(120, 125, 167, 0.05);
    padding: 12px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: 0.2s all;
    transition: transform 0.3s ease, background 0.3s ease;
}

.dedicated-item:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    background: -webkit-gradient(linear, left bottom, right top, from(rgba(120, 125, 167, 0.08)), color-stop(rgba(120, 125, 167, 0.04)), color-stop(#fff), to(rgba(120, 125, 167, 0.08)));
    background: linear-gradient(to right top, rgba(120, 125, 167, 0.08), rgba(120, 125, 167, 0.04), #fff, rgba(120, 125, 167, 0.08));
}
.dedicated-items:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    background: -webkit-gradient(linear, left bottom, right top, from(rgba(120, 125, 167, 0.08)), color-stop(rgba(120, 125, 167, 0.04)), color-stop(#fff), to(rgba(120, 125, 167, 0.08)));
    background: linear-gradient(to right top, rgba(120, 125, 167, 0.08), rgba(120, 125, 167, 0.04), #fff, rgba(120, 125, 167, 0.08));
}

.dedicated-item:hover {
    border: 2px solid #7F2EE3;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
    box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
}


.dedicated-items:hover {
    border: 2px solid #7F2EE3;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
    box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
}

.dedicated-item:hover::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    height: 22px;
    border-radius: 5px 5px 0 0;
    background: #7F2EE3;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
}

.dedicated-item .d-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 12px;
    border-right: 1px solid rgba(120, 125, 167, 0.1);
}

.dedicated-items:hover::before {
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    height: 22px;
    border-radius: 5px 5px 0 0;
    background: #7F2EE3;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
}

.dedicated-items .d-cells {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 12px;
    border-right: 1px solid rgba(120, 125, 167, 0.1);
}
.dedicated-items .d-cells:first-child {
    background: rgba(29, 102, 255, 0.05);
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    border-right: 0;
}

.dedicated-item .d-cell:first-child {
    background: rgba(29, 102, 255, 0.05);
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    border-right: 0;
}

.dedicated-item .d-cell:last-child {
    max-width: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 0;
}
.dedicated-items .d-cells:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 0;
}

.dedicated-item .d-cell:nth-last-child(2) {
    border-right: 0;
}

.dedicated-items .d-cells:nth-last-child(2) {
    border-right: 0;
}

.dedicated-item .d-cell:nth-last-child(3) {
    border-right: 0;
}
.dedicated-items .d-cells:nth-last-child(3) {
    border-right: 0;
}

.dedicated-item .d-cell .add-cart {
    margin-top: 10px;
    width: 100%;
    height: 36px;
    font-size: 13px;
    border-radius: 5px;
    background: #7F2EE3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dedicated-items .d-cells .add-cart {
    margin-top: 10px;
    width: 100%;
    height: 36px;
    font-size: 13px;
    border-radius: 5px;
    background: #7F2EE3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dedicated-item .d-cell .name {
    color: #7F2EE3;
    font-weight: 700;
    font-size: 16px;
}

.dedicated-items .d-cells .name {
    color: #7F2EE3;
    font-weight: 700;
    font-size: 16px;
}

.dedicated-item .d-cell span {
    color: #1e266d;
    font-size: 14px;
    font-weight: 600;
}

.dedicated-item .d-cell .icon {
    font-size: 18px;
    color: #7F2EE3;
}

.dedicated-item .d-cell small {
    font-size: 13px;
    color: #787da7;
}

.dedicated-item .d-cell .pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 12px 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

.dedicated-item .d-cell .pricing .current-price {
    color: #7F2EE3;
}
.testss {
    display: flex;
    justify-content: space-between;
}
.dedicated-item .d-cell .pricing .current-price b {
    font-size: 20px;
    font-weight: 700;
}

.dedicated-item .d-cell .pricing .current-price span {
    font-size: 13px;
    color: #787da7;
}

@media (max-width: 1024px) {
    .os>div {
        width: 100%;
        padding: 11px 138px !important;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .testss {
        display: block
    }

    .section-title .title {
        font-size: 26px;
        font-weight: 600;
        color: #1e266d;
    }

    .page-content-box {
        padding: 24px 12px;
    }

    .dedicated-item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dedicated-item.popular {
        border: 2px solid #7F2EE3;
        -webkit-box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
        box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
    }

    .dedicated-item.popular::before {
        content: attr(data-title);
        position: absolute;
        top: -22px;
        left: 50%;
        -webkit-transform: translateY(0%) translateX(-50%) rotate(0deg);
        transform: translateY(0%) translateX(-50%) rotate(0deg);
        height: 22px;
        border-radius: 5px 5px 0 0;
        background: #7F2EE3;
        color: #fff;
        font-size: 10px;
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600;
    }

    .dedicated-item .d-cell {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px;
        width: 100%;
        border-right: 0px solid rgba(120, 125, 167, 0.1);
        border-bottom: 1px solid rgba(120, 125, 167, 0.1);
    }

    .dedicated-item .d-cell:first-child {
        background: rgba(29, 102, 255, 0.05);
        border-radius: 10px;
        margin-left: 12px;
        margin-right: 12px;
        border-right: 0;
        border-bottom: 0;
    }

    .dedicated-item .d-cell:last-child {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 0;
    }

    .dedicated-item .d-cell:nth-last-child(2) {
        border-bottom: 0;
    }

    .dedicated-item .d-cell:nth-last-child(3) {
        border-bottom: 0;
    }

    .dedicated-item .d-cell .add-cart {
        margin-top: 10px;
        width: 100%;
        height: 44px;
        font-size: 14px;
        border-radius: 5px;
        background: #7F2EE3;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.os {
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: inline-block;
    padding: 0 30px;
}

.os>div {
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    position: relative;
}

.os>div:hover {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
    -webkit-box-shadow: 5px 5px 0px 5px rgba(29, 102, 255, 0.05);
    box-shadow: 5px 5px 0px 5px rgba(29, 102, 255, 0.05);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

::after,
::before {
    --tw-content: '';
}

p {
    margin: 0;
}

:disabled {
    cursor: default;
}

img {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-\[35px\] {
    margin-top: 35px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.h-\[22px\] {
    height: 22px;
}

.w-\[22px\] {
    width: 22px;
}

.w-full {
    width: 100%;
}

.max-w-\[1200px\] {
    max-width: 1200px;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.gap-7 {
    gap: 1.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.border-2 {
    border-width: 2px;
}

.border-\[3px\] {
    border-width: 3px;
}

.border-\[\#ffffff05\] {
    border-color: #ffffff05;
}

.bg-\[\#ffffff05\] {
    background-color: #ffffff05;
}

.p-8 {
    padding: 2rem;
}

.p-\[60px\] {
    padding: 60px;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text-center {
    text-align: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.leading-\[normal\] {
    line-height: normal;
}

.backdrop-blur-\[125px\] {
    --tw-backdrop-blur: blur(125px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:p-\[90px\] {
        padding: 90px;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Page Content Styles */
.page-content h3 {
    font-size: 28px;
    font-weight: 300;
    margin: 15px 0 20px;
}

.page-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    color: #5a5a5a;
    margin-bottom: 20px;
}

/* Service Block Styles */
.service-block1 {
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
}

.service-block1 h3 {
    font-size: 19.2px;
    font-weight: 600;
    margin: 0 0 15px;
}

.service-block1 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #828282;
    margin: 0 0 15px;
    padding: 5px 25px;
}

.service-block1 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin: 0 auto 10px;
    color: #7A29DD;
    border: 2px solid #7A29DD;
    border-radius: 50%;
    padding: 10px;
}

.service-block1 .icon i {
    font-size: 31px;
}

/* Container Styles */
.dsds {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    --bs-gutter-x: 1.5rem;
}

.dssadsa {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

/* Responsive */
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.whyusicon {
    height: 2em !important;
}


.hosting-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin: 20px auto;
}

.package-title {
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.package-title h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 5px;
}

.package-title p {
    color: #7f8c8d;
    font-size: 14px;
}

.package-title hr {
    margin: 15px 0;
    border-color: #eee;
}

/* Özellik Listesi */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 12px 15px;
    border-bottom: 1px solid #f5f6f7;
    display: flex;
    align-items: center;
}

.feature-list .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-list svg {
    fill: #6b0cdf !important;
}

.feature-list .context {
    color: #34495e;
    font-weight: 700;
    font-size: 14px;
}

/* Paket Özellikleri */
.package-feature {
    text-align: center;
}

.package-feature li {
    padding: 12px 15px;
    border-bottom: 1px solid #f5f6f7;
    color: #2c3e50;
    font-weight: 500;
}

.package-feature li:nth-child(odd) {
    background-color: #fafbfc;
}

/* Toggle Button */
.feature-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0;
}

.feature-toggle:hover {
    background: #e9ecef;
    border-color: #dee2e6;
}

.feature-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon {
    width: 20px;
    height: 20px;
    fill: #6b0cdf !important;
}

.feature-title {
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.toggle-icon {
    font-size: 24px;
    color: #6b0cdf !important;
    transition: transform 0.3s ease;
}

.toggle-icon.active {
    transform: rotate(45deg);
}

/* Toggle İçeriği */
.feature-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
    border-radius: 8px;
}

.feature-content.active {
    max-height: 1000px;
    padding: 20px;
    border: 1px solid #e9ecef;
}

.check {
    color: #2ecc71;
    font-weight: bold;
}

@media (max-width: 768px) {
    .hosting-container {
        padding: 15px;
    }

    .package-title {
        margin-bottom: 15px;
    }
}

.stats-section {
    background: #f8f9fa;
    position: relative;
}

.stats-wrapper {
    padding: 2rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stats-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 3px 10px rgba(147, 84, 255, 0.08);
    transition: all 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(147, 84, 255, 0.12);
}

.stats-card h3 {
    color: #9354ff;
    font-weight: bold;
}

.stats-card p {
    color: #6c757d;
    margin: 0;
}

.text-purple {
    color: #7F2EE3;
}

.bg-purple {
    background-color: #7F2EE3;
}

.border-purple {
    border-color: #7F2EE3 !important;
}

.rounded {
    border-radius: 1rem !important;
}

.shadow-soft {
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.1) !important;
}

.service-card,
.security-card,
.feature-card {
    border-radius: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.08);
    padding: 2rem;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
}

.hero-gradient {
    background: linear-gradient(145deg, #7F2EE3 0%, #8c68d1 100%);
    border-radius: 0 0 3rem 3rem;
}

.service-card:hover,
.security-card:hover,
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.15);
}

.btn {
    border-radius: 1rem;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-purple {
    background: linear-gradient(145deg, #7F2EE3 0%, #8c68d1 100%);
    border: none;
    color: white;
}

.btn-purple:hover {
    background: linear-gradient(145deg, #8c68d1 0%, #7F2EE3 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.2);
}

.btn-outline-purple {
    color: #7F2EE3;
    border: 2px solid #7F2EE3;
    background: transparent;
}

.btn-outline-purple:hover {
    background: linear-gradient(145deg, #7F2EE3 0%, #8c68d1 100%);
    color: white;
    border: 2px solid transparent;
}

.form-control,
.form-select {
    border-radius: 1rem;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1.2rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #7F2EE3;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.15);
}

.stats-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stats-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.service-section {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.service-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4rem;
    background: linear-gradient(to bottom, rgba(248, 249, 250, 1), transparent);
    z-index: 1;
}

.list-unstyled li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    transition: all 0.3s ease;
}

.list-unstyled li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #7F2EE3;
    font-weight: bold;
}

.list-unstyled li:hover {
    transform: translateX(5px);
    color: #7F2EE3;
}

.feature-icon {
    width: 20px;
    height: 20px;
    background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #7F2EE3;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
    background: linear-gradient(145deg, #7F2EE3 0%, #8c68d1 100%);
    color: white;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.service-card {
    animation: float 6s ease-in-out infinite;
}

@media (max-width: 768px) {
    .hero-gradient {
        border-radius: 0 0 2rem 2rem;
    }

    .service-section {
        padding: 3rem 0;
    }

    .feature-card,
    .security-card {
        padding: 1.5rem;
    }
}



.rdp-vds-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  overflow: hidden;
}

.rdp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.rdp-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* Sol Panel */
.rdp-content-left {
  animation: fadeInLeft 0.6s ease forwards;
}

.rdp-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1a1a1a;
}

.rdp-title b {
  background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rdp-description {
  font-size: 18px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 32px;
  font-weight: 500;
}

.rdp-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.rdp-btn-primary {
  padding: 14px 28px;
  background: #7c3aed;
  color: white;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rdp-btn-primary:hover {
  background: #6d28d9;
  transform: translateY(-2px);
}

.rdp-btn-secondary {
  padding: 14px 28px;
  background: #f3f4f6;
  color: #374151;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rdp-btn-secondary:hover {
  background: #e5e7eb;
}

/* Offer Cards */
.rdp-offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.rdp-offer-card {
  background: white;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rdp-offer-card:nth-child(1) {
  animation-delay: 0.2s;
}

.rdp-offer-card:nth-child(2) {
  animation-delay: 0.3s;
}

.rdp-offer-card:nth-child(3) {
  animation-delay: 0.4s;
}

.rdp-offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.rdp-offer-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f2937;
}

.rdp-offer-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  margin-bottom: 16px;
}

.rdp-offer-dark {
  background: #1f2937;
  color: white;
}

.rdp-offer-dark p {
  color: #e5e7eb;
}

.rdp-offer-dark h3 {
  color: white;
}

.rdp-price {
  font-size: 28px;
  font-weight: 700;
  color: #7c3aed;
  margin: 8px 0;
}

.rdp-price span {
  font-size: 16px;
}

.rdp-offer-dark .rdp-price {
  color: white;
}

.rdp-code {
  background: #f3f4f6;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  color: #374151;
  display: inline-block;
  margin: 8px 0;
}

.rdp-offer-card small {
  color: #9ca3af;
  font-size: 12px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .rdp-offers {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* Sağ Panel */
.rdp-content-right {
  animation: fadeInRight 0.6s ease forwards;
}

.rdp-locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.rdp-location {
  background: white;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.rdp-location:hover {
  border-color: #7c3aed;
}

.rdp-location.active {
  border-color: #7c3aed;
  background: #f5f3ff;
}

.rdp-location-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rdp-location img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
}

.rdp-location h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #374151;
}

.rdp-location p {
  font-weight: 500;
  font-size: 14px;
  color: #6b7280;
  margin: 4px 0 0 0;
}

/* VDS Slider */
.rdp-slider {
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 40px;
}

.rdp-slider-side {
  display: flex;
  gap: 24px;
  height: 400px;
}

.rdp-progress-wrapper {
  position: relative;
  width: 12px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(124, 58, 237, 0.1), rgba(124, 58, 237, 0.05));
  border-radius: 6px;
  overflow: visible;
}

.rdp-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, #7c3aed, #8b5cf6);
  border-radius: 4px;
  transition: height 0.3s ease;
}

.rdp-progress-rocket {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 40px;
  transform: translate(-50%, 50%);
  z-index: 2;
  transition: bottom 0.3s ease;
}

.rdp-rocket {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #7c3aed;
  transform: rotate(-45deg);
  filter: drop-shadow(0 0 10px rgba(124, 58, 237, 0.3));
}

.rdp-rocket-flame {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(to bottom, #ff6b6b, transparent);
  border-radius: 50%;
  animation: flameFlicker 0.3s ease-in-out infinite;
}

.rdp-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px 0;
}

.rdp-label {
  font-size: 16px;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 8px;
}

.rdp-label:hover {
  color: #7c3aed;
  background: #f5f3ff;
}

.rdp-label.active {
  color: #7c3aed;
  font-weight: 700;
  background: #f5f3ff;
}

/* Specs Grid */
.rdp-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.rdp-spec-card {
  background: #f9fafb;
  border-radius: 30px;
  padding: 50px;
  transition: all 0.3s ease;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rdp-spec-card:hover {
  transform: translateY(-3px);
  background: #f5f3ff;
}

.rdp-spec-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.rdp-spec-header img {
  width: 24px;
  height: 24px;
  opacity: 0.8;
}

.rdp-spec-header p {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  margin: 0;
}

.rdp-spec-value {
  font-size: 15px;
  font-weight: 700;

}

/* Animations */
@keyframes flameFlicker {

  0%,
  100% {
    opacity: 0.8;
    transform: scale(1) translateX(-50%);
  }

  50% {
    opacity: 1;
    transform: scale(1.2) translateX(-50%);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .rdp-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rdp-title {
    font-size: 36px;
  }

  .rdp-offers {
    grid-template-columns: repeat(2, 1fr);
  }

  .rdp-specs {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .rdp-specs {
    grid-template-columns: 1fr;
  }

  .rdp-slider {
    grid-template-columns: 1fr;
  }
}
/* Genel Stiller */
.hosting-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin: 20px auto;
}

/* Paket Başlıkları */
.package-title {
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.package-title h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 5px;
}

.package-title p {
    color: #7f8c8d;
    font-size: 14px;
}

.package-title hr {
    margin: 15px 0;
    border-color: #eee;
}

/* Özellik Listesi */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 12px 15px;
    border-bottom: 1px solid #f5f6f7;
    display: flex;
    align-items: center;
}

.feature-list .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-list svg {
    fill: #6b0cdf !important;
}


/* Paket Özellikleri */
.package-feature {
    text-align: center;
}

.package-feature li {
    padding: 12px 15px;
    border-bottom: 1px solid #f5f6f7;
    color: #2c3e50;
    font-weight: 500;
}

.package-feature li:nth-child(odd) {
    background-color: #fafbfc;
}

/* Toggle Button */
.feature-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0;
}

.feature-toggle:hover {
    background: #e9ecef;
    border-color: #dee2e6;
}

.feature-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon {
    width: 20px;
    height: 20px;
    fill: #6b0cdf !important;
}

.feature-title {
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.toggle-icon {
    font-size: 24px;
    color: #6b0cdf !important;
    transition: transform 0.3s ease;
}

.toggle-icon.active {
    transform: rotate(45deg);
}

/* Toggle İçeriği */
.feature-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
    border-radius: 8px;
}

.feature-content.active {
    max-height: 1000px;
    padding: 20px;
    border: 1px solid #e9ecef;
}

/* Checkmark Stili */
.check {
    color: #2ecc71;
    font-weight: bold;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .hosting-container {
        padding: 15px;
    }

    .package-title {
        margin-bottom: 15px;
    }
}
.plans-selector .plan-line {
    gap: 0 !important;
}


.page-content h3 {
    font-size: 28px;
    font-weight: 300;
    margin: 15px 0 20px;
}

.page-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    color: #5a5a5a;
    margin-bottom: 20px;
}

/* Service Block Styles */
.service-block1 {
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
}

.service-block1 h3 {
    font-size: 19.2px;
    font-weight: 600;
    margin: 0 0 15px;
}

.service-block1 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #828282;
    margin: 0 0 15px;
    padding: 5px 25px;
}

.service-block1 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin: 0 auto 10px;
    color: #7A29DD;
    border: 2px solid #7A29DD;
    border-radius: 50%;
    padding: 10px;
}

.service-block1 .icon i {
    font-size: 31px;
}

/* Container Styles */
.dsds {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    --bs-gutter-x: 1.5rem;
}

.dssadsa {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

/* Responsive */
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.whyusicon {
    height: 2em !important;
}
