/* Styles for the new why-redesign-questions section */

.why-redesign-questions {
    padding: 50px 0px;
    background-color: #fff;
}

.why-redesign-questions h5 {
    background-color: #FEE2E2;
    color: #FF6600;
    padding: 10px 25px;
    border-radius: 80px;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

.why-redesign-questions h2 span {
    color: #F16223;
}

.question-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 40px 50px 30px 30px;
    margin-bottom: 25px;
    min-height: 140px;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.question-card::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -18px;
    width: 40px;
    height: 40px;
    background-image: url('../images/question-circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
}

.question-card:hover {
    box-shadow: 0 10px 30px rgba(241, 98, 35, 0.15), 
                0 0 20px rgba(241, 98, 35, 0.1),
                0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-color: #F16223;
    transform: translateY(-5px);
}

.question-card:hover::before {
    transform: scale(1.1) rotate(5deg);
}

.question-number {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 28px;
    height: 28px;
    background: #FEE2E2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F16223;
    font-size: 14px;
    font-weight: 500;
}

.question-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
}

/* Partner Logo Carousel Section */
.partner-logos {
    padding: 10px 0;
    background: #fff;
    border-bottom: 3px solid #F16223;
}

.partner-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.partner-carousel .item img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    /* opacity: 0.8; */
    transition: opacity 0.3s ease;
}

.partner-carousel .item img:hover {
    opacity: 1;
}

/* Efficient 5-Step Process Section */
.efficient-process {
    padding: 50px 0;
    background: url('../images/efficient-process-bg.webp') center center / cover no-repeat;
    color: #fff;
    position: relative;
}

.efficient-process .row.mt-5 {
    position: relative;
}

.efficient-process .row.mt-5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    /* background: linear-gradient(90deg, 
        rgba(241, 98, 35, 0) 0%, 
        rgba(241, 98, 35, 0.3) 10%, 
        rgba(241, 98, 35, 0.5) 50%, 
        rgba(241, 98, 35, 0.3) 90%, 
        rgba(241, 98, 35, 0) 100%); */
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
}

.efficient-process h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
    background: rgb(36 57 92 / 80%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 24px;
    border-radius: 25px;
}

.efficient-process h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.efficient-process h2 span {
    color: #F16223;
}

.efficient-process p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.process-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 12px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    z-index: 1;
}

.process-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-10px);
    border-color: rgba(241, 98, 35, 0.3);
}

.process-number {
    position: absolute;
    top: -20px;
    right: 80px;
    background: #F16223;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.process-icon {
    width: 52px;
    height: 52px;
    background: rgb(41 70 106);
    border-radius: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #F16223;
}

.process-card h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.process-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* Websites We Redesigned Section */
.websites-redesigned {
    padding: 50px 0;
    background: #f9fafb;
}

.websites-redesigned h5 {
    color: #FF5722;
    background: #f5cebd;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 8px 20px;
    border-radius: 24px;
    display: inline-block;
}

.websites-redesigned h2 {
    color: #1f2937;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.websites-redesigned h2 span {
    color: #F16223;
}

.websites-redesigned p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.redesign-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.redesign-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f3f4f6 !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.redesign-carousel .owl-nav button:hover {
    background: #e5e7eb !important;
}

.redesign-carousel .owl-nav button span {
    font-size: 20px;
    color: #374151;
    font-weight: 600;
}

.redesign-carousel .owl-nav button:hover span {
    color: #1f2937;
}

.redesign-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 0px;
    max-height: 600px;
    border: 3px solid #e5e7eb;
    transition: all 0.4s ease;
    background: #f9fafb;
}

.redesign-image.before {
    border-color: #ef4444;
}

.redesign-image.after {
    border-color: #10b981;
}

/* .redesign-image:hover {
    border-color: #F16223;
    box-shadow: 0 10px 30px rgba(241, 98, 35, 0.2);
} */

.redesign-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/placeholder-redesign.png') center center / cover no-repeat;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.redesign-image:hover::before {
    opacity: 0;
}

