:root {
    --page-primary-bg: #03498C;
    --page-secondary-bg: #F9EDFF;
    --text-theme: #000000;
    --text-grey: #3F4751;
    --tick-icon: url(../images/php-images/check-icon.webp);
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background-color: var(--page-secondary-bg);
}

.text-theme {
    color: var(--text-theme);
}

.text-grey {
    color: var(--text-grey) !important;
}

.link-active,
.link-active:hover {
    color: var(--page-primary-bg) !important;
    text-decoration: underline !important;
}

.circle-icon,
.border-0 {
    border: none;
}

.button {
    border-radius: unset !important;
    font-family: 'Gilroy' !important;
    padding: 12px 16px !important;
}

.z-1 {
    position: relative;
    z-index: 1;
}

/* Hero Section */

.hero-section {
    background-image: url('../images/php-images/banner-intro.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tick-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tick-list li {
    font-size: 20px;
    padding: 0 0 0 34px;
    position: relative;
    color: var(--white-color);
}

.tick-list li::before {
    content: '';
    background-image: var(--tick-icon);
    display: inline-block;
    position: absolute;
    inset: 4px auto 0 0;
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-repeat: no-repeat;
}

/* Counter */

.counter-grid {
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    display: grid;
    gap: 20px;
}

.counter-theme {
    border-right: 1.5px solid #00000033;
    padding: 0 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counter-text {
    color: var(--page-primary-bg);
}

.counter-text.percent::after {
    content: '%';
}

/* Choose Block */

.choose-block {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.icon--box {
    background: #EDF5FD;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Service Block */

.service--block {
    border: 1px solid #E9E9E9;
    padding: 30px 30px;
    border-radius: 10px;
    background-color: var(--white-color);
    transition: all 0.3s;
}

.service--block:hover,
.frame-block:hover,
.process-block:hover {
    border-color: var(--page-primary-bg);
    background-color: var(--page-primary-bg);
}

.service--block:hover h4,
.service--block:hover p,
.frame-block:hover h4,
.frame-block:hover p,
.process-block:hover h4,
.process-block:hover p  {
    color: var(--white-color) !important;
}

/* Development Intro */

.develop-intro {
    background-image: url('../images/php-images/develop-intro.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.develop-intro::before {
    content: '';
    position: absolute;
    background-color: var(--white-color);
    inset: auto 0 0 0;
    margin: auto;
    width: 100%;
    height: calc(100% - 50%);
}

.develop-slider .swiper-slide {
    height: auto !important;
}

.develop-slider .service--block {
    height: 100% !important;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 50px 0 0;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-primary-bg);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--page-primary-bg);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:hover,
.slider-btn .swiper-button-prev:hover {
    background: var(--page-primary-bg);
    border-color: var(--page-primary-bg);
    color: var(--white-color);
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:after,
.slider-btn .swiper-button-prev:after  {
    font-size: 18px;
}

/* Frame Block */

.framework-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.frame-block {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
}

/* Process Block */

.process-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.process-block {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 32px 0px #F9EDFF99;
    padding: 30px 30px;
    border-radius: 10px;
    background-color: var(--white-color);
    transition: all 0.3s;
}

/* Indutry Block */

.industry-listing {
    display: flex;
    flex-wrap: wrap;
}

.industry-listing .single-industry {
    width: 25%;
    flex-shrink: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
    text-align: center;
    padding: 10px;
}

.industry-listing .single-industry:nth-child(4n){
	border-right:hidden;
}

.industry-listing .single-industry:nth-last-child(1),
.industry-listing .single-industry:nth-last-child(2),
.industry-listing .single-industry:nth-last-child(3),
.industry-listing .single-industry:nth-last-child(4){
	border-bottom:hidden;
}

/* CTA */

.cta-wrapper {
    background-image: url(../images/php-images/cta-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--page-primary-bg);
    padding: 50px 90px;
    border-radius: 20px;
}

.cta-wrapper.cta-2 {
    background-image: url(../images/php-images/cta-intro-2.webp);
}

/* FAQ lock */

main .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 32px 0;
    font-size: 24px;
}

/* Responsive */


@media (max-width: 1599px) {
    .padding-left {
        --page-width: 1200px;
        padding-left: calc(50% - (var(--page-width) / 2) + 12px);
    }
}


@media only screen and (max-width: 1399px) {

}

@media only screen and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .tick-list {
        width: fit-content;
        margin-inline: auto;
    }

    .tick-list li {
        font-size: 18px;
    }

    .button {
        width: auto !important;
    }

    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0px;
    }

    .counter-grid .counter-theme:nth-child(2) {
        border: none;
    }

    .industry-listing {
        gap: 20px;
        justify-content: space-between;
    }

    .industry-listing .single-industry {
        width: 46%;
        border: 1px solid #ddd !important;
        transition: all 0.3s;
    }

    .industry-listing .single-industry:hover {
        transform: translateY(-8px);
        border-color: var(--page-primary-bg) !important;
    }

    .industry-listing .single-industry h4 {
        word-break: break-all;
    }

    .cta-wrapper {
        padding: 40px 20px;
    }
}

@media only screen   and (max-width: 767px) {

    .framework-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .service--block,
    .process-block {
        padding: 20px 20px;
    }

    .counter-theme {
        padding: 0 10px;
    }

}