.about-img-wrap.developmet-wrapp img {
    width: 77%;
    object-fit: none;
    height: auto;
    margin-left: 23px;
}

/* start */

       section.signup-with-ez {
    padding: 60px 0;
}
.signup-with-ez {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
        .signup-with-ez header {
            text-align: center;
            margin-bottom: 50px;
            padding: 20px;
        }

        .signup-with-ez h1 {
            font-size: 2.8rem;
            color: #000;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .signup-with-ez h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #f9cf2f;
            border-radius: 2px;
        }

        .signup-with-ez .subtitle {
            font-size: 1.2rem;
            color: #555;
            max-width: 700px;
            margin: 0 auto;
        }

     .signup-with-ez .services-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
}
        .signup-with-ez .service-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
            border: 1px solid #eaeaea;
        }

        .signup-with-ez .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .signup-with-ez .card-header {
            padding: 25px 7px 14px;
            background: #000;
            color: #f9cf2f;
            display: flex;
            align-items: center;
            gap: 15px;
        }

    .signup-with-ez .card-header i {
    font-size: 2.2rem;
    width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #f9cf2f;
    color: #000;
    border-radius: 50%;
    flex-shrink: 0;
}

      .signup-with-ez .card-header h2 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

        .signup-with-ez .card-content {
            padding: 25px;
            flex-grow: 1;
        }

        .signup-with-ez .card-content ul {
            list-style: none;
        }

        .signup-with-ez .card-content li {
    margin-bottom: 1px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
}

        .signup-with-ez .card-content li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #3498db;
            font-weight: bold;
        }

        .signup-with-ez .card-footer {
            padding: 20px 25px;
            background: #f9f9f9;
            border-top: 1px solid #eee;
            text-align: center;
        }

      .signup-with-ez .btn {
    display: inline-block;
    padding: 10px 25px;
    background: #f4d13f;
    color: #000000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s 
ease;
}

        .signup-with-ez .btn:hover {
            background: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
        }

        @media (max-width: 768px) {
            .signup-with-ez .services-grid {
                grid-template-columns: 1fr;
            }
            
            .signup-with-ez h1 {
                font-size: 2.2rem;
            }
            
            .signup-with-ez .card-header {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .signup-with-ez h1 {
                font-size: 1.8rem;
            }
            
            .signup-with-ez .card-header h2 {
                font-size: 1.3rem;
            }
            
            .signup-with-ez .card-content {
                padding: 20px;
            }
        }
/* End */


      .process-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0b559b 0%, #084477 100%);
    position: relative;
    overflow: hidden;
}
        .process-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 50%, rgba(244, 209, 63, 0.1) 0%, transparent 50%),
                        radial-gradient(circle at 80% 80%, rgba(244, 209, 63, 0.08) 0%, transparent 50%);
            pointer-events: none;
        }

       .process-section .section-title {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

        .process-section .section-title h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: white;
            margin-bottom: 5px;
            letter-spacing: -0.5px;
        }

        .process-section .section-subtitle {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.9);
            max-width: 700px;
            margin: 0 auto 60px;
            text-align: center;
            position: relative;
            z-index: 1;
        }

   .process-section .process-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    height: 100%;
    padding-bottom: 0;
}

        .process-section .process-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(244, 209, 63, 0.3);
            border-color: #f4d13f;
        }

        .process-section .process-number {
            position: absolute;
            top: -20px;
            left: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #f4d13f 0%, #e6c435 100%);
            color: #0b559b;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            box-shadow: 0 5px 15px rgba(244, 209, 63, 0.4);
            z-index: 2;
        }

        .process-section .icon-wrapper {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #0b559b 0%, #084477 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            transition: all 0.4s ease;
            position: relative;
        }

        .process-section .process-card:hover .icon-wrapper {
            transform: scale(1.1) rotate(5deg);
            background: linear-gradient(135deg, #f4d13f 0%, #e6c435 100%);
        }

        .process-section .icon-wrapper svg {
            width: 40px;
            height: 40px;
            fill: white;
            transition: all 0.4s ease;
        }

        .process-section .process-card:hover .icon-wrapper svg {
            fill: #0b559b;
        }

        .process-section .process-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #0b559b;
            margin-bottom: 15px;
            text-align: center;
        }

        .process-section .process-description {
            font-size: 1rem;
            color: #333;
            line-height: 1.7;
            text-align: center;
        }

        .process-section .connector-line {
            position: absolute;
            width: 2px;
            height: 80%;
            background: linear-gradient(180deg, #f4d13f 0%, transparent 100%);
            top: 10%;
            right: -50%;
            z-index: 0;
        }

        @media (max-width: 991px) {
            .process-section .connector-line {
                display: none;
            }
        }

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

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

            .process-section .section-subtitle {
                font-size: 1rem;
                margin-bottom: 40px;
            }

            .process-section .process-card {
                padding: 35px 25px;
            }
        }

          .portfolio-section {
            padding: 80px 0;
            background: linear-gradient(180deg, #f8f9fa 0%, white 100%);
            position: relative;
        }

        .portfolio-section .section-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .portfolio-section .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            color: #0b559b;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

       

      .portfolio-section .section-subtitle {
    font-size: 18px;
    color: #000;
    max-width: 700px;
    margin: 0px auto 0;
}
        .portfolio-section .filter-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 50px;
        }

        .portfolio-section .filter-btn {
            padding: 12px 30px;
            border: 2px solid #0b559b;
            background: white;
            color: #0b559b;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

      

        .portfolio-section .filter-btn:hover::before,
        .portfolio-section .filter-btn.active::before {
            left: 0;
        }

       .portfolio-section .filter-btn:hover, .portfolio-section .filter-btn.active {
    color: #f7c812;
    border-color: #f7c812;
    background: #000;
}

        .portfolio-section .filter-btn span {
            position: relative;
            z-index: 1;
        }

        .portfolio-section .portfolio-item {
            margin-bottom: 30px;
        }

        .portfolio-section .portfolio-card {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
        }

        .portfolio-section .portfolio-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(11, 85, 155, 0.2);
        }

        .portfolio-section .portfolio-image {
            position: relative;
            overflow: hidden;
            padding-top: 75%;
        }

        .portfolio-section .portfolio-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
        }

        .portfolio-section .portfolio-card:hover .portfolio-image img {
            transform: scale(1.1);
        }

        .portfolio-section .portfolio-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(11, 85, 155, 0.95) 0%, rgba(8, 68, 119, 0.95) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .portfolio-section .portfolio-card:hover .portfolio-overlay {
            opacity: 1;
        }

        .portfolio-section .overlay-content {
            text-align: center;
            padding: 30px;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }

        .portfolio-section .portfolio-card:hover .overlay-content {
            transform: translateY(0);
        }

        .portfolio-section .category-badge {
            display: inline-block;
            padding: 6px 20px;
            background: #f4d13f;
            color: #0b559b;
            font-size: 0.85rem;
            font-weight: 700;
            border-radius: 50px;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .portfolio-section .portfolio-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 10px;
        }

        .portfolio-section .portfolio-desc {
            font-size: 0.95rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .portfolio-section .view-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 28px;
            background: #f4d13f;
            color: #0b559b;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .portfolio-section .view-btn:hover {
            background: white;
            transform: scale(1.05);
        }

        .portfolio-section .load-more-wrapper {
            text-align: center;
            margin-top: 50px;
        }

        .portfolio-section .load-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 15px 40px;
            background: linear-gradient(135deg, #0b559b 0%, #084477 100%);
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(11, 85, 155, 0.3);
        }

        .portfolio-section .load-more-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(11, 85, 155, 0.4);
        }

        .portfolio-section .load-more-btn svg {
            animation: rotate 2s linear infinite;
        }

        .portfolio-section .load-more-btn:hover svg {
            animation-play-state: paused;
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

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

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

            .portfolio-section .section-subtitle {
                font-size: 1rem;
            }

            .portfolio-section .filter-buttons {
                gap: 10px;
            }

            .portfolio-section .filter-btn {
                padding: 10px 20px;
                font-size: 0.9rem;
            }

            .portfolio-section .portfolio-title {
                font-size: 1.2rem;
            }

            .portfolio-section .portfolio-desc {
                font-size: 0.9rem;
            }
        }

        


        .blog-section .section-title {
    font-size: 48px;
    font-weight: 800 !important;
    text-align: center;
    margin-bottom: 50px;
    color: #0f172a;
    position: relative
}