.redesign-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
    transform: translateY(0);
    margin-top: 40px;
}

.redesign-image:hover img {
    animation: scrollContent 15s ease-in-out infinite alternate;
}

.redesign-image.before:hover img {
    animation: scrollBottomToTop 15s ease-in-out infinite alternate;
}

.redesign-image.after:hover img {
    animation: scrollBottomToTop 15s ease-in-out infinite alternate;
}

@keyframes scrollContent {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-100% + 600px));
    }
}

@keyframes scrollBottomToTop {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-100% + 600px));
    }
}

@keyframes scrollTopToBottom {
    0% {
        transform: translateY(calc(-100% + 600px));
    }
    100% {
        transform: translateY(0);
    }
}

.badge-label {
    position: absolute;
    top: 5px;
    left: 10px;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 10;
}

.before-badge {
    background: #ef4444;
    color: #fff;
}

.after-badge {
    background: #10b981;
    color: #fff;
}

.redesign-image.after {
    position: relative;
}

.result-badge {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    /* background: #fff; */
    padding: 12px 18px;
    border-radius: 10px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
    white-space: nowrap;
}

.result-badge svg {
    flex-shrink: 0;
}

.result-text {
    font-size: 14px;
    line-height: 1.4;
    color: #1f2937;
}

.result-text strong {
    font-weight: 600;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 18px;
    margin: 5px;
    padding: 4px 15px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
}

/* Website Redesign Services Section */
.redesign-services {
    padding: 50px 0 20px;
    background: #fff;
}

.redesign-services h5 {
    color: #FF5722;
    background: #f5cebd;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 8px 20px;
    border-radius: 24px;
    display: inline-block;
}

.redesign-services h2 {
    color: #1f2937;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.redesign-services h2 span {
    color: #F16223;
}

.redesign-services p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.service-card {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #f9fafb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-card h4 {
    color: #1f2937;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-card p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
/* --- THE MASONRY GRID --- */
        .services-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5% 0px 5%;
        }

        .services-grid {
            display: grid;
            grid-template-columns: 1fr 1fr; /* Two Columns */
            column-gap: 80px; /* Big gap for airy feel */
            row-gap: 0; 
        }

        /* Stagger Column 2 down for "Waterfall" effect */
        .services-column.coll-2 {
            margin-top: 120px; 
        }

        .service-item {
            margin-bottom: 100px; /* Vertical spacing */
            padding-left: 30px;
            border-left: 2px solid transparent; /* Invisible border for hover effect */
            transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            opacity: 1;
            cursor: default;
        }

        /* Scroll Reveal State */
        .service-item.hidden {
            opacity: 0;
            transform: translateY(50px);
        }

        .icon-wrap {
            font-size: 2.5rem;
            color: #031a40;
            margin-bottom: 25px;
            display: inline-block;
            transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .service-item h3 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .service-item p {
            font-size: 1.1rem;
            color: #666666;
            line-height: 1.7;
            max-width: 90%;
            transition: color 0.3s ease;
        }

        /* --- HOVER "FOCUS" EFFECTS --- */
        
        /* When hovering the grid container, dim everything */
        .services-grid:hover .service-item {
            opacity: 0.3; /* Fade out siblings */
            filter: blur(2px); /* Blur siblings */
        }

        /* Keep the hovered item bright and clear */
        .services-grid .service-item:hover {
            opacity: 1;
            filter: blur(0);
            transform: translateX(10px); /* Slight slide */
            border-left-color: #ff6b00; /* Show accent line */
        }

        .services-grid .service-item:hover .icon-wrap {
            color: #ff6b00;
            transform: scale(1.1) rotate(-10deg);
        }
        
        .services-grid .service-item:hover h3 {
            color: #ff6b00;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .section-header h2 { font-size: 2.5rem; }
            .services-grid { grid-template-columns: 1fr; }
            .services-column.coll-2 { margin-top: 0; }
            .service-item { margin-bottom: 60px; padding-left: 0; border-left: none; }
            
            /* Remove fancy hover on mobile */
            .services-grid:hover .service-item { opacity: 1; filter: none; }
            .services-grid .service-item:hover { transform: none; }
        }

/* Numbers Speak Section */
.numbers-speak {
    padding: 0px 0px 50px;
    background: #fff;
    position: relative;
}

.numbers-speak::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 60%;
    /* background: linear-gradient(to bottom, transparent, #e5e7eb, transparent); */
}

