/* 
 * Custom Home Page Styles - Optimized & Clean
 * Color Theme: Primary #002c85 | Secondary #63992e | Accent #ff9b00
 */

/* ========== About Company Section ========== */
.about-company-section {
    padding: 60px 0;
   
}

.welcome-text {
    display: block;
    font-size: 0.95rem;
    color: #ff9b00;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.company-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002c85;
    margin-bottom: 15px;
}

.heading-divider {
    width: 60px;
    height: 3px;
    background: #63992e;
    margin: 0 auto;
}

.about-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #002c85;
    margin-bottom: 20px;
}

.about-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #000;
    margin-bottom: 15px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background 0.3s;
}

.highlight-item:hover {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 44, 133, 0.1);
}

.highlight-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 44, 133, 0.3);
    transition: all 0.3s ease;
}

.highlight-item:hover .highlight-icon {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 44, 133, 0.5);
}

.highlight-icon i {
    color: #fff !important;
    font-size: 22px;
}

.highlight-text h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #002c85;
    margin-bottom: 3px;
}

.highlight-text p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.btn-learn-more {
    display: inline-block;
    padding: 12px 30px;
    background: #002c85;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background 0.3s;
}

.btn-learn-more:hover {
    background: #63992e;
    text-decoration: none;
}

.about-main-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.image-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 44, 133, 0.9);
    padding: 15px 25px;
    border-radius: 8px;
    color: #fff;
}

.about-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.badge-content i {
    color: #ff9b00;
    font-size: 20px;
}

.badge-content span {
    font-weight: 600;
    color: #002c85;
}

/* ========== Why Choose Section ========== */
.why-choose-section-new {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-badge {
    display: inline-block;
    padding: 6px 18px;
    background: #002c85;
    color: #fff;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title-new {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002c85;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #666;
}

.feature-card-new {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border-left: 4px solid #002c85;
}

.feature-card-new:hover {
    box-shadow: 0 5px 25px rgba(0, 44, 133, 0.15);
}

.card-header-new {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.feature-icon-new {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(99, 153, 46, 0.3);
    transition: all 0.3s ease;
}

.feature-card-new:hover .feature-icon-new {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(99, 153, 46, 0.5);
}

.feature-icon-new i {
    color: #fff !important;
    font-size: 24px;
}

.card-header-new h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #002c85;
    margin: 0;
}

.card-body-new p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.pro-tip-box {
    display: flex;
    gap: 15px;
    background: #fff3e0;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #ff9b00;
    margin-top: 15px;
}

.pro-tip-box i {
    font-size: 24px;
    color: #ff9b00;
}

.pro-tip-box strong {
    display: block;
    color: #ff9b00;
    font-size: 1.05rem;
    margin-bottom: 5px;
}

.pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.pricing-card-new {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 2px solid #e0e0e0;
    position: relative;
}

.pricing-card-new::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #002c85 0%, #63992e 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.pricing-card-new:hover::after {
    transform: scaleX(1);
}

.pricing-card-new:hover {
    border-color: #002c85;
    box-shadow: 0 8px 25px rgba(0, 44, 133, 0.2);
    transform: translateY(-5px);
}

.pricing-card-new.featured {
    border-color: #002c85;
    box-shadow: 0 5px 20px rgba(0, 44, 133, 0.15);
}

.pricing-card-new.featured::after {
    transform: scaleX(1);
}

.popular-badge {
    background: #ff9b00;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-header {
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
}

.pricing-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.system-size {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
}

.pricing-body {
    padding: 20px 15px;
}

.price-item .value {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #002c85;
}

.savings-item .value {
    color: #63992e;
}

.image-wrapper-new {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.main-image {
    margin-bottom: 20px;
  
}

.image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.image-badge i {
    font-size: 22px;
    color: #002c85;
}

.image-grid-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.image-grid-new .image-wrapper-new {
    height: 220px;
}

/* ========== Stats Section ========== */
.stats-features-section {
    padding: 60px 0;
 
}

.stats-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002c85;
    margin-bottom: 15px;
}

.star-icon {
    color: #ff9b00;
}

.stat-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 2px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #002c85 0%, #63992e 50%, #ff9b00 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-card:hover {
    border-color: #002c85;
    box-shadow: 0 5px 20px rgba(0, 44, 133, 0.15);
    transform: translateY(-5px);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 44, 133, 0.3);
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 44, 133, 0.4);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #002c85;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.05rem;
    color: #666;
    font-weight: 500;
}

