a {
    text-decoration: none !important;
}

body {
    font-family: 'poppins' !important;
}

.w3-white, .w3-hover-white {
    color: #186477 !important;
    background-color: #fff !important;
    padding: 16px 40px !important;
    margin-top: 20px;
}

.banner-section {
    background-image: url(../images/portfolio/portfolio-frame.webp);
    height: 99vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}

 .banner-section h1 {
    flex-shrink: 0;
    color: #FFF;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    font-size: 49px;
    margin-top: 15%;
    font-style: normal;
    font-weight: 900;
    line-height: 100px;
}

#contactForm input {
    border-radius: 12px;
    padding: 12px;
}

    #contactForm input#IsSubscriber {
        border-radius: unset;
        padding: unset;
    }

.form-check-input:checked#IsSubscriber {
    background-color: #0d718a;
    border-color: #0d718a;
}

.banner-section p {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
	text-align:left;
    font-weight: 500;
    line-height: normal;
}

.w3-border {
    border-radius: 50px;
    padding: 20px 40px !important;
    font-size: 18px;
}

.form-container {
    flex-shrink: 0;
    border-radius: 45px;
    padding: 25px;
    /* height: 100%; */
    margin-top: 12%;
    min-height: 300px;
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
}

label.form-label {
    color: #ffffff;
    font-weight: 400;
}

label.form-check-label {
    color: #fff;
    font-weight: 500;
}