.numbers-speak h5 {
    color: #FF5722;
    background: #f5cebd;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 8px 20px;
    border-radius: 24px;
    display: inline-block;
}

.numbers-speak h2 {
    color: #1f2937;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.numbers-speak p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.stat-card {
    text-align: center;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border-radius: 12px;
}

.stat-card:hover {
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.stat-icon.green {
    background: #d1fae5;
    color: #16A34A;
}
.stat-card.green h3{
    color: #16A34A;
}
.stat-icon.blue {
    background: #dbeafe;
    color: #2563EB;
}
.stat-card.blue h3{
    color: #2563EB;
}

.stat-icon.purple {
    background: #e9d5ff;
    color: #9333EA;
}
.stat-card.purple h3{
    color: #9333EA;
}
.stat-icon.orange {
    background: #fed7aa;
    color: #EA580C;
}
.stat-card.orange h3{
    color: #EA580C !important;
}
.stat-card:hover .stat-icon {
    transform: scale(1.2) rotate(360deg);
}

.stat-card.green:hover .stat-icon {
    background: #d1fae5;
    color: #fff;
    box-shadow: 0 10px 30px rgba(22, 163, 74, 0.4);
}

.stat-card.blue:hover .stat-icon {
    background: #dbeafe;
    color: #fff;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
}

.stat-card.purple:hover .stat-icon {
    background: #e9d5ff;
    color: #fff;
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.4);
}

.stat-card.orange:hover .stat-icon {
    background: #fed7aa;
    color: #fff;
    box-shadow: 0 10px 30px rgba(234, 88, 12, 0.4);
}

.stat-card h3 {
    color: #1f2937;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.stat-card:hover h3 {
    transform: scale(1.1);
}

.stat-card p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transition: all 0.3s ease;
}

