.moreview-scroll {display: none;}.introduction-ls .nav-tabs {justify-content: center;}.tab-content {background: #fff;}.service-section .service-clm {margin-bottom: 30px;text-align: center;padding: 10px;border-radius: 11px;min-height: 410px;position: relative;transform: scale(1);background: #fff;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}.service-section .service-clm {margin-bottom: 30px;text-align: center;padding: 10px;border-radius: 11px;min-height: 410px;position: relative;transform: scale(1);background: #fff;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}.introduction-ls .nav-tabs {justify-content: center;}.service-section .service-clm h4, .service-section .service-clm h3 {font-size: 30px;color: #253f4f;padding: 15px 0;font-weight: 100;font-family: poppinsbold;}.service-section .service-clm h3 small {display: block;font-family: poppinsregular;}.small, small {font-size: 80%;font-weight: 400;}.service-section .service-clm p {overflow: auto;margin-bottom: 20px;}.service-section .service-clm p+a {color: #11559b;}.service-section .service-clm p+a {bottom: 0;left: 0;right: 0;padding: 11px;background: #fff;border-top: 1px solid #ccc;font-size: 16px;color: #11559b;}.service-section .service-clm p+a {position: relative !important;width: 100% !important;display: block !important;}.service-section .service-clm:hover a {background: #263f4e;color: #fff;border-radius: 0 0 10px 10px;}.service-section .service-clm p {height: 198px;}


.empowering-sec .empowering-card .icon img {
    transition: .3s;
    filter: inherit;
}


/* CTA */

.form-section-new .cta-section {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 7px 15px -12px rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.8s ease-out;
}

.form-section-new .content-section {
    flex: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80) center / cover no-repeat;
    color: white;
    padding: 21px 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.form-section-new .content-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(255, 204, 0, 0.15) 100%);
    z-index: 0;
}

.form-section-new .content-section>* {
    position: relative;
    z-index: 1;
}

.form-section-new .content-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}

section.form-section-new {
    padding: 50px 0;
    background: #f4f8ff;
}

.form-section-new .content-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #ffcc00;
    border-radius: 2px;
}

.form-section-new .content-section p {
    font-size: 18px;
    line-height: 1.7;
    margin: 13px 0;
    font-weight: 400;
    opacity: 1;
    color: #fff !important;
}

.form-section-new .benefits {
    list-style: none;
    margin-top: 0px;
    padding: 0;
    margin: 0;
}

.form-section-new .content-section .logo img {
    width: auto;
    height: 41px;
    filter: brightness(0) invert(1);
    margin-left: 30px;
}

.form-section-new .benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-size: 14px;
}

.form-section-new .benefits li i {
    color: #ffcc00;
    margin-right: 12px;
    font-size: 14px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section-new .form-section {
    flex: 1;
    padding: 30px 40px;
    background: #fff;
    margin: 0;
}

.form-section-new .form-header {
    margin-bottom: 30px;
}

.form-section-new .form-header h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.form-section-new .form-header p {
    color: #666;
    font-size: 16px;
}

.form-section-new #contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-section-new #contact-form .form-group {
    flex: 1;
    position: relative;
}

.form-section-new #contact-form input,
.form-section-new #contact-form select,
.form-section-new #contact-form textarea {
    width: 100%;
    padding: 10px 15px 10px 50px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s;
    background: #f9f9f9;
    color: #333;
    font-weight: 300;
}

.form-section-new #contact-form input:focus,
.form-section-new #contact-form select:focus,
.form-section-new #contact-form textarea:focus {
    outline: none;
    border-color: #ffcc00;
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.2);
}

.form-section-new #contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.form-section-new #contact-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.form-section-new .form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 18px;
}

.form-section-new .form-group.text i.fas.fa-comment-alt {
    top: 21%;
}

.form-section-new section.form-section-new {
    padding: 50px 0;
    background: #fffaea;
}

.form-section-new .submit-btn {
    background: #ffcc00 !important;
    color: #1a1a1a !important;
    border: none;
    padding: 11px 30px;
    font-size: 18px;
    font-weight: 700 !important;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
    border: none !important;
}

.form-section-new .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.5s;
}

.form-section-new .submit-btn:hover::before {
    left: 100%;
}

.form-section-new .submit-btn:hover {
    background: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.4);
}

.form-section-new .submit-btn:active {
    transform: translateY(0);
}

.form-section-new .note {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}

