/* ==========================
   White Label SaaS Section
========================== */

.py-80 {
    padding: 60px 0;
}

.saas-about-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.saas-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #f4f7ff;
    color: #6c63ff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: 0.4s;
}
.saas-tag:hover {
    transform: translateY(-3px);
}
.saas-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px;
}
.saas-text {
    color: #666;
    line-height: 1.9;
    margin-bottom: 18px;
}
.saas-visual {
    position: relative;
    min-height: 500px;
}
.center-circle {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #6c63ff, #8d85ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 20px 50px rgba(108, 99, 255, 0.25);
    animation: floatCenter 4s ease-in-out infinite;
}
.center-circle i {
    font-size: 65px;
    color: #fff;
}
.saas-card {
    position: absolute;
    width: 180px;
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    cursor: pointer;
}
.saas-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(108, 99, 255, 0.18);
}
.saas-card i {
    font-size: 35px;
    color: #6c63ff;
    margin-bottom: 15px;
}
.saas-card h6 {
    margin: 0;
    font-weight: 600;
}
.card-one {
    top: 20px;
    left: 0;
    animation: floatCard 5s infinite ease-in-out;
}
.card-two {
    top: 40px;
    right: 0;
    animation: floatCard 6s infinite ease-in-out;
}
.card-three {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: floatCard 7s infinite ease-in-out;
}
.shape {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}
.shape-1 {
    width: 300px;
    height: 300px;
    background: rgba(108, 99, 255, 0.05);
    top: -100px;
    right: -100px;
}
.shape-2 {
    width: 220px;
    height: 220px;
    background: rgba(108, 99, 255, 0.07);
    bottom: -80px;
    left: -80px;
}
@keyframes floatCenter {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
@keyframes floatCard {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}
@media (max-width: 991px) {
    .saas-title {
        font-size: 36px;
    }
    .saas-visual {
        min-height: 600px;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .saas-title {
        font-size: 30px;
    }
    .saas-card {
        width: 150px;
        padding: 18px;
    }
    .center-circle {
        width: 140px;
        height: 140px;
    }
}
/* ===========================
   SaaS Launch Section
=========================== */

.saas-launch-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #071a35, #0b2545);
    position: relative;
    overflow: hidden;
}

.launch-badge {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(0, 255, 255, 0.12);
    border: 1px solid rgba(0, 255, 255, 0.2);
    color: #76ffff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.launch-title {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.2;
}

.launch-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.9;
}

.launch-card {
    height: 100%;
    padding: 35px 25px;
    text-align: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.launch-card:hover {
    transform: translateY(-12px);
    border-color: #00e5ff;
    box-shadow: 0 20px 50px rgba(0, 229, 255, 0.15);
}

.launch-card:hover .launch-icon {
    transform: rotateY(180deg);
}

.launch-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #00e5ff, #00c6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.8s;
}

.launch-icon i {
    color: #071a35;
    font-size: 30px;
}

.launch-card h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.growth-box {
    background: linear-gradient(135deg, #00c6ff, #00e5ff);
    padding: 35px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 229, 255, 0.15);
}

.growth-box p {
    margin: 0;
    color: #071a35;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}

.launch-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.shape-one {
    width: 300px;
    height: 300px;
    background: #00e5ff;
    top: -100px;
    right: -100px;
    opacity: 0.15;
}

.shape-two {
    width: 250px;
    height: 250px;
    background: #4facfe;
    bottom: -100px;
    left: -100px;
    opacity: 0.15;
}

@media (max-width: 991px) {
    .launch-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .launch-title {
        font-size: 30px;
    }

    .growth-box {
        padding: 25px;
    }
}

/* ==================================
   SaaS Services Timeline Section
================================== */

.saas-services-section {
    padding: 80px 0;
    background: #fff7f4;
    position: relative;
    overflow: hidden;
}

.service-badge {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(255, 107, 53, 0.12);
    color: #ff6b35;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-title {
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 0;
}

.service-timeline {
    position: relative;
    max-width: 1100px;
    margin: 60px auto 0;
}

.service-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #ff6b35, #ff8c42, #ff4d6d);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    margin-bottom: 50px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #ff6b35;
    border-radius: 50%;
    top: 30px;
    z-index: 2;
    box-shadow: 0 0 0 8px rgba(255, 107, 53, 0.15);
    transition: 0.4s;
}

.timeline-item:hover::before {
    transform: scale(1.3);
}

.timeline-item.left {
    padding-right: 60px;
}