.form-btn {
    display: flex;
    color: #ffffff;
    padding: 15px 29px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    margin-top: 30px;
    background: linear-gradient(45deg, #0f7a95, #024353);
    border: none;
}

.send-btn {
    width: 18px;
}

section {
    padding: 50px 0;
}

.quick-summary {
    background-color: #000000;
}

.quick-blue-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

/* Position carousel dots on the right side */
.owl-dots {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Vertical pill style dots */
.owl-dot span {
    width: 6px !important;
    height: 25px !important;
    background: #ccc !important;
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease;
}

.owl-dot.active span {
    background: #007bff !important;
    height: 35px !important;
}

.owl-carousel .item img {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


.quick-summary h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
}

.quick-summary p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.short-label {
    color: #FFF;
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px;
}

.short-label-p {
    color: #FFF;
    text-align: left !important;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.short-label span {
    font-size: 30px;
}

.short-label span1 {
    font-size: 40px;
    font-weight: 500;
}

.card-quick {
    flex-shrink: 0;
    width: 240px;
    border-radius: 20px;
    padding: 6px;
    border-bottom: 5px solid #FFF;
    background: linear-gradient(97deg, #0F7A95 6.39%, #05262F 105.67%);
}

    .card-quick h2 {
        flex-shrink: 0;
        color: #FFF;
        text-align: center;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .card-quick p {
        flex-shrink: 0;
        color: #FFF;
        text-align: center;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

/* about us */

.forms-touch {
    top: 0 !important;
}

.about-customer {
    position: relative;
    margin-top: unset !important;
    padding-bottom: unset !important;
}

    .about-customer .title {
        font-size: 32px;
        font-weight: 700;
        color: #094150;
        margin-bottom: 25px;
        text-align: center;
    }

.subtitle {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    line-height: 28px;
}

.about-customer .subtitle {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    line-height: 28px;
}

.about-customer p {
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: 28px;
}

.about-customer .btn-connect {
    background: linear-gradient(90deg, #0F7A95 0%, #05262F 100%);
    border: none;
    padding: 12px 30px;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    cursor: pointer;
}

    .about-customer .btn-connect:hover {
        background: linear-gradient(90deg, #0F7A95 0%, #05262F 100%);
    }

.about-customer .image-wrapper img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.Challenge {
    background-color: #f2f2f2;
    padding: 50px;
}

.Results-Section {
    background-color: #f2f2f2;
}

h2 {
    color: linear-gradient(90deg, #0F7A95 0%, #05262F 100%) !important;
}

.Challenge-tittle {
    flex-shrink: 0;
    font-size: 45px;
    color: linear-gradient(90deg, #0F7A95 0%, #05262F 100%) !important;
    font-weight: 700;
    margin-bottom: 22px;
}

.challenge-cards-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px !important;
    justify-content: center;
    gap: 10px;
}

.challeng-card {
    background-color: #ffffff;
    height: 141px;
    width: 482px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    border-bottom: 5px solid #0F7A95;
}

.budge {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0f7a95;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    margin-top: -26px;
    margin-left: 46%;
}

.challenge-cards-section p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 20px;
}

/* Solution section */

.feature-section {
    background: #006d77;
    color: #fff;
    padding: 40px 20px;
    min-height: 100%;
}

    .feature-section h4 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .feature-section ul {
        padding: 0;
        list-style: none;
    }

        .feature-section ul li {
            margin-bottom: 12px;
            color: #FFF;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 40px;
        }

            .feature-section ul li::before {
                content: "◆ ";
                color: #00d4ff;
            }

.btn-custom {
    background: #fff;
    color: #006d77;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 20px;
    transition: 0.3s ease;
    border: none;
}

    .btn-custom:hover {
        background: #00d4ff;
        color: #fff;
    }

.content-row {
    margin: 0;
}

    .content-row .col-lg-6 {
        padding: 0;
    }

.info-text {
    font-size: 17px;
    margin-top: 15px;
    color: #ffffff;
    text-align: left;
}

    .info-text a {
        color: #006d77;
        font-weight: 600;
        text-decoration: none;
    }

.Section-padding {
    padding: 50px 95px !important;
}


/* how its built */


.left-box {
    flex-shrink: 0;
    padding: 66px 43px;
    border-radius: 0 35px;
    border-top: 5px solid #0F7A95;
    border-bottom: 5px solid #0F7A95;
    border-left: 1px solid #0F7A95;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

    .left-box h4 {
        color: #007c89;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 22px;
    }

    .left-box p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .left-box strong {
        font-weight: 600;
    }

    .left-box ol {
        margin: 0;
        color: #000;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }


        .left-box ol li {
            /* margin-bottom: 10px; */
            font-size: 17px;
        }

.right-box h5 {
    color: #007c89;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

.right-box p {
    font-size: 16px;
}

.stack-item {
    margin: 23px 0;
    padding: 16px;
    border-radius: 0 20px;
    border-left: 5px solid #0F7A95;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.stack-footer {
    font-size: 13px;
    margin-top: 10px;
    color: #555;
}

/* new */



/* Section Headings */
h4.section-title {
    color: #007c89;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Results List */
.results-list li {
    margin-bottom: 12px;
    font-size: 18px;
	display:flex;
	gap:10px;
}

    .results-list li::before {
        content: "◆ ";
        color: #0895b0;
        font-weight: bold;
    }

/* Testimonial */
.testimonial {
    background: linear-gradient(90deg, #005f73, #022f3b);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    font-style: italic;
    width: 100%;
    font-size: 25px;
    font-weight: 400;
}

button.accordion-button {
    flex-shrink: 0;
    border-radius: 10px;
    border-left: 7px solid #0F7A95;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    font-size: 20px;
}

.accordion-body {
    font-size: 18px;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none
}

.testimonial strong {
    display: block;
    margin-top: 15px;
    font-style: normal;
}

/* Accordion */
.accordion-button {
    font-weight: 600;
    font-size: 16px;
}

/* CTA Block */
.cta-section {
    background: #000;
    color: #fff;
    width: 100%;
}

    .cta-section p {
        font-size: 17px;
    }

    .cta-section h5 {
        font-weight: 700;
        font-size: 30px;
    }

    .cta-section .btn-custom {
        background: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 25px;
        padding: 10px 15px;
        border: none;
        transition: 0.3s;
    }

        .cta-section .btn-custom:hover {
            background: #0f7993;
            color: #fff;
        }

    .cta-section button {
        width: 30%;
        font-weight: 400;
    }
/* Project Mockups */
.mockup-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}

    .mockup-card img {
        max-width: 100%;
        border-radius: 8px;
    }

    .mockup-card h6 {
        font-weight: 600;
        margin-top: 10px;
    }

.accordion {
    border: none !important
}

.actionbg {
    border-radius: 10px;
    color: #fff;
    position: relative;
    margin-left: 30px;
    padding: 40px 40px 40px 60px
}

.action-icon {
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0
}

    .action-icon img {
        /* width: 60px; */
        padding-top: 20px;
        height: auto;
        max-width: 55%;
        vertical-align: middle;
        margin-bottom: 0;
        border: 0;
    }

.actionbg h3, .clientctaspowerapp h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.actionbg p {
    font-size: 15px;
    padding: 0;
    margin: 0
}

    .actionbg p a {
        color: #fff;
        font-weight: 600
    }

.ourcall-action {
    position: relative;
    z-index: 2;
}

.actionbg {
    background: linear-gradient(97deg, #0F7A95 6.39%, #05262F 105.67%);
}

.letsget-btns {
    text-align: center;
}

    .letsget-btns a {
        border-radius: 8px;
        font-size: 15px;
        display: inline-block;
        padding: 13px 20px;
        color: #006782;
        font-weight: 600;
        background-color: #fff;
        text-decoration: none;
    }

/*Project Mokeup css*/

.gallery-container {
    max-width: 1400px;
    margin: auto;
}

.gallery-title {
    text-align: center;
    font-size: 2.5rem;
    color: #0b5d72;
    margin-bottom: 75px;
    font-weight: 700;
}

.gallery-layout {
    display: grid;
    grid-template-columns: 2fr 600px;
    gap: 30px;
    align-items: start;
}

.main-display {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .main-display:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
    }

.main-image {
    width: 100%;
    height: 600px;
    object-fit: contain;
    display: block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main-display:hover .image-overlay {
    opacity: 1;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.thumbnail {
    position: relative;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid transparent;
}

    .thumbnail:hover {
        transform: scale(1.05) rotateZ(1deg);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    }

    .thumbnail.active {
        border-color: #0b5d72;
        transform: scale(1.02);
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .thumbnail:hover img {
        transform: scale(1.1);
    }

    .thumbnail::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
    }

    .thumbnail:hover::before {
        opacity: 1;
    }

    .thumbnail::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        font-size: 1.5rem;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        z-index: 2;
    }

    .thumbnail:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }

/* Loading animation */
.loading {
    opacity: 0.7;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .main-image {
        height: 300px;
    }

    .thumbnail-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .gallery-container {
        padding: 20px;
        margin: 10px;
    }
}

@media (max-width: 480px) {
    .gallery-title {
        font-size: 1.5rem;
    }

    .main-image {
        height: 250px;
    }

    .thumbnail-grid {
        gap: 8px;
    }
}

.circle-radio-list {
    list-style: none;
    padding: 0;
    margin: 0
}

    .circle-radio-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #222;
        padding-bottom: 0 !important
    }

        .circle-radio-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            border: 1px solid #287594;
            border-radius: 50%;
            background: #fff
        }

        .circle-radio-list li.pb-3 {
            padding-bottom: 0 !important;
            margin-bottom: 12px
        }

        .circle-radio-list li::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: #287594;
            border-radius: 50%
        }

.circle-data ul li {
    padding-left: 30px;
    line-height: 28px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: justify;
    font-size: 18px;
    color: #000
}

    .circle-data ul li p {
        margin-top: 0;
        text-align: left;
        line-height: 24px
    }

        .circle-data ul li p span {
            font-style: normal;
            margin-top: 0;
            font-size: 14px;
            margin-right: 0;
            font-weight: 600
        }

@media (max-width: 480px) {
    .circle-radio-list li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 26px
    }

        .circle-radio-list li::before {
            width: 14px;
            height: 14px
        }

        .circle-radio-list li::after {
            left: 4px;
            width: 6px;
            height: 6px
        }

    .circle-data ul li {
        font-size: 14px;
        line-height: 22px
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .banner-section h1 {
    line-height: 40px;
    font-size: 24px;
    margin-top: 13%;
    text-align: left; 
}
.form-container {
    flex-shrink: 0;
    border-radius: 45px;
    padding: 17px;
    height: 100%;
    min-height: 600px;
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
}
.banner-section {
    background-image: unset;
    height: auto;
    padding: 25px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background: #186a7f;
}
    .banner-section p {
        font-size: 18px;
    }

    .w3-border {
        padding: 12px 18px !important;
        font-size: 14px;
    }

    .form-container {
        margin-top: 15px;
    }

    

        .quick-summary h2 {
            font-size: 35px;
        }

        .quick-summary p {
            font-size: 16px;
        }

    .short-label {
        line-height: 25px;
    }

        .short-label span1 {
            font-size: 25px;
        }

        .short-label span {
            font-size: 18px;
        }

    .short-label-p {
        font-size: 18px !important;
    }

    .quick-blue-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: flex-start;
        margin-top: 10px;
        gap: 9px;
        margin-bottom: 20px;
        padding: 15px;
    }

    .card-quick {
        width: 135px;
    }

        .card-quick h2 {
            font-size: 25px;
        }

        .card-quick p {
            font-size: 12px;
        }

    .about-customer {
        padding: 5px;
    }

        .about-customer .title {
            margin: 20px 0 20px 0 !important;
        }

        .about-customer .subtitle {
            font-size: 15px;
        }

        .about-customer p {
            font-size: 15px;
        }

        .about-customer .btn-connect {
            margin-left: 20%;
            margin-bottom: 10px;
        }

    .Challenge-tittle {
        font-size: 35px;
    }

    .Challenge .subtitle {
        font-size: 15px;
    }

    .challenge-cards-section {
        display: grid;
        gap: 40px;
    }

    .Challenge {
        padding: 0;
        margin-top: -50px;
    }

    .challeng-card {
        width: 275px;
        height: 100px;
    }

    .challenge-cards-section p {
        font-size: 15px;
        line-height: 25px;
        padding: 0px 12px 0 12px;
        margin: 10px;
    }

    .budge {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .subtitle {
        font-size: 15px;
    }

    .Section-padding {
        padding: 47px 25px !important;
    }

    .feature-section ul li {
        font-size: 16px;
        line-height: 35px;
    }

    .info-text {
        font-size: 16px;
        line-height: 25px;
        margin-top: 40px;
    }

    .left-box {
        padding: 20px 10px;
    }

        .left-box p {
            font-size: 16px;
            text-align: left;
        }

        .left-box ol li {
            font-size: 15px;
        }

    .right-box {
        padding: 1px;
    }

    .stack-footer {
        text-align: center;
        line-height: 27px;
    }

    .circle-radio-list {
        padding: 15px;
    }

    .circle-data ul li {
        font-size: 15px;
    }

    .testimonial {
        font-size: 16px;
        padding: 25px;
    }

    .accordion-body p {
        font-size: 15px;
    }

    .results-list li {
        font-size: 15px;
    }

    #Inquirenow {
        margin-left: 25px;
    }

    button.accordion-button {
        font-size: 18px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .banner-section h1 {
        font-size: 30px;
        margin-top: 40%;
        line-height: 45px;
    }

    .banner-section p {
        font-size: 20px;
    }

    .w3-border {
        border-radius: 50px;
        padding: 15px 25px !important;
        font-size: 16px;
        margin-left: 35%;
        margin-bottom: 30px;
    }

    .quick-summary {
        padding-top: 20%;
    }

    .quick-blue-card {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 15px;
        justify-content: flex-start;
    }

    .card-quick {
        width: 210px;
    }

        .card-quick h2 {
            font-size: 30px;
        }

        .card-quick p {
            font-size: 16px;
        }

    .about-customer {
        padding: 25px;
    }

        .about-customer .btn-connect {
            margin-left: 35%;
            margin-bottom: 20px;
        }

    .Challenge {
        margin-bottom: -50px;
    }

    .challeng-card {
        width: 500px;
        height: 100px;
    }

    .challenge-cards-section {
        display: grid;
        gap: 40px;
    }

        .challenge-cards-section p {
            margin-top: 10px;
            font-size: 16px;
        }

    .Section-padding {
        padding: 40px !important
    }

    .info-text {
        line-height: 35px;
    }

    .testimonial {
        font-size: 18px;
    }

    .accordion-body p {
        font-size: 16px;
    }

    .results-list li {
        font-size: 16px;
    }
}




  .portfolio-accordion {
      max-width: 1300px;
      margin: auto;
     
    }
   .portfolio-accordion-item {
      margin-bottom: 12px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      overflow: hidden;
    }
	.portfolio-accordion-content p{
		font-size:18px;
	}
		
    /* Hide radio */
    .portfolio-accordion input {
      display: none;
    }
    /* Header */
    .portfolio-accordion-label {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      background-color: #fff;
      font-weight: 600;
      color: #052c65;
      cursor: pointer;
      border-left: 7px solid #0F7A95;
      transition: background 0.3s ease;
      font-size:20px;
	  margin-bottom: unset !important;
    }
    
    /* Active accordion styling */
    input:checked + .portfolio-accordion-label {
      background-color: #cfe2ff;
    }
    
    /* First accordion - bottom radius */
    .portfolio-accordion-item:first-child .portfolio-accordion-label {
      border-radius: 8px;
      border-top-left-radius: 8px !important;
      border-bottom-left-radius: 15px !important;
    }
    
    /* Second accordion - top radius */
    .portfolio-accordion-item:nth-child(2) .portfolio-accordion-label {
      border-radius: 8px;
      border-top-left-radius: 15px !important;
      border-bottom-left-radius: 8px !important;
    }
    
    .portfolio-accordion-label:hover {
      background-color: #f5f5f5;
    }
    
    input:checked + .portfolio-accordion-label:hover {
      background-color: #d0e3ff;
    }
    /* SVG Arrow */
    .portfolio-accordion-label svg {
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
    }
    input:checked + .portfolio-accordion-label svg {
      transform: rotate(180deg);
    }
    /* Content */
    .portfolio-accordion-content {
      max-height: 0;
      overflow: hidden;
      background: #fff;
      transition: max-height 0.4s ease, padding 0.3s ease;
      padding: 0 20px;
      font-size: 16px;
      color: #333;
      line-height: 1.6;
    }
    input:checked ~ .portfolio-accordion-content {
      max-height: 500px;
      padding: 15px 20px;
    }
    /* Responsive */
    @media (max-width: 768px) {
      .portfolio-accordion-content {
        font-size: 14px;
      }
    }
  