/* banner start */
.tj-breadcrumb-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0 120px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.tj-breadcrumb-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(7 124 234 / .5);
    z-index: -2
}

.tj-breadcrumb-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(1 15 52 / .3);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tj-breadcrumb-area {
        padding: 200px 0 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

@media (max-width:575px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

.tj-breadcrumb-bg-shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(4%, -30%);
    -ms-transform: translate(4%, -30%);
    transform: translate(4%, -30%);
    z-index: -1
}

.tj-breadcrumb-title {
    color: var(--tj-color-common-white);
    font-weight: var(--tj-fw-bold);
    margin-bottom: 12px;
    font-size: var(--tj-fs-h2);
}

.tj-breadcrumb-body {
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-medium);
    font-size: 18px;
    color: var(--tj-color-common-white);
    margin-bottom: 0
}

.tj-breadcrumb-body .spacing {
    margin: 0 10px 0
}
/* banner  closed */

:root {
            --kv-primary: #004aad;
            --kv-secondary: #00a8e8;
            --kv-accent: #ff6b35;
            --kv-light: #f8f9fa;
            --kv-dark: #2c3e50;
        }

        /* Hero Section Enhancement */

        /* Introduction Section */
        .kv-intro-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
            overflow: hidden;
        }

        .kv-intro-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: var(--kv-primary);
            opacity: 0.05;
            border-radius: 50%;
            transform: translate(150px, -150px);
        }

        .kv-intro-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 200px;
            height: 200px;
            background: var(--kv-secondary);
            opacity: 0.05;
            border-radius: 50%;
            transform: translate(-100px, 100px);
        }

        .intro-title {
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--kv-dark);
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .intro-subtitle {
            font-size: 1.3rem;
            color: var(--kv-primary);
            font-weight: 600;
            margin-bottom: 2rem;
        }

        .intro-feature {
            background: white;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 4px solid var(--kv-primary);
        }

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

        .intro-feature h3 {
            color: var(--kv-dark);
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .intro-feature p {
            color: #666;
            text-align: justify;
            line-height: 1.6;
        }
.pragrap{
            text-align: justify;
        }
        .feature-icon {
            font-size: 2.5rem;
            color: var(--kv-primary);
            margin-bottom: 20px;
        }

        /* Service Coverage Section */
        .coverage-section {
            background: white;
            padding: 40px 0;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--kv-dark);
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, var(--kv-primary), var(--kv-secondary));
            border-radius: 2px;
        }

        .coverage-card {
            background: var(--kv-light);
            border-radius: 12px;
            padding: 30px;
            height: 100%;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef;
        }

        .coverage-card:hover {
            background: white;
            box-shadow: 0 15px 40px rgba(0, 74, 173, 0.1);
            transform: translateY(-5px);
            border-color: var(--kv-primary);
        }

        .coverage-card h3 {
            color: var(--kv-primary);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .coverage-icon {
            font-size: 3rem;
            color: var(--kv-secondary);
            margin-bottom: 20px;
        }

        /* Service Areas Section Enhancement */
        .service-area-section {
            padding: 60px 0;
            background: #f8f9fa;
        }

        .service-area-section h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--kv-dark);
            margin-bottom: 1.5rem;
            text-align: center;
        }

        .service-area-section > .container > p {
            font-size: 1.2rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto 3rem;
            text-align: center;
            line-height: 1.6;
        }

        /* A-Z Navigation Enhancement */
        .az-navigation {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
            padding: 20px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }

        .az-navigation button {
            width: 40px;
            height: 40px;
            border: 2px solid var(--kv-light);
            background: white;
            border-radius: 8px;
            font-weight: 700;
            color: var(--kv-dark);
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .az-navigation button:hover {
            background: var(--kv-primary);
            color: white;
            border-color: var(--kv-primary);
            transform: translateY(-2px);
        }

        .az-navigation button.active {
            background: var(--kv-primary);
            color: white;
            border-color: var(--kv-primary);
        }

        /* Letter Sections */
        .letter-section {
            margin-bottom: 50px;
            padding: 30px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .letter-header {
            font-size: 2.2rem;
            font-weight: 800;
            color: var(--kv-primary);
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 3px solid var(--kv-secondary);
            display: inline-block;
        }

        /* Area Grid Enhancement */
        .area-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
        }

        .area-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            cursor: pointer;
            position: relative;
            border: 1px solid #e9ecef;
        }

        .area-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 74, 173, 0.15);
            border-color: var(--kv-secondary);
        }

        .area-card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .area-card:hover img {
            transform: scale(1.05);
        }

        .area-card-content {
            padding: 25px;
            position: relative;
        }

        .area-card h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--kv-dark);
            margin-bottom: 10px;
        }

        .area-card p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 15px;
        }

        .view-more {
            color: var(--kv-primary);
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            transition: gap 0.3s ease;
        }

        .area-card:hover .view-more {
            color: var(--kv-secondary);
            gap: 10px;
        }

        .view-more::after {
            content: '→';
            font-weight: 700;
            transition: transform 0.3s ease;
        }

        .area-card:hover .view-more::after {
            transform: translateX(5px);
        }

        /* CTA Section */
        .kv-cta-section {
            padding: 80px 0;
background-color: whitesmoke;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
.kv-cta-section:hover{
            background: linear-gradient(135deg, var(--kv-secondary) 0%, var(--kv-secondary) 100%);
                        color: white;


}
        .kv-cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('assets/images/pattern.png');
            opacity: 0.05;
        }

        .cta-title {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            position: relative;
        }

        .cta-description {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 2.5rem;
            line-height: 1.6;
            opacity: 0.9;
        }

        .cta-button {
            display: inline-block;
            background: white;
            color: var(--kv-primary);
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: relative;
        }

        .cta-button:hover {
            background: var(--kv-light);
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
            color: var(--kv-dark);
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .intro-title, .service-area-section h1 {
                font-size: 2.3rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .area-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .tj-breadcrumb-content h2.tj-breadcrumb-title {
                font-size: 2.5rem;
            }

            .intro-title, .service-area-section h1 {
                font-size: 2rem;
            }

            .area-grid {
                grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
                gap: 20px;
            }

            .az-navigation {
                gap: 8px;
            }

            .az-navigation button {
                width: 36px;
                height: 36px;
                font-size: 0.9rem;
            }

            .cta-title {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .intro-title, .service-area-section h1 {
                font-size: 1.8rem;
            }

            .area-grid {
                grid-template-columns: 1fr;
            }

            .az-navigation {
                gap: 6px;
                padding: 15px;
            }

            .az-navigation button {
                width: 32px;
                height: 32px;
                font-size: 0.85rem;
            }

            .letter-section {
                padding: 20px;
            }
        }

        /* Animation Classes */
        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-in-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .faded {
            opacity: 1;
            text-align: center;
            transform: translateY(0);
        }

        .pro{
            text-align: justify;
        }
.cta-button i {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.cta-button:hover i {
    transform: translate(3px, -3px);
}