.feature-card-modern {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.feature-card-modern::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #63992e 0%, #7ab03d 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card-modern:hover::before {
    transform: scaleX(1);
}

.feature-card-modern:hover {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 44, 133, 0.1);
    transform: translateY(-5px);
}

.feature-icon-modern {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #63992e;
    box-shadow: 0 4px 12px rgba(99, 153, 46, 0.3);
    transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon-modern {
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    border-color: #002c85;
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 44, 133, 0.4);
}

.feature-icon-modern img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon-modern img {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}

.feature-title-modern {
    font-size: 1.05rem;
    font-weight: 600;
    color: #002c85;
}

/* ========== Services Section ========== */
.services-modern-section {
    padding: 60px 0;
 
}

.services-badge {
    display: inline-block;
    padding: 6px 18px;
    background: #63992e;
    color: #fff;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.services-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002c85;
    margin-bottom: 15px;
}

.service-card-modern {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 2px solid #e0e0e0;
}

.service-card-modern:hover {
    box-shadow: 0 8px 30px rgba(0, 44, 133, 0.2);
    transform: translateY(-8px);
    border-color: #002c85;
}

.service-image-wrapper {
    height: 200px;
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card-modern:hover .service-image-wrapper {
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
}

.service-icon-large {
    font-size: 60px;
    color: #fff;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.service-card-modern:hover .service-icon-large {
    transform: scale(1.15);
}

.service-icon-large img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.service-content-modern {
    padding: 25px 20px;
}

.service-title-modern {
    font-size: 1.3rem;
    font-weight: 600;
    color: #002c85;
    margin-bottom: 12px;
}

.service-desc-modern {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-link-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #002c85;
    font-weight: 600;
    text-decoration: none;
}

.service-link-modern:hover {
    color: #63992e;
}

/* ========== Counter Section ========== */
.counter-section-modern {
    padding: 60px 0;
  
}

.counter-card-modern {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.counter-card-modern::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 155, 0, 0.05) 0%, rgba(99, 153, 46, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.counter-card-modern:hover::after {
    opacity: 1;
}

.counter-card-modern:hover {
    background: #fff;
    border-color: #ff9b00;
    box-shadow: 0 5px 20px rgba(255, 155, 0, 0.2);
    transform: translateY(-5px);
}

.counter-icon-modern {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(255, 155, 0, 0.3);
    transition: all 0.3s ease;
}

.counter-card-modern:hover .counter-icon-modern {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(255, 155, 0, 0.5);
}

.counter-number-modern {
    font-size: 3rem;
    font-weight: 800;
    color: #002c85;
    line-height: 1;
    margin-bottom: 10px;
}

.counter-unit {
    font-size: 1.5rem;
    font-weight: 700;
    color: #63992e;
}

.counter-label-modern {
    font-size: 1.05rem;
    color: #666;
    margin-top: 10px;
    font-weight: 600;
}

/* ========== Tech Partners ========== */
.tech-partners-modern {
    padding: 60px 0;
    background: #f8f9fa;
}

.tech-partners-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002c85;
}

.star-pulse {
    color: #ff9b00;
}

.partner-card-modern {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.partner-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 44, 133, 0.03) 0%, rgba(99, 153, 46, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.partner-card-modern:hover::before {
    opacity: 1;
}

.partner-card-modern:hover {
    border-color: #002c85;
    box-shadow: 0 5px 20px rgba(0, 44, 133, 0.15);
    transform: translateY(-5px);
}

.partner-card-modern img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
}

.partner-card-modern:hover img {
    filter: grayscale(0%);
}

/* ========== Testimonials ========== */
.testimonials-modern-section {
    padding: 60px 0;
    background: #fff;
}

.testimonials-badge {
    display: inline-block;
    padding: 6px 18px;
    background: #63992e;
    color: #fff;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonials-title-new {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002c85;
}

.testimonial-card-new {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.testimonial-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff9b00 0%, #ffb133 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.testimonial-card-new:hover::before {
    transform: scaleY(1);
}

.testimonial-card-new:hover {
    border-color: #ff9b00;
    box-shadow: 0 8px 25px rgba(255, 155, 0, 0.2);
    transform: translateY(-5px);
}

.quote-icon-top {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(255, 155, 0, 0.3);
    transition: all 0.3s ease;
}

.testimonial-card-new:hover .quote-icon-top {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 155, 0, 0.5);
}