.timeline-item.right {
    margin-left: 50%;
    padding-left: 60px;
}

.timeline-item.left::before {
    right: -11px;
}

.timeline-item.right::before {
    left: -11px;
}

.timeline-content {
    background: #fff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.4s;
    border: 1px solid rgba(255, 107, 53, 0.08);
}

.timeline-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(255, 107, 53, 0.12);
}

.timeline-content h3 {
    font-size: 26px;
    font-weight: 400;
    color: #222;
    margin-bottom: 15px;
}

.timeline-content p {
    margin: 0;
    line-height: 1.9;
    color: #666;
}

@media (max-width: 991px) {
    .service-title {
        font-size: 36px;
    }

    .service-timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 60px !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }

    .timeline-item::before {
        left: 10px !important;
    }
}

@media (max-width: 767px) {
    .service-title {
        font-size: 30px;
    }

    .timeline-content {
        padding: 25px;
    }

    .timeline-content h3 {
        font-size: 22px;
    }
}

/* ====================================
   Industry SaaS Solutions Section
==================================== */

.industry-saas-section {
    padding: 80px 0;
    background: #f8fbff;
}

.industry-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 40px;
    background: #e8f8f7;
    color: #0f766e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.industry-title {
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
}

.industry-desc {
    max-width: 900px;
    margin: auto;
    color: #666;
    line-height: 1.9;
}

.industry-box {
    position: relative;
    margin-top: 40px;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.4s;
    overflow: hidden;
}

.industry-box:hover {
    transform: translateY(-10px);
}

.industry-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
}