.stat-card:hover p {
    color: #1f2937;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .question-card {
        min-height: auto;
    }
    
    .efficient-process {
        padding: 60px 0;
    }
    
    .efficient-process h2 {
        font-size: 28px;
    }
    
    .websites-redesigned {
        padding: 60px 0;
    }
    
    .websites-redesigned h2 {
        font-size: 28px;
    }
    
    .redesign-services {
        padding: 60px 0;
    }
    
    .redesign-services h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .why-redesign-questions {
        padding: 60px 0px;
    }
    
    .question-card {
        padding: 25px 20px;
        padding-left: 35px;
    }
    
    .question-card::before {
        width: 30px;
        height: 30px;
        left: -12px;
        top: -3px;
    }
    
    .question-number {
        top: 4px;
        right: 10px;
    }
    
    .partner-logos {
        padding: 30px 0;
    }
    
    .partner-carousel .item img {
        max-height: 50px;
    }
    
    .efficient-process {
        padding: 50px 0;
    }
    
    .efficient-process h2 {
        font-size: 24px;
    }
    
    .process-card {
        padding: 25px 15px;
    }
    
    .process-number {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}



 /* --- SECTION 2: STICKY FEATURES (Split Screen) --- */
        .features-section {
            position: relative;
            padding: 0 8% 0px 8%;
            display: flex;
            gap: 10%;
        }

        /* LEFT SIDE: Sticky Title */
        .features-sticky-side {
            width: 35%;
            height: 100vh;
            position: sticky;
            top: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .features-sticky-side .section-label {
            color: #FF5722;
            background: #f5cebd;
            font-size: 14px;
            font-weight: 500;
            text-transform: capitalize;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
            padding: 8px 20px;
            border-radius: 24px;
            display: inline-block;
            width: fit-content;
        }

        .features-sticky-side h2 {
            font-size: 50px;
            font-weight: 500;
            margin-bottom: 30px;
            line-height: 1.2;
            color: #1f2937;
        }

        .features-sticky-side h2 span {
            color: #F16223;
        }

        .features-sticky-side h2 br {
            display: block;
        }

        .features-sticky-side p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #6b7280;
        }

        /* RIGHT SIDE: Scrolling Content */
        .features-scroll-side {
            width: 55%;
            padding-top: 15vh; /* Offset to start */
        }

        .feature-item {
            margin-bottom: 100px; /* Huge whitespace between items */
            position: relative;
            transition: opacity 0.5s ease;
            opacity: 0.3; /* Dimmed by default */
        }

        .feature-item.active {
            opacity: 1; /* Highlight when in center of screen */
        }

        .feature-icon-wrap {
            font-size: 2.5rem;
            color: #ff6b00;;
            margin-bottom: 20px;
            display: inline-block;
        }

        .feature-title {
            font-size: 28px;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .feature-txt {
            font-size: 1.15rem;
            line-height: 1.7;
            color: #444;
        }

        /* --- ANIMATION: Moving Line --- */
        .moving-line {
            position: absolute;
            left: -30px;
            top: 0;
            width: 2px;
            height: 0;
            background: #ff6b00;
            transition: height 0.5s ease;
        }
        
        .feature-item.active .moving-line {
            height: 100%;
        }

        /* Mobile Responsive */
        @media (max-width: 900px) {
            .stats-row { flex-direction: column; gap: 60px; }
            .features-section { flex-direction: column; }
            .features-sticky-side { width: 100%; height: auto; position: relative; margin-bottom: 60px; padding-top: 80px;}
            .features-scroll-side { width: 100%; padding-top: 0; }
            .feature-item { margin-bottom: 80px; opacity: 1; }
            .big-headline { font-size: 2.5rem; }
            .stat-val { font-size: 4rem; }
        }

/* CTA Section */
.cta-section {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}

.cta-section h2 {
    color: #1f2937;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-section p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-buttons .btn-primary {
    background: #F16223;
    color: #fff;
    border: 2px solid #F16223;
    box-shadow: 0 4px 15px rgba(241, 98, 35, 0);
}

.cta-buttons .btn-primary:hover {
    background: #d9541e;
    border-color: #d9541e;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(241, 98, 35, 0.4), 
                0 0 20px rgba(241, 98, 35, 0.3);
}

.cta-buttons .btn-secondary {
    background: #fff;
    color: #1f2937;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0);
}

.cta-buttons .btn-secondary:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                0 0 15px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 767px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-section h2 {
        font-size: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* Platforms Section */
.platforms-section {
    padding: 50px 0;
    background: #fff;
}
.platforms-section img{
    max-width: 100%;
}
.platforms-content {
    padding-right: 40px;
}

.platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0f2fe;
    color: #0284c7;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.platform-badge::before {
    content: "★";
    font-size: 16px;
}

.platforms-content h2 {
    color: #1f2937;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.platforms-content h2 span {
    color: #F16223;
}

.platforms-content p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow: hidden;
    border-radius: 12px;
}

.platforms-grid img {
    transition: all 0.5s ease;
    cursor: pointer;
}

.platforms-grid:hover img {
    transform: scale(1) rotate(1deg);
    filter: drop-shadow(0 10px 20px rgba(241, 98, 35, 0.2));
}

.platform-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #F16223;
}

.platform-card img {
    max-width: 100%;
    height: 50px;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 991px) {
    .platforms-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .platforms-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .platforms-section {
        padding: 60px 0;
    }
    
    .platforms-content h2 {
        font-size: 28px;
    }
    
    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .platform-card {
        padding: 20px 15px;
    }
    
    .platform-card img {
        height: 40px;
    }
}