.quote-icon-top i {
    font-size: 20px;
    color: #fff;
}

.testimonial-text-new {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
    font-style: italic;
    min-height: 100px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #002c85;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #002c85;
    margin-bottom: 3px;
}

.author-location {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 5px;
}

.rating-stars i {
    color: #ff9b00;
    font-size: 13px;
}

.testimonials-carousel-wrapper .swiper-button-next,
.testimonials-carousel-wrapper .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.testimonials-carousel-wrapper .swiper-button-next:after,
.testimonials-carousel-wrapper .swiper-button-prev:after {
    font-size: 18px;
    color: #002c85;
}

.testimonials-carousel-wrapper .swiper-button-next:hover,
.testimonials-carousel-wrapper .swiper-button-prev:hover {
    background: #002c85;
}

.testimonials-carousel-wrapper .swiper-button-next:hover:after,
.testimonials-carousel-wrapper .swiper-button-prev:hover:after {
    color: #fff;
}

.testimonials-carousel-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #002c85;
    opacity: 0.3;
}

.testimonials-carousel-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    border-radius: 5px;
}

/* ========== Our Clients ========== */
.our-clients-modern {
    padding: 60px 0;
    background: #f8f9fa;
}

.clients-badge {
    display: inline-block;
    padding: 6px 18px;
    background: #ff9b00;
    color: #fff;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.clients-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002c85;
}

.client-card-modern {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.client-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 155, 0, 0.03) 0%, rgba(0, 44, 133, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.client-card-modern:hover::before {
    opacity: 1;
}

.client-card-modern:hover {
    border-color: #ff9b00;
    box-shadow: 0 5px 20px rgba(255, 155, 0, 0.15);
    transform: translateY(-5px);
}

.client-logo-wrapper img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
}

.client-card-modern:hover .client-logo-wrapper img {
    filter: grayscale(0%);
    opacity: 1;
}

.our-clients-modern .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #002c85;
    opacity: 0.3;
}

.our-clients-modern .swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    border-radius: 5px;
}

/* ========== Responsive ========== */
@media (max-width: 991px) {
    .company-name, .section-title-new, .stats-title, .services-main-title,
    .tech-partners-title, .testimonials-title-new, .clients-title {
        font-size: 2rem;
    }
    
    .pricing-cards-grid {
        grid-template-columns: 1fr;
    }
    
  
}

@media (max-width: 768px) {
    .company-name, .section-title-new, .stats-title, .services-main-title,
    .tech-partners-title, .testimonials-title-new, .clients-title {
        font-size: 1.8rem;
    }
    
    .highlight-item, .card-header-new, .pro-tip-box {
        flex-direction: column;
        text-align: center;
    }
    
    .image-grid-new {
        grid-template-columns: 1fr;
    }
    
    .testimonials-carousel-wrapper .carousel-classes {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .company-name, .section-title-new, .stats-title, .services-main-title,
    .tech-partners-title, .testimonials-title-new, .clients-title {
        font-size: 1.6rem;
    }
}

/* ========== Features Before Clients Section ========== */
.features-before-clients {
    padding: 60px 0;
  
}

.section-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002c85;
    margin-bottom: 15px;
}

.feature-card-1,
.feature-card-2,
.feature-card-3 {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.feature-card-1::after,
.feature-card-2::after,
.feature-card-3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 44, 133, 0.03) 0%, rgba(99, 153, 46, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card-1:hover::after,
.feature-card-2:hover::after,
.feature-card-3:hover::after {
    opacity: 1;
}

.feature-card-1:hover,
.feature-card-2:hover,
.feature-card-3:hover {
    background: #fff;
    border-color: #002c85;
    box-shadow: 0 8px 25px rgba(0, 44, 133, 0.2);
    transform: translateY(-8px);
}

.feature-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0;
}

.feature-content-wrapper {
    position: relative;
    z-index: 1;
}

.feature-icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 44, 133, 0.3);
}

.feature-icon-circle i {
    font-size: 36px;
    color: #fff !important;
}

