/*======================================
    SINGLE SERVICE PAGE
======================================*/

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    padding: 100px 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*======================================
    HERO SECTION
======================================*/

.single-service-hero {
    padding: 250px 0 80px;
    background: #fff;
}

.single-service-hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.hero-content {
    flex: 1;
}

.hero-image {
    flex: 1;
    text-align: right;
}

.hero-image img {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}

.hero-subtitle {

    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;

}

.hero-title {

    font-size: 54px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
    margin: 0 0 25px;

}

.hero-description {

    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;

}

/*======================================
Buttons
======================================*/

.hero-buttons {

    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 35px;

}

.btn-primary,
.btn-secondary {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 10px;
    text-decoration: none;
    transition: .35s;

}

.btn-primary {

    background: #A7C22A;
    color: #fff !important;

}

.btn-primary:hover {

    background: #1748c8;

}

.btn-secondary {

    border: 2px solid #A7C22A;
    color: #A7C22A;

}

.btn-secondary:hover {

    background: #A7C22A;
    color: #fff;

}

/*======================================
Hero Features
======================================*/

.hero-features {

    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;

}

.hero-features li {

    display: flex;
    align-items: center;
    gap: 6px;
    color: #444;
    font-weight: 500;
	font-size: 14px;

}

.hero-features li::before {

    content: "✔";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #A7C22A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;

}

/*======================================
COUNTERS
======================================*/

.service-counters {

    padding: 0 0 90px;

}

.counter-grid {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    background: #f6f8f0;
    padding: 15px;
    border-radius: 15px;

}

.counter-item {

    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: .3s;
    position: relative;

}

.counter-item:hover {

    transform: translateY(-8px);

}
.counter-item::after {
    content: '';
    width: 1px;
    height: 50%;
    background: #e4e7e1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.counter-item:last-child::after {
    content: '';
    display: none;
}
.counter-item h2 {

    margin: 0;
    font-size: 44px;
    color: #A7C22A;

}

.counter-item p {

    margin-top: 12px;
    color: #000;
    font-size: 17px;

}

/*======================================
Responsive
======================================*/

@media(max-width:991px) {

    .single-service-hero .container {

        flex-direction: column;
        text-align: center;

    }

    .hero-buttons {

        justify-content: center;

    }

    .hero-features {

        justify-content: center;

    }

    .counter-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:767px) {

    section {

        padding: 70px 0;

    }

    .hero-title {

        font-size: 38px;

    }

    .counter-grid {

        grid-template-columns: 1fr;

    }

    .hero-buttons {

        flex-direction: column;

    }

    .btn-primary,
    .btn-secondary {

        width: 100%;

    }

}

/*======================================
FEATURES SECTION
======================================*/

.service-features {
   }

.section-header {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.section-description {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

.features-grid {

    display: flex;
    gap: 15px;

}

.feature-card {

    background: #fdfdfb;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: .35s;
    border: 3px solid #f3f6ec;
    max-width: 300px;
    width: 100%;

}

.feature-icon {

    width: 80px;
    height: 80px;

    background: #A7C22A;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 25px;

}

.feature-icon img {

    width: 42px;

}

.feature-card h3 {

   margin-bottom: 15px;
    font-size: 20px;
    color: #111;
    line-height: 1.5rem;
}

.feature-card p {

color: #666;
    line-height: 1.8;
    font-size: 14px;
}


/*======================================
WHY CHOOSE US
======================================*/

.why-choose-us {

    background: #fff;

}

.why-wrapper {

    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 60px;

}

.why-image {

    flex: 1;

}

.why-image img {

    width: 100%;
    border-radius: 25px;

}

.why-content {

    flex: 1;

}

.why-item {

    display: flex;
    gap: 20px;
    margin-bottom: 35px;

}

.why-check {

    width: 55px;
    height: 55px;

    min-width: 55px;

    border-radius: 50%;

    background: #A7C22A;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    font-weight: bold;

}

.why-text h3 {

    margin-bottom: 10px;
    color: #111;
    font-size: 22px;

}

.why-text p {

    color: #666;
    line-height: 1.8;

}


/*======================================
TECHNOLOGY SECTION
======================================*/

.technology-section {

    background: #f8fbff;

}

.technology-wrapper {

    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 60px;

}

.technology-image {

    flex: 1;

}

.technology-image img {

    width: 100%;
    border-radius: 25px;

}

.technology-grid {

    flex: 1;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

.technology-card {

    background: #fff;

    border-radius: 16px;

    padding: 20px;

    display: flex;
    align-items: center;
    gap: 15px;

    transition: .35s;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);

}

.technology-card:hover {

    transform: translateY(-6px);

}

.technology-icon {

    width: 55px;
    height: 55px;

    border-radius: 12px;

    background: #EEF4FF;

    display: flex;
    align-items: center;
    justify-content: center;

}

.technology-icon img {

    width: 32px;

}

.technology-card h4 {

    margin: 0;
    font-size: 18px;
    color: #111;

}


/*======================================
RESPONSIVE
======================================*/

@media(max-width:991px) {

    .features-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .why-wrapper,
    .technology-wrapper {

        flex-direction: column;

    }

    .why-image,
    .technology-image {

        text-align: center;

    }

}

@media(max-width:767px) {

    .features-grid {

        grid-template-columns: 1fr;

    }

    .technology-grid {

        grid-template-columns: 1fr;

    }

    .section-title {

        font-size: 32px;

    }

}

/*======================================
PROCESS SECTION
======================================*/

.process-section {
    background: #fff;
}

.process-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;

}

.process-card {

    position: relative;

    background: #fff;

    border-radius: 20px;

    padding: 35px;

    overflow: hidden;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

}

.process-card:hover {

    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);

}

.process-icon {

    width: 75px;
    height: 75px;

    border-radius: 18px;

    background: #EEF4FF;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

}

.process-icon img {

    width: 40px;

}

.process-number {

    position: absolute;

    top: 20px;
    right: 20px;

    font-size: 60px;
    font-weight: 700;

    color: rgba(35, 99, 246, .08);

    line-height: 1;

}

.process-card h3 {

    font-size: 24px;
    margin-bottom: 15px;
    color: #111;

}

.process-card p {

    color: #666;
    line-height: 1.8;

}


/*======================================
GLOBAL IMPROVEMENTS
======================================*/

.section-title {
    text-align: center;
}

.section-description {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.service-features .section-description,
.process-section .section-description,
.technology-section .section-description {
    margin-bottom: 60px;
}


/*======================================
SMOOTH HOVER EFFECTS
======================================*/

.feature-card,
.counter-item,
.process-card,
.technology-card {
    will-change: transform;
}


/*======================================
TABLET
======================================*/

@media(max-width:991px) {

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

    .process-number {
        font-size: 48px;
    }

}


/*======================================
MOBILE
======================================*/

@media(max-width:767px) {

    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-card {
        padding: 30px;
    }

    .process-number {
        font-size: 40px;
    }

    .why-item {
        flex-direction: column;
        gap: 15px;
    }

    .why-check {
        margin-bottom: 5px;
    }

}