.blog-section .blog-card {
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / .06);
    transition: all 0.5s ease;
    height: 100%;
    display: flex;
    flex-direction: column
}

.blog-section .blog-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 40px 80px rgb(0 0 0 / .12)
}

.blog-section .blog-image {
    position: relative;
    height: 320px;
    overflow: hidden
}

.blog-section .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease
}

.blog-section .blog-card:hover .blog-image img {
    transform: scale(1.15)
}

.blog-section .blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(17 85 155 / .7), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease
}

.blog-section .blog-card:hover .blog-overlay {
    opacity: 1
}

.blog-section .card-body {
    padding: 27px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 !important;
    padding-bottom: 30px
}

.blog-section .blog-title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-section .blog-card:hover .blog-title {
    color: #11559b
}

.blog-section .blog-meta {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 32px
}

.blog-section .card-body a.theme-btn {
    display: inline-flex;
    width: auto !important;
    align-items: center;
    min-width: 100px !important;
    width: 175px !important
}

.blog-section .btn-read {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: #fff0;
    border: 2px solid #f9cf2f;
    color: #11559b;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    align-self: flex-start
}

.blog-section .btn-read:hover {
    background: #f9cf2f;
    color: #11559b;
    transform: translateX(10px)
}

.blog-section .btn-read::after {
    content: 'Ã¢â€ â€™';
    font-size: 1.4rem;
    transition: transform 0.3s ease
}

.blog-section .btn-read:hover::after {
    transform: translateX(6px)
}

@media (max-width:992px) {
    .blog-section .section-title {
        font-size: 3rem;
        margin-bottom: 80px
    }
    .blog-section .blog-card {
        margin-bottom: 50px
    }
    .blog-section .blog-title {
        font-size: 1.5rem
    }
    .blog-section .card-body {
        padding: 36px
    }
}