.industry-one::before {
    background: linear-gradient(#14b8a6, #06b6d4);
}

.industry-two::before {
    background: linear-gradient(#4f46e5, #6366f1);
}

.industry-three::before {
    background: linear-gradient(#10b981, #34d399);
}

.industry-four::before {
    background: linear-gradient(#f97316, #fb923c);
}

.industry-five::before {
    background: linear-gradient(#ec4899, #f472b6);
}

.industry-six::before {
    background: linear-gradient(#8b5cf6, #a78bfa);
}

.industry-seven::before {
    background: linear-gradient(#06b6d4, #67e8f9);
}

.industry-eight::before {
    background: linear-gradient(#22c55e, #4ade80);
}

.industry-number {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 70px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.04);
}

.industry-box h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.industry-box p {
    color: #666;
    line-height: 1.9;
}

.industry-box h5 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.industry-box ul {
    margin: 0;
    padding-left: 20px;
}

.industry-box ul li {
    margin-bottom: 12px;
    color: #444;
    list-style: none;
}

.industry-footer {
    margin-top: 20px;
    font-weight: 500;
    color: #222 !important;
}

.industry-feature-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.industry-feature-row ul {
    flex: 1;
}

.industry-feature-image {
    width: 380px;
    flex-shrink: 0;
}

.industry-feature-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .industry-feature-row {
        flex-direction: column;
    }

    .industry-feature-image {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .industry-title {
        font-size: 36px;
    }

    .industry-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .industry-title {
        font-size: 30px;
    }

    .industry-box h3 {
        font-size: 24px;
    }

    .industry-number {
        font-size: 45px;
    }
}

/* ===================================
   SaaS Features Section
=================================== */

.saas-features-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff8f2 0%, #fef3f2 45%, #fdf4ff 100%);
    position: relative;
    overflow: hidden;
}

.feature-heading {
    position: relative;
    z-index: 2;
}

.feature-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(249, 115, 22, 0.1);
    color: #ea580c;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.2;
}

.feature-desc {
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

.feature-matrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.feature-item {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 30px;
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transition: 0.4s;
}

.feature-item:nth-child(1)::before {
    background: #f97316;
}
.feature-item:nth-child(2)::before {
    background: #ec4899;
}
.feature-item:nth-child(3)::before {
    background: #8b5cf6;
}
.feature-item:nth-child(4)::before {
    background: #06b6d4;
}
.feature-item:nth-child(5)::before {
    background: #10b981;
}
.feature-item:nth-child(6)::before {
    background: #f59e0b;
}
.feature-item:nth-child(7)::before {
    background: #6366f1;
}
.feature-item:nth-child(8)::before {
    background: #ef4444;
}
.feature-item:nth-child(9)::before {
    background: #14b8a6;
}
.feature-item:nth-child(10)::before {
    background: #a855f7;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.feature-item span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 12px;
}

.feature-item h5 {
    margin: 0;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.feature-bottom-box {
    padding: 35px;
    border-radius: 30px;
    text-align: center;
    background: linear-gradient(135deg, #f97316, #ec4899);
    box-shadow: 0 20px 40px rgba(236, 72, 153, 0.15);
    position: relative;
    z-index: 2;
}

.feature-bottom-box p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}

.feature-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
}

.glow-1 {
    width: 320px;
    height: 320px;
    background: #f97316;
    top: -120px;
    right: -120px;
    opacity: 0.12;
}

.glow-2 {
    width: 280px;
    height: 280px;
    background: #ec4899;
    bottom: -100px;
    left: -100px;
    opacity: 0.12;
}

@media (max-width: 991px) {
    .feature-title {
        font-size: 36px;
    }

    .feature-matrix {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .saas-features-section {
        padding: 80px 0;
    }

    .feature-title {
        font-size: 30px;
    }

    .feature-item {
        padding: 25px;
    }

    .feature-bottom-box {
        padding: 25px;
    }
}

/* ===================================
   AI SaaS Section
=================================== */

.ai-saas-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fdf4ff 0%, #eefcff 50%, #fff7ed 100%);
    overflow: hidden;
    position: relative;
}

.ai-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(168, 85, 247, 0.12);
    color: #9333ea;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ai-title {
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ai-desc {
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px;
}

.ai-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.ai-feature-item {
    background: #fff;
    padding: 18px 20px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.ai-feature-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(147, 51, 234, 0.12);
}

.ai-bottom-text {
    margin-top: 30px;
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, #9333ea, #06b6d4);
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
}

/* AI Visual */

.ai-visual {
    width: 500px;
    height: 500px;
    margin: auto;
    position: relative;
}

.ai-center-circle {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9333ea, #06b6d4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    box-shadow: 0 20px 40px rgba(147, 51, 234, 0.25);
}

.orbit {
    position: absolute;
    border: 2px dashed rgba(147, 51, 234, 0.18);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orbit-1 {
    width: 250px;
    height: 250px;
}
.orbit-2 {
    width: 320px;
    height: 320px;
}
.orbit-3 {
    width: 390px;
    height: 390px;
}

.orbit-node {
    position: absolute;
    background: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    font-weight: 600;
}

.orbit-1 .orbit-node {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-2 .orbit-node {
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.orbit-3 .orbit-node {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-4 {
    width: 250px;
    height: 250px;
}

.orbit-4 .orbit-node {
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.orbit-5 {
    width: 430px;
    height: 430px;
}

.orbit-5 .orbit-node {
    top: 50px;
    right: 25px;
}

.orbit-6 {
    width: 430px;
    height: 430px;
}

.orbit-6 .orbit-node {
    bottom: 50px;
    left: 25px;
}

@media (max-width: 991px) {
    .ai-title {
        font-size: 36px;
    }

    .ai-visual {
        width: 400px;
        height: 400px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .ai-title {
        font-size: 30px;
    }

    .ai-feature-list {
        grid-template-columns: 1fr;
    }

    .ai-visual {
        width: 280px;
        height: 280px;
        margin: 40px auto 0;
    }

    .ai-center-circle {
        width: 100px;
        height: 100px;
        font-size: 18px;
    }

    .orbit-1 {
        width: 160px;
        height: 160px;
    }

    .orbit-2 {
        width: 210px;
        height: 210px;
    }

    .orbit-3 {
        width: 260px;
        height: 260px;
    }

    .orbit-5,
    .orbit-6 {
        width: 290px;
        height: 290px;
    }

    .orbit-node {
        padding: 8px 12px;
        font-size: 11px;
        white-space: nowrap;
    }

    .orbit-2 .orbit-node {
        right: -20px;
    }

    .orbit-4 .orbit-node {
        left: -20px;
    }

    .orbit-5 .orbit-node {
        top: 25px;
        right: 10px;
    }

    .orbit-6 .orbit-node {
        bottom: 25px;
        left: 10px;
    }
}

/* ===================================
   Revenue Management Section
=================================== */

.revenue-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f7fee7 100%);
    position: relative;
    overflow: hidden;
}

.revenue-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.revenue-title {
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
}

.revenue-desc {
    max-width: 850px;
    margin: auto;
    color: #666;
    line-height: 1.9;
}

.revenue-ecosystem {
    position: relative;
    height: 650px;
    margin-top: 70px;
}

.revenue-center {
    position: absolute;
    left: 42%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.growth-line {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #34d399);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.18);
}

.revenue-feature {
    position: absolute;
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    max-width: 260px;
    transition: 0.4s;
    font-weight: 500;
}

.revenue-feature:hover {
    transform: translateY(-8px);
}

.feature-1 {
    top: 20px;
    left: 10%;
}

.feature-2 {
    top: 20px;
    right: 10%;
}

.feature-3 {
    top: 240px;
    left: 0;
}

.feature-4 {
    top: 240px;
    right: 0;
}

.feature-5 {
    bottom: 30px;
    left: 12%;
}

.feature-6 {
    bottom: 30px;
    right: 12%;
}

.revenue-bottom {
    margin-top: 40px;
    text-align: center;
}

.revenue-bottom p {
    display: inline-block;
    padding: 20px 35px;
    border-radius: 60px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    margin: 0;
    font-weight: 500;
    color: #222;
}

@media (max-width: 991px) {
    .revenue-title {
        font-size: 36px;
    }

    .revenue-ecosystem {
        height: auto;
        display: grid;
        gap: 20px;
    }

    .revenue-center,
    .revenue-feature {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        margin: auto;
    }

    .growth-line {
        width: 220px;
        height: 220px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .revenue-title {
        font-size: 30px;
    }

    .growth-line {
        width: 180px;
        height: 180px;
        font-size: 20px;
    }

    .revenue-feature {
        max-width: 100%;
    }
}

/* ===================================
   Security & Scalability Section
=================================== */

.security-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 50%, #ecfdf5 100%);
    position: relative;
    overflow: hidden;
}

.security-header {
    position: relative;
    z-index: 2;
}

.security-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.security-title {
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
}

.security-desc {
    max-width: 850px;
    margin: auto;
    color: #666;
    line-height: 1.9;
}

.security-wrapper {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.security-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.security-item {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
    font-weight: 500;
    color: #222;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.security-item:hover {
    transform: translateY(-8px);
}

.left-side .security-item {
    border-left: 5px solid #0ea5e9;
}

.right-side .security-item {
    border-left: 5px solid #10b981;
}

.security-center {
    flex: 0 0 320px;
}

.shield-circle {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #10b981);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px rgba(14, 165, 233, 0.15);
}

.shield-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #222;
    line-height: 1.4;
}

.security-footer {
    margin-top: 60px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.security-footer p {
    display: inline-block;
    padding: 22px 35px;
    border-radius: 60px;
    background: linear-gradient(135deg, #0ea5e9, #10b981);
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.security-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
}

.blob-1 {
    width: 300px;
    height: 300px;
    background: #0ea5e9;
    top: -120px;
    right: -120px;
    opacity: 0.12;
}

.blob-2 {
    width: 260px;
    height: 260px;
    background: #10b981;
    bottom: -100px;
    left: -100px;
    opacity: 0.12;
}

@media (max-width: 991px) {
    .security-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .security-title {
        font-size: 36px;
    }

    .security-center {
        flex: unset;
    }

    .shield-circle {
        width: 260px;
        height: 260px;
    }

    .shield-inner {
        font-size: 24px;
    }

    .security-side {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .security-title {
        font-size: 30px;
    }

    .shield-circle {
        width: 220px;
        height: 220px;
    }

    .shield-inner {
        font-size: 20px;
    }

    .security-item {
        padding: 20px;
    }

    .security-footer p {
        border-radius: 20px;
        display: block;
    }
}


.saas-benefits-infographic {
    padding: 80px 0;
    background: #f8fbff;
}

.saas-benefits-infographic .section-title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
}

.saas-benefits-infographic .section-title p {
    max-width: 800px;
    margin: auto;
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
}

.saas-benefits-infographic .section-title h5 {
    margin-top: 25px;
    font-size: 28px;
    font-weight: 600;
    color: #111827;
}

.infographic-wrapper {
    position: relative;
    height: 620px;
    max-width: 1200px;
    margin: 60px auto;
}

/* CENTER */

.center-circle {
    position: absolute;
    left: 35%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 340px;
    border: 2px dashed #d7e3ff;
    border-radius: 50%;
}

.inner-circle {
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner-circle span {
    font-size: 30px;
    font-weight: 600;
    color: #0f172a;
}

/* BOXES */

.benefit-box {
    width: 390px;
    min-height: 150px;
    background: #fff;
    border-radius: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
    transition: .4s;
}

.benefit-box:hover {
    transform: translateY(-8px);
}

.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.content h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.content p {
    margin: 0;
    color: #64748b;
}

/* Position */

.box-1 {
    top: 20px;
    left: 0;
}

.box-2 {
    top: 20px;
    right: 0;
}

.box-3 {
    bottom: 20px;
    left: 0;
}

.box-4 {
    bottom: 20px;
    right: 0;
}

/* Colors */

.box-1 .icon-circle {
    color: #22c55e;
    border: 2px solid #22c55e;
}

.box-1 h4 {
    color: #22c55e;
}

.box-2 .icon-circle {
    color: #2563eb;
    border: 2px solid #2563eb;
}

.box-2 h4 {
    color: #2563eb;
}

.box-3 .icon-circle {
    color: #f97316;
    border: 2px solid #f97316;
}

.box-3 h4 {
    color: #f97316;
}

.box-4 .icon-circle {
    color: #9333ea;
    border: 2px solid #9333ea;
}

.box-4 h4 {
    color: #9333ea;
}

/* Bottom Feature */

.bottom-features {
    max-width: 1100px;
    margin: auto;
    background: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: 500;
}

.feature-item i {
    font-size: 28px;
    color: #7c3aed;
}

.divider {
    width: 1px;
    height: 60px;
    background: #e5e7eb;
    margin: 0 40px;
}

/* Bottom Note */

.bottom-note {
    max-width: 1100px;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    font-size: 24px;
    line-height: 1.7;
    color: #1e293b;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

/* Mobile */

@media(max-width:991px){

    .infographic-wrapper{
        height:auto;
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .center-circle{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        margin:40px auto;
    }

    .benefit-box{
        position:relative;
        width:100%;
        top:auto;
        right:auto;
        bottom:auto;
        left:auto;
    }

    .bottom-features{
        flex-direction:column;
        gap:20px;
    }

    .divider{
        width:100%;
        height:1px;
        margin:0;
    }
}

/* ===================================
   Why Choose Digiature Section
=================================== */

.why-saas-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fffdf7 0%, #faf5ff 50%, #f0fdf4 100%);
    position: relative;
    overflow: hidden;
}

.why-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(124, 58, 237, 0.1);
    color: #7c3aed;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-title {
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
}

.why-desc {
    max-width: 900px;
    margin: auto;
    color: #666;
    line-height: 1.9;
}

.why-wrapper {
    margin-top: 70px;
}

.why-block {
    width: 75%;
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

.why-block:hover {
    transform: translateY(-8px);
}

.why-number {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 60px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
}

.why-block h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    line-height: 1.6;
}

.block-1 {
    border-left: 6px solid #7c3aed;
}
.block-2 {
    border-left: 6px solid #06b6d4;
}
.block-3 {
    border-left: 6px solid #f97316;
}
.block-4 {
    border-left: 6px solid #ec4899;
}
.block-5 {
    border-left: 6px solid #10b981;
}
.block-6 {
    border-left: 6px solid #6366f1;
}

.why-footer {
    margin-top: 50px;
    text-align: center;
}

.why-footer p {
    display: inline-block;
    padding: 24px 35px;
    border-radius: 30px;
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    color: #fff;
    margin: 0;
    max-width: 950px;
    font-weight: 500;
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
}

@media (max-width: 991px) {
    .why-title {
        font-size: 36px;
    }

    .why-block {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .why-title {
        font-size: 30px;
    }

    .why-block {
        padding: 25px;
    }

    .why-block h4 {
        font-size: 20px;
    }

    .why-number {
        font-size: 42px;
    }

    .why-footer p {
        display: block;
    }
}

/* ===================================
   Future SaaS Section
=================================== */

.future-saas-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 50%, #f5f3ff 100%);
    position: relative;
    overflow: hidden;
}

.future-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(99, 102, 241, 0.1);
    color: #4f46e5;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.future-title {
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
}

.future-desc {
    max-width: 900px;
    margin: auto;
    color: #666;
    line-height: 1.9;
}

.future-timeline {
    position: relative;
    max-width: 1000px;
    margin: 80px auto 0;
}

.future-line {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, #6366f1, #8b5cf6, #ec4899);
}

.future-item {
    position: relative;
    width: 50%;
    margin-bottom: 50px;
}

.future-item.left {
    padding-right: 60px;
    text-align: right;
}

.future-item.right {
    margin-left: 50%;
    padding-left: 60px;
}

.future-dot {
    position: absolute;
    top: 20px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #8b5cf6;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
}

.future-item.left .future-dot {
    right: -11px;
}

.future-item.right .future-dot {
    left: -11px;
}

.future-card {
    background: #fff;
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

.future-card:hover {
    transform: translateY(-8px);
}

.future-card h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #222;
    line-height: 1.6;
}

.future-bottom {
    text-align: center;
    margin-top: 30px;
}

.future-bottom p {
    display: inline-block;
    padding: 24px 35px;
    border-radius: 30px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    margin: 0;
    font-weight: 500;
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
}

.future-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.glow-one {
    width: 300px;
    height: 300px;
    background: #6366f1;
    top: -120px;
    right: -120px;
    opacity: 0.1;
}

.glow-two {
    width: 280px;
    height: 280px;
    background: #ec4899;
    bottom: -120px;
    left: -120px;
    opacity: 0.1;
}

@media (max-width: 991px) {
    .future-title {
        font-size: 36px;
    }

    .future-line {
        left: 20px;
    }

    .future-item,
    .future-item.right {
        width: 100%;
        margin-left: 0;
        padding-left: 60px;
        padding-right: 0;
        text-align: left;
    }

    .future-item.left .future-dot,
    .future-item.right .future-dot {
        left: 10px;
        right: auto;
    }
}

@media (max-width: 767px) {
    .future-title {
        font-size: 30px;
    }

    .future-card {
        padding: 22px;
    }

    .future-card h5 {
        font-size: 18px;
    }

    .future-bottom p {
        display: block;
    }
}

/* ===================================
   Final SaaS CTA Section
=================================== */

.saas-cta-section {
    padding: 80px 0;
    background: #0f172a;
    position: relative;
    overflow: hidden;
}

.saas-cta-wrapper {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 35px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.02)
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.saas-cta-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(139, 92, 246, 0.15);
    color: #c4b5fd;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.saas-cta-title {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.saas-cta-desc {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.9;
    margin-bottom: 18px;
}

.saas-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    border-radius: 60px;
    background: linear-gradient(135deg, #8b5cf6, #06b6d4);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.25);
}

.saas-cta-btn:hover {
    transform: translateY(-5px);
    color: #fff;
    box-shadow: 0 20px 40px rgba(6, 182, 212, 0.3);
}

.saas-cta-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-size: 17px;
    line-height: 1.8;
}

.cta-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.glow-purple {
    width: 350px;
    height: 350px;
    background: #8b5cf6;
    top: -150px;
    left: -150px;
    opacity: 0.15;
}

.glow-cyan {
    width: 300px;
    height: 300px;
    background: #06b6d4;
    bottom: -120px;
    right: -120px;
    opacity: 0.12;
}

@media (max-width: 991px) {
    .saas-cta-title {
        font-size: 36px;
    }

    .saas-cta-wrapper {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .saas-cta-section {
        padding: 80px 0;
    }

    .saas-cta-wrapper {
        padding: 30px 25px;
    }

    .saas-cta-title {
        font-size: 30px;
    }

    .saas-cta-btn {
        width: 100%;
        margin-top: 10px;
    }

    .saas-cta-bottom {
        font-size: 15px;
    }
}

/* ===================================
   SaaS FAQ Section
=================================== */

.saas-faq-section{
    padding:80px 0;
    background:linear-gradient(
        135deg,
        #ffffff 0%,
        #faf5ff 50%,
        #f8fafc 100%
    );
}

.faq-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(139,92,246,.10);
    color:#7c3aed;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.faq-title{
    font-size:48px;
    font-weight:400;
    color:#222;
    margin-bottom:50px;
}

.faq-wrapper{
    max-width:900px;
    margin:auto;
}

.saas-faq-section .accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:20px !important;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.saas-faq-section .accordion-button{
    background:#fff;
    color:#222;
    font-size:18px;
    font-weight:500;
    padding:22px 25px;
    box-shadow:none !important;
}

.saas-faq-section .accordion-button:not(.collapsed){
    background:linear-gradient(
        135deg,
        #8b5cf6,
        #06b6d4
    );
    color:#fff;
}

.saas-faq-section .accordion-button:focus{
    box-shadow:none;
}

.saas-faq-section .accordion-body{
    padding:25px;
    line-height:1.9;
    color:#666;
    background:#fff;
}

@media(max-width:991px){

    .faq-title{
        font-size:36px;
    }
}

@media(max-width:767px){

    .faq-title{
        font-size:30px;
    }

    .saas-faq-section .accordion-button{
        font-size:16px;
        padding:18px;
    }

    .saas-faq-section .accordion-body{
        padding:20px;
    }
}