.feature-card-1:hover .feature-icon-circle {
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(99, 153, 46, 0.5);
}

.feature-card-2:hover .feature-icon-circle {
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 155, 0, 0.5);
}

.feature-card-3:hover .feature-icon-circle {
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(99, 153, 46, 0.5);
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #002c85;
    margin-bottom: 12px;
}

.feature-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}


/* ========== Additional Icon Color Variations ========== */
.stat-card:nth-child(1) .stat-icon {
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
}

.stat-card:nth-child(2) .stat-icon {
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
}

.stat-card:nth-child(3) .stat-icon {
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
}

.stat-card:nth-child(1):hover .stat-icon {
    box-shadow: 0 6px 20px rgba(0, 44, 133, 0.5);
}

.stat-card:nth-child(2):hover .stat-icon {
    box-shadow: 0 6px 20px rgba(99, 153, 46, 0.5);
}

.stat-card:nth-child(3):hover .stat-icon {
    box-shadow: 0 6px 20px rgba(255, 155, 0, 0.5);
}

/* Counter Icons Color Variations */
.counter-card-modern:nth-child(1) .counter-icon-modern {
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
}

.counter-card-modern:nth-child(2) .counter-icon-modern {
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
}

.counter-card-modern:nth-child(3) .counter-icon-modern {
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
}

.counter-card-modern:nth-child(4) .counter-icon-modern {
    background: linear-gradient(135deg, #002c85 0%, #63992e 100%);
}

/* Feature Cards Modern Color Variations */
.feature-card-modern:nth-child(1) .feature-icon-modern {
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    border-color: #002c85;
}

.feature-card-modern:nth-child(2) .feature-icon-modern {
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
    border-color: #63992e;
}

.feature-card-modern:nth-child(3) .feature-icon-modern {
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
    border-color: #ff9b00;
}

.feature-card-modern:nth-child(4) .feature-icon-modern {
    background: linear-gradient(135deg, #002c85 0%, #63992e 100%);
    border-color: #002c85;
}

/* Service Cards Color Variations */
.service-card-modern:nth-child(1) .service-image-wrapper {
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
}

.service-card-modern:nth-child(2) .service-image-wrapper {
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
}

.service-card-modern:nth-child(3) .service-image-wrapper {
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
}

.service-card-modern:nth-child(4) .service-image-wrapper {
    background: linear-gradient(135deg, #002c85 0%, #63992e 100%);
}

.service-card-modern:nth-child(5) .service-image-wrapper {
    background: linear-gradient(135deg, #ff9b00 0%, #002c85 100%);
}

.service-card-modern:nth-child(6) .service-image-wrapper {
    background: linear-gradient(135deg, #63992e 0%, #002c85 100%);
}

/* Smooth Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wow {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.fadeInUp {
    animation-name: fadeInUp;
}

/* Star Pulse Animation */
@keyframes starPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.star-pulse, .star-icon {
    display: inline-block;
    animation: starPulse 2s ease-in-out infinite;
}

/* Image Badge Enhancement */
.image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.image-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.image-badge i {
    font-size: 22px;
    color: #002c85;
    animation: pulse 2s ease-in-out infinite;
}

/* Popular Badge Enhancement */
.popular-badge {
    background: linear-gradient(135deg, #ff9b00 0%, #ffb133 100%);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(255, 155, 0, 0.3);
}

/* Section Badges Enhancement */
.section-badge,
.services-badge,
.testimonials-badge,
.clients-badge {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.section-badge:hover,
.services-badge:hover,
.testimonials-badge:hover,
.clients-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

/* Improved Hover Effects for Links */
.service-link-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #002c85;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link-modern i {
    transition: transform 0.3s ease;
}

.service-link-modern:hover {
    color: #63992e;
    gap: 12px;
}

.service-link-modern:hover i {
    transform: translateX(5px);
}

/* Button Enhancement */
.btn-learn-more {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #002c85 0%, #004bb5 100%);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 44, 133, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-learn-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #63992e 0%, #7ab03d 100%);
    transition: left 0.3s ease;
}

.btn-learn-more:hover::before {
    left: 0;
}

.btn-learn-more:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(99, 153, 46, 0.4);
}

.btn-learn-more span {
    position: relative;
    z-index: 1;
}
