/* Modern Layout Overrides */

/* Typography Update: Outfit */
body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Outfit', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}

p, span, a, small {
    font-weight: 400;
}

/* Card Hover Animations & Shadows */
.feature-block-two .inner-box,
.service-block-one .inner-box,
.testi-box .client-drow {
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    border: none !important;
    background: #ffffff;
}

.feature-block-two .inner-box:hover,
.service-block-one .inner-box:hover,
.testi-box .client-drow:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* Enhancing CTA Support Blocks */
.support-block {
    background: var(--gradient-primary, linear-gradient(120deg, #fccb90 0%, #d57eeb 100%));
    padding: 12px;
    transition: all 0.3s ease;
    border-radius: 50%;
    color: #fff;
}
.support-block:hover {
    background: var(--gradient-primary, linear-gradient(120deg, #ec4e4f 0%, #d57eeb 100%));
    box-shadow: 0 8px 25px rgba(213, 126, 235, 0.4);
    transform: scale(1.1);
}

/* Process Section (How We Work) */
.process-section {
    background-color: #f7f9fa;
    position: relative;
}
.process-block {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
    overflow: hidden;
    height: 100%;
}
.process-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.process-block .step-number {
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 100px;
    font-weight: 800;
    color: rgba(0,0,0,0.03);
    z-index: -1;
    line-height: 1;
    transition: all 0.3s ease;
}
.process-block:hover .step-number {
    color: var(--color-secondary, rgba(6, 182, 212, 0.1));
}
.process-block .icon-box {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary, linear-gradient(135deg, #f6d365 0%, #fda085 100%));
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.process-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.process-block p {
    color: #666;
    margin-bottom: 0;
}
/* Arrow Connector */
.process-connector {
    position: absolute;
    top: 35%;
    right: -20px;
    font-size: 24px;
    color: #cbd5e1;
    z-index: 2;
}
@media (max-width: 991px) {
    .process-connector {
        display: none;
    }
    }
    .process-block {
        margin-bottom: 30px;
    }
}

/* Partner Portal Redesign: Glassmorphism & Modern Layout */
.portal-container {
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.portal-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.portal-nav-item {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 15px 25px;
    text-align: center;
    color: #333;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

.portal-nav-item i {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--color-primary, #ec4e4f);
    transition: all 0.3s ease;
}

.portal-nav-item:hover, .portal-nav-item.active {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    color: var(--color-primary, #ec4e4f);
    text-decoration: none;
}

.portal-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 25px;
    margin-bottom: 30px;
    border: none;
}

.portal-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.portal-table th {
    background: transparent;
    color: #666;
    font-weight: 600;
    padding: 15px;
    border: none;
}

.portal-table td {
    background: #fff;
    padding: 15px;
    border: none;
    border-radius: 8px;
}

.portal-table tr {
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #fff;
}

.portal-table tr:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

