 :root {
            --primary-color: #25408d;
            --secondary-color: #01a3d4;
            --accent-color: #f59e0b;
            --success-color: #10b981;
            --gradient-bg: linear-gradient(135deg, #25408d 0%, #01a3d4 100%);
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
        }
/* Header */
.logo_img{
    max-width: 180px;
    width: 100%;
}body .nav-link:focus, body .nav-link:hover {
    color: rgb(30 30 30);
}
button.navbar-toggler {
    /* background-color: #01a3d4; */
    /* padding: 2px; */
    /* border-radius: 3px; */
}
a.nav-link {
    color: #000;
}
a.nav-link:hover {
    color: #262424;
}
nav.navbar.navbar-expand-lg{
    background-color: #fffffffc;
}
        .hero-section {
            background: var(--gradient-bg);
            color: white;
            /* padding: 54px 0 53px; */
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.1)" points="0,0 1000,300 1000,1000 0,700"/></svg>');
            background-size: cover;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }
.hero-section::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    /* background-color: #ffb100; */
        background: #ffb100;
    /* background-image: linear-gradient(45deg, #3023AE 0%, #ffb100 100%); */

    width: 679px;
    transform: translate(-103px, 182px);
    height: 654px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
        .feature-card {
            border: none;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: var(--gradient-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 2rem;
        }

        .stats-section {
            background: #f8fafc;
            padding: 80px 0;
        }

        .stat-card {
            text-align: center;
            padding: 30px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 10px;
        }

        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
        }

        .pricing-card.featured {
            background: var(--gradient-bg);
            color: white;
            transform: scale(1.05);
        }

        .btn-primary {
            background: var(--gradient-bg);
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 20px;
            color: var(--primary-color);
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #000000;
            margin-bottom: 50px;
        }

        .client-logo {
            max-height: 60px;
            opacity: 0.7;
            transition: opacity 0.3s ease;
        }

        .client-logo:hover {
            opacity: 1;
        }

        .whatsapp-float {
            position: fixed;
            width: 40px;
            height: 40px;
            bottom: 70px;
            text-decoration: none;
            right: 20px;
            background-color: #189b49;
            color: white;
            border-radius: 50px;
            text-align: center;
            font-size: 22px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }

        .subject-badge {
            background: var(--gradient-bg);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            margin: 5px;
            display: inline-block;
        }

        .cta-section {
            background: var(--gradient-bg);
            color: white;
            padding: 80px 0;
            text-align: center;
        }


.footer_cont_list ul{}
.footer_cont_list ul li {
    display: contents;
    margin: 8px;
    display: inline-block;
    color: #fff;
    background-color: #ffffff14;
    padding: 10px 15px;
    border-radius: 5px;
}
i.fa.fa-phone {
    /* transform: rotate(106deg); */
}
.footer_cont_list ul li i {

margin-right: 5px;
}

section#Features {
    background-color: #ecf4fb;
}

#form_wrapper .invalid-feedback {
    font-size: 12px;
    font-weight: 400;
}

.hero_img img{

border-radius: 30px 0;

padding-top: 33px;
}


.back-to-top.show {
    visibility: visible;
    opacity: 1;
}


.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    line-height: 37px;
    z-index: 996;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 4px;
    transition: 0.4s;
}