/* Responsive design */
@media (max-width: 992px) {
    .form-section-new .cta-section {
        flex-direction: column;
    }

    .form-section-new .content-section,
    .form-section-new .form-section {
        padding: 40px;
    }

    .form-section-new .content-section {
        text-align: center;
    }

    .form-section-new .content-section h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .form-section-new .benefits {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .form-section-new #contact-form .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .form-section-new .content-section,
    .form-section-new .form-section {
        padding: 30px 20px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-section-new .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #ffcc00;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
}

.form-section-new .logo span {
    color: white;
}

.form-section-new .form-header::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #ffcc00;
    border-radius: 2px;
    margin-top: 15px;
}
.form-section-new #contact-form input::placeholder {
    color: #000  !important;
}.form-section-new #contact-form textarea::placeholder {
    color: #000  !important;
}.form-section-new #contact-form .form-group.text i.fa.fa-comment-alt {
    top: 20%;
}

/* End */

/* 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 */


/* Start */
 section.why-choose-ez-sec .why-choose-card {
     background: #fff;
     border-radius: 41px;
     padding: 20px;
     margin-bottom: 20px;
     transition: .4s;
     box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
     min-height: 270px;
     margin-top: 51px;
 }

 section.why-choose-ez-sec .why-choose-card:hover {
     box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0
 }

 section.why-choose-ez-sec .row .col-sm-4.col-md-4:nth-child(even) .why-choose-card {
     background: #f9cf2f;
 }

 section.why-choose-ez-sec .row .col-sm-4.col-md-4:nth-child(even) .why-choose-card h4 {
     color: #000;
 }

 section.why-choose-ez-sec .why-choose-card .icon-text h3 {
     font-size: 21px;
     font-weight: 700;
     color: #000;
     padding: 20px 0 7px;
     text-align: center;
     border-bottom: 1px dashed rgb(243 243 243);
 }

 section.why-choose-ez-sec .why-choose-card .icon-text h4 {
     font-family: poppinsregular, sans-serif;
     font-size: 18px;
     color: #616161;
     text-align: center;
     line-height: 33px;
 }
/* End */
/* Brand Start */
.brand-section ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.brand-section ul li {
    width: 15%;
    border: 1px solid #ddd;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.brand-section ul li img {
    width: 100%;
}



/* Brand End */

/* Start */
.Visit-Our-Office {
    background: #f3f3f3;
    padding: 50px 0;
    width: 100% !important;
}

       .Visit-Our-Office .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            margin-top: 0;
        }

       .Visit-Our-Office .map-section {
            background: white;
            border-radius: 0;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 20px;
        }

    .Visit-Our-Office .map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

      .Visit-Our-Office .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    height: 293px;
}
       .Visit-Our-Office .stats-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-top: 20px;
        }

       .Visit-Our-Office .stat-card {
            background: #f9f9f9;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            border-left: 4px solid #f9cf2f;
        }

       .Visit-Our-Office .stat-number {
            font-size: 1.8rem;
            font-weight: 700;
            color: #000;
        }

       .Visit-Our-Office .stat-label {
            font-size: 0.9rem;
            color: #555;
            margin-top: 5px;
        }

       .Visit-Our-Office .content-section {
            background: #f9cf2f;
            border-radius: 0;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 30px;
        }

      .Visit-Our-Office h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
}
       .Visit-Our-Office .service-buttons {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin: 25px 0;
        }