/* Trust Statistics Section */
.trust-stats-section {
    padding: 0px 0 30px;
    background: #f9fafb;
}
.inner-trust-stats-section {
    padding: 20px;
    background: #f9fafb;
    border-radius: 5px;
    border: solid 1px #f9fafb;
}
.trust-heading {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.trust-stat-item {
    text-align: center;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border-radius: 12px;
    position: relative;
}

.trust-stat-item:hover {
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.trust-stat-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    transition: width 0.4s ease;
}

.trust-stat-item:hover::before {
    width: 80%;
}

.stat-number {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    transition: all 0.3s ease;
}

.trust-stat-item:hover .stat-number {
    transform: scale(1.15);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-number.blue {
    color: #3b82f6;
}

.trust-stat-item:hover .stat-number.blue {
    color: #2563eb;
}

.stat-number.green {
    color: #10b981;
}

.trust-stat-item:hover .stat-number.green {
    color: #059669;
}

.stat-number.purple {
    color: #9333ea;
}

.trust-stat-item:hover .stat-number.purple {
    color: #7c3aed;
}

.stat-number.orange {
    color: #f97316;
}

.trust-stat-item:hover .stat-number.orange {
    color: #ea580c;
}

.stat-label {
    color: #1f2937;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    transition: all 0.3s ease;
}

.trust-stat-item:hover .stat-label {
    color: #111827;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 767px) {
    .trust-stats-section {
        padding: 40px 0;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-label {
        font-size: 14px;
    }
}

/* Testimonials Carousel Section */
.testimonials-carousel-section {
    padding: 50px 0;
    background: url('../images/testimonials-carousel-section-bg.webp') no-repeat center center;
    background-size: cover;
    position: relative;
}

.testimonial-badge {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    background: rgba(30, 58, 95, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 25px;
}

.testimonial-heading {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

.testimonial-heading span {
    color: #F16223;
}

.testimonial-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px 40px;
    margin: 20px 10px;
    backdrop-filter: blur(10px);
}

.quote-icon {
    margin-bottom: 20px;
}

.star-rating {
    margin-bottom: 25px;
}

.star-rating i {
    color: #F16223;
    font-size: 18px;
    margin-right: 5px;
}

.testimonial-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 400;
}

.testimonial-author {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.author-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.author-position {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

/* Testimonial Carousel Navigation */
.testimonial-carousel.owl-carousel .owl-nav {
    margin-top: 15px;
    text-align: center;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #F16223 !important;
    border-color: #F16223 !important;
}

/* Testimonial Carousel Dots */
.testimonial-carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.testimonial-carousel.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.testimonial-carousel.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.testimonial-carousel.owl-carousel .owl-dot.active span {
    background: #F16223;
    width: 30px;
    border-radius: 6px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]
{
    color: #FFF;
    font-size: 15px;
    margin: 5px;
    padding: 8px 15px;
    background: #385780;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-nav .owl-prev:hover{
   background: #4DC7A0 !important;
    border-color: #4DC7A0 !important; 
}
.testimonial-carousel.owl-carousel.owl-theme .owl-nav .owl-next:hover {
    background: #F16223 !important;
    border-color: #F16223 !important;
}
.owl-theme .owl-nav .owl-next:hover{
    background: #4DC7A0 !important;
    border-color: #4DC7A0 !important;
}
.owl-theme .owl-nav .owl-prev:hover{
    background: #F16223 !important;
    border-color: #F16223 !important;
}
/* Responsive */
@media (max-width: 991px) {
    .testimonials-carousel-section {
        padding: 60px 0;
    }
    
    .testimonial-heading {
        font-size: 32px;
    }
    
    .testimonial-item {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .testimonials-carousel-section {
        padding: 50px 0;
    }
    
    .testimonial-heading {
        font-size: 28px;
    }
    
    .testimonial-item {
        padding: 30px 20px;
        margin: 10px 5px;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
}

