.subcribe__area {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    padding: 80px 0 100px !important;
}

.subcribe__wrapper {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%) !important;
    border-radius: 25px !important;
    padding: 3rem 2rem !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
}

.subcribe__content {
    max-width: 600px;
    margin: 0 auto;
}

.subcribe__form {
    margin-top: 30px;
}

/* Subscribe form fixes */
.subcribe__input {
    position: relative;
    max-width: 500px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 2px solid rgba(0, 245, 160, 0.3) !important;
    border-radius: 50px !important;
    padding: 8px !important;
    backdrop-filter: blur(15px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
}

.subcribe__input:hover {
    border-color: rgba(0, 245, 160, 0.5) !important;
    box-shadow: 0 15px 40px rgba(0, 245, 160, 0.15) !important;
}

.subcribe__input:focus-within {
    border-color: rgba(0, 245, 160, 0.8) !important;
    box-shadow: 0 0 30px rgba(0, 245, 160, 0.3) !important;
}

.subcribe__input span {
    position: absolute;
    left: 25px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2;
    pointer-events: none;
    color: rgba(51, 51, 51, 0.5) !important;
}

.subcribe__input form {
    display: flex;
    width: 100%;
    align-items: center;
}

.subcribe__input input {
    flex: 1;
    height: 55px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #333333 !important;
    border: none !important;
    border-radius: 45px !important;
    padding: 0 180px 0 25px !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.subcribe__input input:focus {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: inset 0 2px 15px rgba(0, 245, 160, 0.1) !important;
    outline: none !important;
}

.subcribe__input input::placeholder {
    color: rgba(51, 51, 51, 0.6) !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
}

.subcribe__input .bd-gradient-btn {
    height: 55px !important;
    line-height: 53px !important;
    padding: 0 35px !important;
    border-radius: 45px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    background: linear-gradient(135deg, #00F5A0 0%, #00D9F5 100%) !important;
    color: #121225 !important;
    border: none !important;
    box-shadow: 0 5px 20px rgba(0, 245, 160, 0.3) !important;
    transition: all 0.3s ease !important;
    position: absolute !important;
    right: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.subcribe__input .bd-gradient-btn:hover {
    background: linear-gradient(135deg, #00D9F5 0%, #00F5A0 100%) !important;
    box-shadow: 0 8px 25px rgba(0, 245, 160, 0.4) !important;
    transform: translateY(-50%) scale(1.02) !important;
}

.footer__area-6 {
    background: rgba(255, 255, 255, 0.02);
    padding-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__widget {
    margin-bottom: 40px;
}

.footer__widget-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.footer__widget ul li {
    margin-bottom: 12px;
}

.footer__widget ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    transition: all 0.3s;
}

.footer__widget ul li a:hover {
    color: #00F5A0;
}

.footer__bottom-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
    transition: all 0.3s;
}

.footer__social a:hover {
    background: linear-gradient(135deg, #00F5A0 0%, #00D9F5 100%);
    transform: translateY(-3px);
}

.footer__conditions ul {
    display: flex;
    gap: 30px;
}

.footer__conditions ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s;
}

.footer__conditions ul li a:hover {
    color: #00F5A0;
}

/* Feature boxes and metrics styling */
.feature-box {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.bg-gradient-1 {
    background: rgba(41, 41, 58, 0.95);
    border: 1px solid rgba(103, 74, 217, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.bg-gradient-2 {
    background: rgba(41, 41, 58, 0.95);
    border: 1px solid rgba(251, 81, 65, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.bg-gradient-3 {
    background: rgba(41, 41, 58, 0.95);
    border: 1px solid rgba(0, 245, 160, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.feature-box {
    padding: 2rem !important;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.feature-box:hover .feature-icon-wrap {
    transform: scale(1.1);
}

.feature-icon-wrap {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.bg-gradient-1 .feature-icon-wrap {
    border-color: rgba(142, 114, 225, 0.3);
}

.bg-gradient-2 .feature-icon-wrap {
    border-color: rgba(251, 81, 65, 0.3);
}

.bg-gradient-3 .feature-icon-wrap {
    border-color: rgba(0, 245, 160, 0.3);
}

.bg-gradient-1 .feature-icon-wrap i {
    color: #8E72E1;
}

.bg-gradient-2 .feature-icon-wrap i {
    color: #FB5141;
}

.bg-gradient-3 .feature-icon-wrap i {
    color: #00F5A0;
}

.feature-box h4 {
    color: #8E72E1;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.feature-box p {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 90%;
    font-weight: 300;
}

.metric-box {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 20px;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.metric-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 25%,
        transparent 50%
    );
    opacity: 0.5;
    transition: transform 0.6s ease;
}

.metric-box:hover::before {
    transform: rotate(45deg);
}

.metric-box:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.metric-box::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 245, 160, 0.3), rgba(0, 217, 245, 0.3), rgba(255, 255, 255, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.metric-box:hover::after {
    background: linear-gradient(135deg, rgba(0, 245, 160, 0.5), rgba(0, 217, 245, 0.5), rgba(255, 255, 255, 0.2));
}

.metric-value-wrap {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 1.5rem;
}

/* Metric Text Styles */
.metric-box h3 {
    font-size: 3.5rem;
    color: #ffffff;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.metric-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
    max-width: 200px;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 1;
}

.metric-symbol {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    top: -0.2em;
}

/* Unique gradient backgrounds for each metric */
.metric-box:nth-child(1) {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.25));
}

.metric-box:nth-child(2) {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(185, 28, 28, 0.25));
}

.metric-box:nth-child(3) {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(67, 56, 202, 0.25));
}

.metric-box:nth-child(4) {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(219, 39, 119, 0.25));
}

/* Glowing hover effects */
.metric-box::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Transparent glass effect styles */
.glass-effect {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.glass-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent
    );
    transition: 0.6s;
}

.glass-effect:hover::before {
    left: 100%;
}

.glass-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.25);
    border-color: rgba(255, 255, 255, 0.2);
}

.feature-icon-wrap i {
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.9;
}

.feature-box:nth-child(2) .feature-icon-wrap i {
    background: linear-gradient(135deg, #f87171, #ef4444);
}

.feature-box:nth-child(3) .feature-icon-wrap i {
    background: linear-gradient(135deg, #818cf8, #6366f1);
}

/* Why Choose Slider Theme Fixes */
.why-choose-slider .slide-card .slide-title {
    background: linear-gradient(135deg, var(--bd-common-white) 0%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: var(--bd-fw-bold);
}

/* Enhanced gradient text for special elements */
.why-choose-slider .comparison-item.highlight span {
    background: var(--bd-gradient-2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

/* Progress bar enhancements - loading animation removed */
.why-choose-slider .progress-fill {
    position: relative;
    overflow: hidden;
    /* progressStripes animation removed */
}

/* progressStripes keyframes and ::after pseudo-element removed */

/* Ensure consistent spacing with other site sections */
.why-choose-slider {
    padding-bottom: 100px;
}

/* Text gradient for insights badge */
.insights-badge {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
}

/* Enhanced focus states for accessibility */
.why-choose-slider .swiper-button-next:focus,
.why-choose-slider .swiper-button-prev:focus {
    outline: 2px solid var(--bd-theme-tertiary);
    outline-offset: 2px;
}

.why-choose-slider .swiper-pagination-bullet:focus {
    outline: 2px solid var(--bd-theme-tertiary);
    outline-offset: 2px;
}

/* Additional hover effects for better UX */
.why-choose-slider .comparison-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(5px);
}

.why-choose-slider .grid-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
}

/* Smooth transitions for all interactive elements */
.why-choose-slider * {
    transition: all 0.3s ease;
}

/* Responsive styles */
@media (max-width: 768px) {
    .metric-box {
        width: 220px;
        height: 220px;
        padding: 2rem;
    }
    
    .metric-box h3 {
        font-size: 2.75rem;
    }
    
    .metric-box p {
        font-size: 0.9rem;
        max-width: 160px;
    }
    
    .metric-symbol {
        font-size: 2rem;
    }

    .subcribe__input {
        flex-direction: column !important;
        padding: 15px !important;
        border-radius: 25px !important;
        gap: 15px !important;
    }
    
    .subcribe__input input {
        padding: 0 25px !important;
        text-align: center !important;
        border-radius: 25px !important;
        height: 50px !important;
    }
    
    .subcribe__input .bd-gradient-btn {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
        height: 50px !important;
        line-height: 48px !important;
    }
    
    .subcribe__input span {
        left: 25px !important;
        top: 30px !important;
    }

    .subcribe__content h2 {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }
    
    .subcribe__content p {
        font-size: 1.1rem !important;
        padding: 0 1rem !important;
    }
}

@media (max-width: 991px) {
    .footer__bottom-2 {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .footer__conditions ul {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .subcribe__input {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .subcribe__input .bd-gradient-btn {
        position: static;
        width: 100%;
    }
    
    .subcribe__input input {
        padding: 0 30px;
    }
}

/* Brand logo height consistency */
.brand__thumb img {
    height: 40px !important;
    width: auto !important;
    object-fit: contain;
    filter: brightness(0.7) contrast(1.2);
    transition: all 0.3s ease;
}

/* Additional responsive improvements */
@media (max-width: 768px) {
    .banner__btn-group {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .banner__btn-group .bd-gradient-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .feature-box {
        padding: 1.5rem !important;
    }
    
    .feature-box h4 {
        font-size: 1.3rem;
    }
    
    .feature-box p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .banner__content-2 h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }
    
    .banner__sbutitle-2 {
        font-size: 12px !important;
        padding: 6px 10px !important;
        margin-bottom: 15px !important;
    }
    
    .section__title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    
    .section__subtitle-7 {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
    
    .metric-box {
        width: 200px !important;
        height: 200px !important;
        padding: 1.5rem !important;
    }
    
    .metric-box h3 {
        font-size: 2.2rem !important;
    }
    
    .metric-box p {
        font-size: 0.85rem !important;
        max-width: 140px !important;
    }
}

.brand__item:hover .brand__thumb img {
    filter: brightness(1) contrast(1);
    transform: scale(1.05);
}

/* Section height adjustments for better visual balance */
.section-space {
    padding: 80px 0;
}

.work__step-area {
    padding: 60px 0 40px;
}

.brand__area {
    padding: 40px 0;
    padding: 20px 0 !important;
    margin-bottom: 0 !important;
}

.brand__inner {
    padding: 15px 0 !important;
}

/* Reduce excessive spacing around brand logos */
.brand__item {
    padding: 10px 0 !important;
}

/* Join the Waitlist Text Readability Improvements */
.subcribe__content h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.subcribe__content p {
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 2rem !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.subcribe__content .section__subtitle-5 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important;
        display: inline-block !important;
    margin-bottom: 1.5rem !important;
}

/* Protection Section Optimization - Remove excessive padding after logos */
.protection__area {
    padding-bottom: 60px !important;
}

/* Enhanced brand logo animation speed */
.brnad__active .swiper-wrapper {
    transition-timing-function: linear !important;
}

.brnad__active .swiper-slide {
    transition: transform 0.4s ease !important;
}

/* Reduce any extra margin/padding in protection section elements */
.protection__area .section__title-space {
    margin-bottom: 30px !important;
}

.protection__area .section__title-wraper {
    margin-bottom: 20px !important;
}

/* Speed up brand transitions */
.brand__thumb img {
    transition: all 0.2s ease !important;
}

.brand__item:hover .brand__thumb img {
    transition: all 0.2s ease !important;
}

/* Enhanced Protection Section - Remove unnecessary box styling */
.protection__area .brand__inner {
    background: transparent !important;
    border: none !important;
    padding: 30px 0 !important;
}

.protection__area .brand__area {
    padding: 20px 0 !important;
}

/* Remove theme background from brand inner in protection section */
.protection__area .brand__inner.theme-bg-1 {
    background: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
}
