/***Testing Process New Start***/

.hero-content .pagebuilder-column-line {
    gap: 20px;
}
.process-section-main {
    margin-top: 40px;
    padding-top: 20px;
}

.process-button-main {
    display: flex;
    gap: 15px;
}

.process-section-second-main {
    padding-top: 20px;
}

.testing-process-section {
    padding: 20px 0;
}

.process-section-main h2.process-section-title,
.process-section-second-main h2.process-section-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 25px 0;
    color: #284460;
}

.cta-section h2.process-section-title {
    font-size: 24px;
}
.testing-intro {
    font-size: 18px;
    line-height: 1.4;
    color: #284460;
    text-align: center;
    margin: 0 0 40px 0;
}

/* Hero Image */
.testing-hero-image {
    text-align: center;
    margin: 40px 0 60px 0;
}

.testing-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Process Section Title */
.process-section-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 60px 0 40px 0;
    color: #284460;
}


.icon-main-section .icon-item,
.process-section-second-main .icon-item {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.icon-main-section .icon-item:hover,
.process-section-second-main .icon-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.icon-main-section .icon-wrapper,
.process-section-second-main .icon-wrapper {
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-section-second-main .icon-item {
    background: #FAFAFA;
}
.icon-wrapper img {
    object-fit: contain;
}

.icon-item h3 {
    margin: 0 0 15px 0;
    color: #284460;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
}

.icon-item p {
    font-size: 16px;
    line-height: 1.4;
    color: #284460;
    margin: 0;
}

.icon-item p a {
    color: #284460;
    text-decoration: underline;
}

/* Icon Grid - 2 Columns */
.icon-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

/* Bottom CTA Section */


.cta-section h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 25px 0;
    color: #284460;
}

.cta-intro {
    font-size: 16px;
    line-height: 1.4;
    color: #284460;
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0 40px;
}

/* CTA Cards Grid */
.cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0 0;
}

.cta-card {
    text-align: center;
    padding: 40px 20px;
    background: #FAFAFA;
    border-radius: 8px;
}

.cta-icon {
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon img {
    object-fit: contain;
}

.cta-card h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #284460;
    line-height: 1.4;
}

.cta-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0 0 25px 0;
}

/* Button */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-warning {
    background-color: #F9BC1A;
    color: #284460;
}

.btn-warning:hover {
    background-color: #e0a800;
}

.btn-primary {
    background-color: #0066cc;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #0052a3;
}

.cta-icon-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cta-icon-text h3 {
    min-height: 160px;
}
/* Responsive Design */
@media (max-width: 991px) {

    .icon-grid,
    .cta-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .icon-grid-2col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .testing-process-section .refurbished-devices-main h2 {
        font-size: 28px;
    }
    .testing-process-section h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .icon-item h3 {
        font-size: 21px;
    }
    .testing-intro {
        font-size: 18px;
    }

    .process-section-title {
        font-size: 24px;
    }

    .cta-section h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .icon-grid,
    .icon-grid-2col,
    .cta-cards {
        grid-template-columns: 1fr;
    }

    .icon-item,
    .cta-card {
        padding: 25px 15px;
    }

    .testing-process-section .refurbished-devices-main h2 {
        margin-top: 0;
    }
    .btn {

        padding: 12px 20px;
    }
    .cta-intro {
        font-size: 18px;
        padding: 0 20px;
    }
    .cta-card h3 {
        font-size: 16px;
    }
    .cta-icon-text h3 {
        min-height: 160px;
    }
}
/***Testing Process New End***/



.icon-main-section .pagebuilder-column-line {
    gap: 30px;
    margin: 40px 0;
}

.icon-main-section-2-col .pagebuilder-column-line {
	gap: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.icon-main-section-2-col.last .pagebuilder-column-line {
    margin-top: 0;
    margin-bottom: 40px;
}
.process-section-second-main .icon-main-section-2-col .icon-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.icon-main-section .pagebuilder-button-primary {
    all: unset !important;
}

.cta-section .icon-main-section .icon-item{
    background: #FAFAFA;
}

.cta-section .cta-card-text p {
    min-height: 160px;
    margin: 0 0 15px 0;
}

.cta-section .btn.btn-warning {
    width: 100%;
}

@media (max-width: 767px) {
	.process-section-main h2.process-section-title,
	.process-section-second-main h2.process-section-title {
	    font-size: 21px;
	}
    .cta-section h2.process-section-title {
        font-size: 21px;
    }
}