/*--------------------------------------------------------------
# Offer Theme
--------------------------------------------------------------*/
.offer-theme {
    position: relative;
    background-color: var(--techguru-black);
    padding: 15px 0 95px;
    overflow: hidden;
    z-index: 1;
}

.offer-theme__shape {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(110px);
    z-index: -1;
}

.offer-theme__shape--left {
    top: -150px;
    left: -130px;
    background: radial-gradient(circle, rgba(92, 176, 233, 0.3) 0%, rgba(7, 12, 20, 0) 75%);
}

.offer-theme__shape--right {
    right: -140px;
    bottom: -160px;
    background: radial-gradient(circle, rgba(250, 86, 116, 0.25) 0%, rgba(7, 12, 20, 0) 75%);
}

.offer-theme__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: stretch;
    gap: 28px;
    padding: 42px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(145deg, rgba(12, 24, 44, 0.95) 0%, rgba(12, 24, 44, 0.55) 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.offer-theme__carousel .item {
    padding: 2px;
}

.offer-theme__carousel.owl-theme .owl-dots {
    margin-top: 22px;
    text-align: center;
}

.offer-theme__carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.offer-theme__carousel.owl-theme .owl-dots .owl-dot.active span,
.offer-theme__carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(270deg, #5CB0E9 0%, #FA5674 100%);
    border-color: transparent;
}

.offer-theme__carousel.owl-theme .owl-nav {
    position: absolute;
    right: 12px;
    top: 16px;
    margin-top: 0;
}

.offer-theme__carousel.owl-theme .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: var(--techguru-white) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    margin-left: 8px;
}

.offer-theme__carousel.owl-theme .owl-nav button:hover {
    background: rgba(92, 176, 233, 0.2) !important;
    border-color: rgba(92, 176, 233, 0.8) !important;
}

.offer-theme__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 32px;
    border: 1px solid transparent;
    background: linear-gradient(-70deg, rgba(143, 136, 255, 0), rgba(92, 176, 233, 0.55)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.offer-theme__glow-divider {
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 55.5%;
    width: 120px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(92, 176, 233, 0), rgba(92, 176, 233, 0.45), rgba(250, 86, 116, 0));
    filter: blur(20px);
    z-index: 0;
}

.offer-theme__left,
.offer-theme__right {
    position: relative;
    z-index: 1;
}

.offer-theme .section-title {
    margin-bottom: 18px;
}

.offer-theme .section-title__title {
    font-size: 46px;
    line-height: 1.1;
}

.offer-theme .section-title__title span {
    background: linear-gradient(270deg, #5CB0E9 0%, #FA5674 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.offer-theme__description {
    color: #c9d4ec;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 24px;
    max-width: 610px;
}

.offer-theme__features {
    margin: 0;
    display: grid;
    gap: 11px;
}

.offer-theme__features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    padding: 12px 14px;
}

.offer-theme__feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    color: #fff;
    font-size: 11px;
}

.offer-theme__features p {
    color: var(--techguru-white);
    margin: 0;
    line-height: 1.55;
    font-size: 16px;
}

.offer-theme__actions {
    margin-top: 20px;
}

.offer-theme__actions .pricing-one__btn {
    width: auto;
    min-width: 220px;
}

.offer-theme__banner-wrap {
    position: relative;
    height: 100%;
    min-height: 420px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(160deg, rgba(8, 25, 56, 0.95) 0%, rgba(29, 53, 125, 0.9) 52%, rgba(10, 23, 50, 0.95) 100%);
}

.offer-theme__banner-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 24, 44, 0) 20%, rgba(12, 24, 44, 0.55) 100%);
    pointer-events: none;
}

.offer-theme__banner-label {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--techguru-white);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(8, 25, 56, 0.7);
    padding: 8px 11px;
}

.offer-theme__banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .offer-theme__card {
        grid-template-columns: 1fr;
        padding: 34px;
    }

    .offer-theme__glow-divider {
        top: auto;
        left: 50%;
        bottom: 45%;
        width: 88%;
        height: 100px;
        transform: translateX(-50%);
        background: linear-gradient(180deg, rgba(92, 176, 233, 0), rgba(92, 176, 233, 0.35), rgba(250, 86, 116, 0));
    }

    .offer-theme .section-title__title {
        font-size: 40px;
    }

    .offer-theme__banner-wrap {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .offer-theme {
        padding: 10px 0 75px;
    }

    .offer-theme__card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .offer-theme .section-title__title {
        font-size: 31px;
    }

    .offer-theme__description {
        font-size: 16px;
        line-height: 1.7;
    }

    .offer-theme__features p {
        font-size: 15px;
    }

    .offer-theme__actions .pricing-one__btn {
        width: 100%;
    }

    .offer-theme__banner-wrap {
        min-height: 280px;
    }

    .offer-theme__carousel.owl-theme .owl-nav {
        position: static;
        text-align: center;
        margin-top: 12px;
    }
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