.Visit-Our-Office .service-btn {
    display: flex
;
    align-items: center;
    padding: 15px 20px;
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s 
ease;
    text-align: left;
}

       .Visit-Our-Office .service-btn:hover {
            background: #f9cf2f;
            color: #000;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(249, 207, 47, 0.3);
        }

       .Visit-Our-Office .service-btn i {
            margin-right: 12px;
            font-size: 1.2rem;
        }

       .Visit-Our-Office .service-description {
            background: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            margin-top: 20px;
            border-left: 4px solid #3498db;
        }

       .Visit-Our-Office .service-description h3 {
            font-size: 1.4rem;
            color: #000;
            margin-bottom: 10px;
        }

       .Visit-Our-Office .service-description p {
            color: #555;
            margin-bottom: 15px;
        }

       .Visit-Our-Office .case-study {
            background: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            margin-top: 20px;
            border-left: 4px solid #3498db;
        }

       .Visit-Our-Office .case-study h4 {
            font-size: 1.2rem;
            color: #000;
            margin-bottom: 10px;
        }

       .Visit-Our-Office .btn {
            display: inline-block;
            padding: 10px 25px;
            background: #3498db;
            color: white;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

       .Visit-Our-Office .btn:hover {
            background: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
        }

        @media (max-width: 992px) {
           .Visit-Our-Office .container {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
           .Visit-Our-Office .map-section {
                order: 2;
            }
            
           .Visit-Our-Office .content-section {
                order: 1;
            }
        }

        @media (max-width: 768px) {
           .Visit-Our-Office .stats-section {
                grid-template-columns: 1fr;
            }
            
           .Visit-Our-Office .service-buttons {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
           .Visit-Our-Office {
                padding: 10px;
            }
            
           .Visit-Our-Office .content-section {
                padding: 15px;
            }
            
           .Visit-Our-Office .stat-number {
                font-size: 1.5rem;
            }
            
           .Visit-Our-Office h2 {
                font-size: 1.5rem;
            }
        }
/* End */




/* ===================2nd Page======= */

/* faq */
.shopify-faq {
    padding: 60px;
    background: #f7f7f7;
    border-radius: 12px;
}

.shopify-faq .left-wrap h2 {
    color: var(--headingcolor);
    text-align: left;
    font-size: 40px;
    font-family: poppinsbold;
    padding-bottom: 13px;
}

.shopify-faq .left-wrap p {
    font-size: 1.1rem;

    margin-bottom: 2rem;
}

.shopify-faq .accordion-item {
    background: #ffffff;
    border: none;
    border-radius: 12px !important;
    margin-bottom: 1.2rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.shopify-faq .accordion-button {
    background: #ffffff;
    color: #212B36;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.5rem;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.shopify-faq .accordion-button:not(.collapsed) {
    background: #f9cf2f;
    color: #000000;
}

.shopify-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212B36'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

.shopify-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(0deg);
}

.shopify-faq .accordion-body {
    padding: 1.5rem;
    background: #ffffff;

    line-height: 1.7;
}

.shopify-faq .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.shopify-faq .accordion-button:hover {
    background-color: rgba(42, 107, 255, 0.1);
}

.shopify-faq .accordion-button:not(.collapsed):hover {
    background-color: #2A6BFF;
}

.shopify-faq .accordion-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .shopify-faq .left-wrap h2 {
        font-size: 2rem;
    }

    .shopify-faq {
        padding: 3rem 0;
    }
}.shopify-faq .cta-button {
    display: block;
    width: fit-content;
    padding: 1rem 2.5rem;
    background: #f9cf2f;
    color: #000000;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    text-decoration: none;
    text-align: left;
    justify-content: start;
    display: inline-flex
;
}

/* End */

/* portfolio */
.poerfolio-sec-new {
    padding: 60px 0;
    background: #fff;
}


.poerfolio-sec-new .section-title-wrap {
    margin-bottom: 3rem;
}



.poerfolio-sec-new .section-title-wrap p {
    font-size: 1.1rem;
    /* max-width: 800px; */
    margin: 0 auto;
}

.poerfolio-sec-new .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.poerfolio-sec-new .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.poerfolio-sec-new .box-design2 {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    padding: 20px;
}

.poerfolio-sec-new .box-design2 ul.tech {
    display: flex;
    gap: 7px;
    margin-left: 24px;
    margin-bottom: 20px;
}

.poerfolio-sec-new .box-design2 ul.tech li {
    background: #000;
    padding: 2px 21px;
    color: #fff;
    border-radius: 100px;
    font-weight: 300;
    font-size: 16px;
}

.poerfolio-sec-new .box-design2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.poerfolio-sec-new .box-design2 figure {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.poerfolio-sec-new .box-design2 img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.poerfolio-sec-new .box-design2:hover img {
    transform: scale(1.05);
}

.poerfolio-sec-new .box-design2 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 0.8rem;
    color: #212B36;
}

.poerfolio-sec-new .box-design2 p {

    margin: 0 1.5rem 1.5rem;
    line-height: 1.6;
}

.poerfolio-sec-new .box-design2 a {
    display: inline-block;
    margin: 0 1.5rem 1.5rem;
    padding: 0.8rem 1.8rem;
    background: #f9cf2f;
    color: #000000;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.poerfolio-sec-new .box-design2 a:hover {
    background: #1A5BED;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(42, 107, 255, 0.2);
    color: #fff;
}

@media (max-width: 992px) {
    .poerfolio-sec-new .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .poerfolio-sec-new .section-title-wrap h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .poerfolio-sec-new {
        padding: 3rem 0;
    }

    .poerfolio-sec-new .section-title-wrap h2 {
        font-size: 1.8rem;
    }

    .poerfolio-sec-new .section-title-wrap p {
        font-size: 1rem;
    }

    .poerfolio-sec-new .box-design2 h3 {
        font-size: 1.3rem;
    }
}

/* End */