/* Modern Styling for SEO Section */



/* .level-section {
    margin: 50px 0;
} */



/* meeet our client  */
/* .team-section-simple {
    padding: 80px 0;
    background: #f8f9fa;
} */

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title .title {
    font-size: 14px;
    font-weight: 600;
    color: #ff6b2b;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.sec-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a1f2e;
    margin-bottom: 15px;
}

.sec-title .text {
    font-size: 16px;
    color: #6c757d;
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.team-member {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    width: 280px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.member-image {
    padding: 30px 30px 0;
}

.member-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ff6b2b;
}

.member-info {
    padding: 20px;
}

.member-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1f2e;
    margin-bottom: 5px;
}

.member-info p {
    font-size: 14px;
    color: #ff6b2b;
    margin-bottom: 15px;
}

.member-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.member-social a {
    width: 35px;
    height: 35px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.member-social a:hover {
    background: #ff6b2b;
    color: white;
}

@media (max-width: 768px) {
    .team-section-simple {
        padding: 50px 0;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .team-member {
        width: 260px;
    }

    .member-image img {
        width: 150px;
        height: 150px;
    }
}



/* banner index carasoul */
.banner-carousel {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    padding: 80px 0 60px;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    width: 100%;
}

.carousel-slide {
    display: none;
    animation: fadeEffect 0.5s ease;
}

.carousel-slide.active {
    display: block;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.banner-content .title {
    font-size: 14px;
    font-weight: 600;
    color: #ff6b2b;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.banner-content h1 {
    font-size: 52px;
    font-weight: 800;
    color: #1a1f2e;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-content .text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
}

.banner-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    object-fit: cover;
}

/* Navigation Buttons */
.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 107, 43, 0.8);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-prev:hover,
.carousel-next:hover {
    background: #ff6b2b;
    transform: translateY(-50%) scale(1.1);
}

/* Dots */
.carousel-dots {
    text-align: center;
    margin-top: 40px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ff6b2b;
    width: 30px;
    border-radius: 10px;
}

.dot:hover {
    background: #ff6b2b;
}

/* Responsive */
@media (max-width: 768px) {
    .banner-carousel {
        padding: 50px 0;
        text-align: center;
    }

    .banner-content h1 {
        font-size: 32px;
    }

    .banner-image {
        margin-top: 30px;
    }

    .banner-image img {
        max-width: 100%;
    }

    .carousel-prev,
    .carousel-next {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .carousel-prev {
        left: 5px;
    }

    .carousel-next {
        right: 5px;
    }
}


/* pricing list */

.pricing-section {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    padding: 80px 0;
}

/* Section Header */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.section-header .badge {
    background: rgba(255, 107, 43, 0.1);
    color: #ff6b2b;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-block;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0a0f1c;
    margin-bottom: 16px;
}

/* Pricing Cards */
.pricing-card {
    background: white;
    border-radius: 28px;
    padding: 32px 24px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    height: 100%;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 107, 43, 0.2);
}

/* Popular Plan Highlight */
.pricing-card.popular {
    border: 2px solid #ff6b2b;
    background: white;
    position: relative;
    overflow: hidden;
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #ff6b2b;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 40px;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.plan-name {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #0f172a;
}

.plan-price {
    margin: 20px 0 10px;
}

.price {
    font-size: 48px;
    font-weight: 800;
    color: #ff6b2b;
}

.price-period {
    font-size: 16px;
    color: #7e8b9c;
    font-weight: 500;
}

.plan-description {
    font-size: 14px;
    color: #5a6e85;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edf2f7;
}

/* Features List */
.features-list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.features-list li {
    margin-bottom: 14px;
    font-size: 14px;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-list li i {
    color: #ff6b2b;
    font-size: 16px;
    width: 20px;
}

.features-list li.disabled {
    color: #b9c2d0;
}

.features-list li.disabled i {
    color: #cbd5e1;
}

/* Button */
.btn-plan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: transparent;
    border: 2px solid #ff6b2b;
    color: #ff6b2b;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-plan:hover {
    background: #ff6b2b;
    color: white;
    transform: translateY(-2px);
}

.pricing-card.popular .btn-plan {
    background: #ff6b2b;
    color: white;
    border: none;
}

.pricing-card.popular .btn-plan:hover {
    background: #e05a1f;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1199px) {
    .col-lg-3 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .pricing-section {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .col-lg-3 {
        width: 100%;
    }

    .price {
        font-size: 38px;
    }

    .popular-badge {
        font-size: 10px;
        padding: 4px 30px;
        top: 15px;
    }
}
