﻿


/*----------------------------------------------------about us----------------------------------------*/


.shifa-about-section {
    position: relative;
    padding: 80px 0px 0px;
    background: #ffffff;
    overflow: hidden;
}

.shifa-about-image {
    position: relative;
    padding-right: 35px;
}

.shifa-about-image img {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10);
}


.shifa-about-image::before {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    left: -15px;
    top: -15px;

    border-left: 4px solid #1d4f87;
    border-top: 4px solid #5fa42c;

    border-radius: 20px;

    z-index: -1;
}



.shifa-about-content {
    padding-left: 25px;
}


.shifa-about-tag {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 15px;

    color: #247348;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 4px;
}

.shifa-about-tag span {
    width: 40px;
    height: 2px;

    background: #1d4f87;

    display: inline-block;
}

.shifa-about-content h2 {
    margin: 0 0 8px;
    color: #173d68;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.15;
}

.shifa-about-content h2 span {
    color: #247348;
}



.shifa-about-content h3 {
    margin-bottom: 22px;
    color: #294967;
    font-size: 20px;
    font-weight: 700;
}

.shifa-about-content > p {
    margin-bottom: 15px;

    color: #5d6875;

    font-size: 16px;

    line-height: 1.8;
}

.shifa-about-features {
    margin-top: 35px;
}


.shifa-about-feature {
    text-align: center;
    margin-bottom: 20px;
}


.shifa-feature-icon {
    width: 72px;
    height: 72px;

    margin: 0 auto 14px;

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

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #eef8ef,
            #dff0e3
        );

    border: 1px solid rgba(36, 115, 72, 0.18);

    color: #1d4f87;

    font-size: 28px;

    transition: all 0.4s ease;
}


.shifa-about-feature:hover .shifa-feature-icon {

    transform: translateY(-7px);

    background:
        linear-gradient(
            135deg,
            #1d4f87,
            #247348
        );

    color: #ffffff;

    box-shadow: 0 12px 25px rgba(29, 79, 135, 0.25);
}


.shifa-about-feature h4 {
    margin: 0 0 3px;

    color: #273d55;

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

    line-height: 1.3;
}


.shifa-about-feature p {
    margin: 0;

    color: #273d55;

    font-size: 14px;
}

.shifa-about-btn {
    margin-top: 25px;
}


.shifa-about-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 28px;
    border-radius: 50px;
    background: linear-gradient(90deg, #1d4f87 0%, #389d66 80%);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow:
        0 10px 25px rgba(29, 79, 135, 0.20);
}


.shifa-about-btn a:hover {

    transform: translateY(-4px);

    color: #ffffff;

    box-shadow:
        0 16px 30px rgba(29, 79, 135, 0.30);
}


.shifa-about-btn i {
    transition: all 0.3s ease;
}


.shifa-about-btn a:hover i {
    transform: translateX(5px);
}


@media (max-width: 1199px) {

    .shifa-about-content h2 {
        font-size: 42px;
    }

    .shifa-about-content {
        padding-left: 10px;
    }

}


@media (max-width: 991px) {

    .shifa-about-section {
        padding: 80px 0;
    }

    .shifa-about-image {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .shifa-about-content {
        padding-left: 0;
    }

}


@media (max-width: 767px) {

    .shifa-about-section {
        padding: 40px 0px 0px;
    }

    .shifa-about-content h2 {
        font-size: 36px;
    }

    .shifa-about-content h3 {
        font-size: 22px;
    }

    .shifa-about-content > p {
        font-size: 15px;
    }

    .shifa-about-features {
        margin-top: 25px;
    }

}


@media (max-width: 575px) {

    .shifa-about-content h2 {
        font-size: 30px;
    }

    .shifa-about-tag {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .shifa-feature-icon {
        width: 62px;
        height: 62px;

        font-size: 23px;
    }

    .shifa-about-feature h4,
    .shifa-about-feature p {
        font-size: 12px;
    }

    .shifa-about-btn a {
        width: 100%;
        justify-content: center;
    }

}
/*-------------------------------------------------------end---------------------------------------------*/

/*-------------------------------------------------traveling route----------------------------------------*/

.shifa-route-section {
    position: relative;
    padding: 80px 0 0px;
    background: #fff;
    overflow: hidden;
}


.shifa-route-heading {
    max-width: 700px;
    margin: 0 auto 55px;
}

.shifa-route-heading h2 {
    margin: 0;
    color: #173d68;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.shifa-route-line {
    display: block;
    width: 55px;
    height: 3px;
    margin: 16px auto 18px;
    border-radius: 10px;
    background: #79bb17;
}

.shifa-route-heading p {
    max-width: 580px;
    margin: 0 auto;
    color: #687587;
    font-size: 16px;
    line-height: 1.7;
}

.shifa-route-slider-area {
    position: relative;
    padding: 0 38px;
}


.shifa-route-swiper {
    width: 100%;
    overflow: hidden;
}


.shifa-route-card {
    position: relative;
    width: 100%;
    height: 245px;
    overflow: hidden;
    border-radius: 20px;
    background: #1d4f87;
}

.shifa-route-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.shifa-route-card:hover img {
    transform: scale(1.08);
}


.shifa-route-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 35%,
        rgba(0, 0, 0, 0.15) 55%,
        rgba(0, 0, 0, 0.85) 100%
    );
}

.shifa-route-card-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
}

.shifa-route-card-content h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}


.shifa-route-prev,
.shifa-route-next {
    position: absolute;
    top: 50%;
    z-index: 10;

    width: 46px;
    height: 46px;

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

    border-radius: 50%;

    background: #ffffff;
    color: #26384e;

    font-size: 16px;

    cursor: pointer;

    transform: translateY(-50%);

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.14);

    transition: all 0.3s ease;
}

.shifa-route-prev:hover,
.shifa-route-next:hover {
    background: #f5a300;
    color: #ffffff;
}

.shifa-route-prev {
    left: 10px;
}

.shifa-route-next {
    right: 10px;
}


.shifa-route-btn-wrap {
    margin-top: 32px;
}

.shifa-route-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 200px;
    padding: 15px 28px;
    border-radius: 50px;
    background: linear-gradient(90deg, #1d4f87 0%, #389d66 80%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px #3ead7938;
    transition: all 0.3s ease;
}

.shifa-route-view-btn:hover {
    color: #ffffff;
    transform: translateY(-4px);
}


@media (max-width: 991px) {

    .shifa-route-heading h2 {
        font-size: 36px;
    }

    .shifa-route-card {
        height: 230px;
    }

}


@media (max-width: 767px) {

    .shifa-route-section {
        padding: 40px 0 0px;
    }

    .shifa-route-heading {
        margin-bottom: 35px;
        padding: 0 15px;
    }

    .shifa-route-heading h2 {
        font-size: 30px;
    }

    .shifa-route-slider-area {
        padding: 0 15px;
    }

    .shifa-route-prev,
    .shifa-route-next {
        display: none;
    }

}


@media (max-width: 575px) {

    .shifa-route-heading h2 {
        font-size: 26px;
    }

    .shifa-route-card {
        height: 220px;
        border-radius: 15px;
    }

}

/*-------------------------------------------------------end----------------------------------------------*/

/*---------------------------------------------------why choode us ---------------------------------------*/

.shifa-why-section {
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color:#fff;
}



.shifa-why-section .container {
    position: relative;
    z-index: 2;
}


.shifa-why-box {
    position: relative;
    padding: 55px 35px 45px;
    overflow: hidden;
    border-radius: 30px;

    /* Background Image */
    /* background-image: url('../img/about/why-choose-bg.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}


/* DARK BLUE + GREEN OVERLAY */

.shifa-why-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    /* background: linear-gradient(
        135deg,
        rgba(8, 30, 52, 0.88) 0%,
        rgba(10, 55, 80, 0.82) 55%,
        rgba(18, 95, 72, 0.78) 100%
    ); */
    pointer-events: none;
    background-color: #ffffff;
}


/* KEEP CONTENT ABOVE OVERLAY */

.shifa-why-box > * {
    position: relative;
    z-index: 2;
}
.shifa-why-heading {
    position: relative;
    z-index: 2;

    margin-bottom: 50px;
}


.shifa-why-heading h2 {
    margin: 0;
    color: #173d68;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
}


.shifa-why-heading h2 span {
    color: #247348;
}


.shifa-why-row {
    position: relative;
    z-index: 2;

    justify-content: center;
}


.shifa-why-item {
    position: relative;

    text-align: center;

    padding: 0 8px;

    transition: all 0.3s ease;
}


.shifa-why-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* border: 2px solid #78bb17; */
    background: linear-gradient(90deg, #1d4f87 0%, #389d66 80%);
    color: #ffffff;
    font-size: 29px;
    transition: all 0.35s ease;
}



.shifa-why-item:hover .shifa-why-icon {
    /* background: #78bb17; */
    /* border-color: #78bb17; */
    color: #ffffff;
    transform: translateY(-8px);
    /* box-shadow:
        0 12px 30px rgba(85, 185, 91, 0.35); */
}



.shifa-why-item h4 {
    margin: 0 0 10px;
    color: #173d68;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    transition: all 0.3s ease;
}



.shifa-why-item p {
    margin: 0;
    color: rgb(62 62 62 / 75%);
    font-size: 15px;
    line-height: 1.6;
}



.shifa-why-item:hover h4 {
    /* color: #78bb17; */
}



@media (max-width: 1399px) {

    .shifa-why-box {
        padding: 50px 25px 40px;
    }

    .shifa-why-item h4 {
        font-size: 16px;
    }

}


@media (max-width: 1199px) {

    .shifa-why-item {
        margin-bottom: 35px;
    }

    .shifa-why-box {
        padding-bottom: 20px;
    }

}

@media (max-width: 991px) {

    .shifa-why-section {
        padding: 70px 0;
    }

    .shifa-why-box {
        padding: 45px 25px 15px;

        border-radius: 25px;
    }

    .shifa-why-heading {
        margin-bottom: 40px;
    }

    .shifa-why-heading h2 {
        font-size: 36px;
    }

}

@media (max-width: 767px) {

    .shifa-why-section {
        padding: 55px 0;
        background-attachment: scroll;
    }

    .shifa-why-box {
        padding: 40px 15px 10px;

        border-radius: 22px;
    }

    .shifa-why-heading {
        margin-bottom: 35px;
    }

    .shifa-why-heading h2 {
        font-size: 30px;
    }

    .shifa-why-icon {
        width: 72px;
        height: 72px;

        margin-bottom: 18px;

        font-size: 25px;
    }

    .shifa-why-item {
        margin-bottom: 35px;
    }

}

@media (max-width: 575px) {

    .shifa-why-section {
        padding: 45px 0;
    }

    .shifa-why-box {
        border-radius: 18px;
    }

    .shifa-why-heading h2 {
        font-size: 26px;
    }

    .shifa-why-item h4 {
        font-size: 17px;
    }

    .shifa-why-item p {
        font-size: 14px;
    }

}
/*--------------------------------------------------------end---------------------------------------------*/

/*-----------------------------------------------------counter--------------------------------------------*/


.shifa-experience-section {
    position: relative;
    padding: 80px 0 70px;
    overflow: hidden;
    background: #222447;
    margin: 80px 0px 0px;
    background-image: url('../img/bg/world-map.png');
}

.shifa-world-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg/world-map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.18;
    pointer-events: none;
}


.shifa-experience-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(18, 20, 54, 0.55);

    z-index: 1;
}


.shifa-experience-section .container {
    position: relative;
    z-index: 2;
}

.shifa-experience-heading {
    max-width: 800px;
    margin: 0 auto 48px;
}


.shifa-experience-heading h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
}


.shifa-experience-heading p {
    margin: 0;

    color: rgba(255, 255, 255, 0.88);

    font-size: 16px;
    font-weight: 400;

    line-height: 1.7;

    letter-spacing: 0.3px;
}

.shifa-experience-card {
    position: relative;
    min-height: 196px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    border-radius: 32px;
    background: #0000007a;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.16);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}



.shifa-experience-card:hover {
    transform: translateY(-10px);
    /* background: rgb(120 187 22); */
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.28);
}

.shifa-experience-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

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

    line-height: 1;
}


.shifa-experience-card h4 {
    margin: 0;

    color: #ffffff;

    font-size: 20px;
    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 0.2px;
}



@media (max-width: 1199px) {

    .shifa-experience-section {
        padding: 80px 0 60px;
    }

    .shifa-experience-card {
        min-height: 180px;
    }

}

@media (max-width: 991px) {

    .shifa-experience-heading {
        margin-bottom: 40px;
    }

    .shifa-experience-heading h2 {
        font-size: 34px;
    }

    .shifa-experience-card {
        min-height: 170px;
        border-radius: 25px;
    }

}


@media (max-width: 767px) {

    .shifa-experience-section {
        padding: 65px 0 50px;
    }

    .shifa-world-map {
        background-size: auto 100%;
    }

    .shifa-experience-heading {
        margin-bottom: 32px;
    }

    .shifa-experience-heading h2 {
        font-size: 28px;
    }

    .shifa-experience-heading p {
        font-size: 15px;
        line-height: 1.6;
    }

    .shifa-experience-card {
        min-height: 150px;
        border-radius: 22px;
    }

    .shifa-experience-card h3 {
        font-size: 28px;
    }

    .shifa-experience-card h4 {
        font-size: 18px;
    }

}


@media (max-width: 575px) {

    .shifa-experience-section {
        padding: 40px 0 0px;
    }

    .shifa-experience-heading h2 {
        font-size: 25px;
    }

    .shifa-experience-card {
        min-height: 140px;
    }

}
/*--------------------------------------------------------end----------------------------------------------*/

/*------------------------------------------------------fleet section--------------------------------------*/


.shifa-fleet-section {
    position: relative;
    padding: 65px 0 85px;
    overflow: hidden;
    background: radial-gradient(circle at top center, rgba(45, 55, 82, 0.45), transparent 55%), linear-gradient(135deg, #191b3e 0%, #191b3e 55%, #191b3e 100%);
    margin: 80px 0px 0px;
}



.shifa-fleet-heading {
    margin-bottom: 75px;
}


.shifa-fleet-heading h2 {
    margin-bottom: 20px;
    color: #f7f7f7;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}


.shifa-heading-line {
    display: block;

    width: 82px;
    height: 5px;

    margin: 28px auto 22px;

    border-radius: 50px;

    background: linear-gradient(
        90deg,
        #ff7227,
        #ffb21a
    );
}


.shifa-fleet-heading p {
    margin: 0;
    color: #aeb4c0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}


.shifa-fleet-slider {
    position: relative;
    /*padding: 0 75px 10px;*/
    overflow: hidden;
}


.shifa-fleet-slider .swiper-wrapper {
    align-items: stretch;
}


.shifa-car-card {
    position: relative;
    min-height: 400px;
    padding: 12px 12px 27px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(145deg, rgb(25 27 62), rgb(25 27 62));
    border: 1px solid rgba(104, 132, 162, 0.25);
    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.shifa-car-card:hover {
    transform: translateY(-10px);

    box-shadow:
        0 25px 45px rgba(0, 0, 0, 0.35);
}


.shifa-car-image {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow:
        inset 0 0 20px rgba(0, 0, 0, 0.08);
}


.shifa-car-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    transition: transform 0.4s ease;
}


.shifa-car-card:hover .shifa-car-image img {
    transform: scale(1.06);
}

.shifa-car-card h3 {
    margin: 35px 0 27px;
    color: #f4f4f4;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}


.shifa-car-features {
    display: flex;

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

    gap: 10px;

    margin-bottom: 24px;
}


.shifa-car-features span {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    min-width: 70px;

    height: 38px;

    padding: 0 12px;

    border-radius: 50px;

    background:
        linear-gradient(
            180deg,
            #2d3749,
            #222b3b
        );

    border: 1px solid rgba(255, 255, 255, 0.12);

    color: #d9dde4;

    font-size: 15px;

    font-weight: 600;

    white-space: nowrap;
}


.shifa-car-features i {
    color: #7abc18;
    font-size: 15px;
}


.shifa-book-btn {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 16px;
    text-decoration: none;
    background: linear-gradient(90deg, #1d4f87 0%, #389d66 80%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    box-shadow: 0 10px 22px #1987543b;
    transition: all 0.35s ease;
}


.shifa-book-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 28px #19875461;
}


.shifa-book-btn i {
    font-size: 16px;
}


.shifa-fleet-prev,
.shifa-fleet-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    background:
        linear-gradient(
            145deg,
            #2c3547,
            #20283a
        );
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #d9dee7;
    font-size: 18px;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.22);
    transition: all 0.3s ease;
}


.shifa-fleet-prev {
    left: 12px;
}


.shifa-fleet-next {
    right: 12px;
}


.shifa-fleet-prev:hover,
.shifa-fleet-next:hover {
    background: #66ba49;
    color: #ffffff;
    border-color: #66ba49;
    transform: translateY(-50%) scale(1.08);
}


.shifa-fleet-slider .swiper-slide {
    height: auto;
}

/*---------------------------------------------------------end---------------------------------------------*/

/*-----------------------------------------------------testimonial-----------------------------------------*/

.shifa-testimonial-section {
    position: relative;
    padding: 80px 0px 50px;
    overflow: hidden;
    background: #071d35;
    margin: 30px 0px 80px;
}


.shifa-testimonial-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient( 120deg, rgba(5, 35, 57, 0.96) 0%, rgba(10, 72, 82, 0.90) 50%, rgba(6, 28, 52, 0.95) 100% ), url("../img/hero/banner-6.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
}



.shifa-testimonial-section .container {
    position: relative;
    z-index: 2;
}


.shifa-testimonial-heading {
    max-width: 750px;
    margin: 0 auto 60px;
}


.shifa-testimonial-tag {
    display: inline-block;

    color: #65c46a;

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

    letter-spacing: 2px;

    margin-bottom: 12px;

    text-transform: uppercase;
}


.shifa-testimonial-heading h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2;
}


.shifa-testimonial-heading h2 span {
    color: #ffffff;
}


.shifa-testimonial-heading p {
    color: rgba(255, 255, 255, 0.75);

    font-size: 17px;

    margin: 0;

    line-height: 1.7;
}


.shifa-testimonial-slider {
    position: relative;

    padding: 15px 10px 35px;

    overflow: visible;
}



.shifa-testimonial-card {
    position: relative;
    min-height: 275px;
    padding: 20px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    transition: all 0.4s ease;
}


.shifa-testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    /* background:
        linear-gradient(
            90deg,
            #1f8b65,
            #65c46a,
            #164c86
        ); */
}


.shifa-testimonial-card:hover {
    transform: translateY(-10px);

    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.28);
}



.shifa-review-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;
}


.shifa-review-user {
    display: flex;

    align-items: center;

    gap: 15px;
}


.shifa-user-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 3px;
    /* background:
        linear-gradient(
            135deg,
            #65c46a,
            #164c86
        ); */
}


.shifa-user-img img {
    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;

    border: 3px solid #ffffff;
}


.shifa-user-info h4 {
    margin: 0 0 5px;
    color: #122b46;
    font-size: 18px;
    font-weight: 700;
}


.shifa-user-info h4 i {
    color: #2d7ac3;

    font-size: 16px;

    margin-left: 4px;
}


.shifa-user-info span {
    color: #7b8794;
    font-size: 13px;
}


.shifa-google-icon {
    width: 42px;
    height: 42px;

    display: flex;

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

    border-radius: 50%;

    background: #f5f7f8;

    color: #4285f4;

    font-size: 20px;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.08);
}


.shifa-rating {
    display: flex;

    gap: 6px;

    margin-bottom: 18px;
}


.shifa-rating i {
    color: #f6a623;

    font-size: 18px;
}


.shifa-review-text {
    color: #586674;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.shifa-review-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top:
        1px solid rgba(18, 43, 70, 0.10);
}


.shifa-review-bottom span {
    color: #1f8b65;

    font-size: 14px;

    font-weight: 600;
}


.shifa-review-bottom span i {
    margin-right: 5px;
}


.shifa-review-bottom a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #164c86;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}


.shifa-review-bottom a:hover {
    color: #1f8b65;

    gap: 12px;
}


.shifa-testimonial-prev,
.shifa-testimonial-next {
    position: absolute;
    top: 45%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #164c86,
            #1f8b65
        );
    border:
        3px solid rgba(255, 255, 255, 0.20);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    z-index: 10;
    background: #ffffff;
    border: 1px solid rgb(228 228 228);
    color: #00499a;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
    /* backdrop-filter: blur(10px); */
}


.shifa-testimonial-prev {
    left: 10px;
}


.shifa-testimonial-next {
    right: 10px;
}


.shifa-testimonial-prev:hover,
.shifa-testimonial-next:hover {
    /* transform: scale(1.12); */
    background: #ffffff;
}

@media (max-width: 991px) {

    .shifa-testimonial-section {
        padding: 80px 0;
    }

    .shifa-testimonial-heading h2 {
        font-size: 38px;
    }

    .shifa-testimonial-prev {
        left: -15px;
    }

    .shifa-testimonial-next {
        right: -15px;
    }

}


@media (max-width: 767px) {

    .shifa-testimonial-section {
        padding: 65px 0;
    }

    .shifa-testimonial-heading {
        margin-bottom: 40px;
    }

    .shifa-testimonial-heading h2 {
        font-size: 32px;
    }

    .shifa-testimonial-heading p {
        font-size: 15px;
    }

    .shifa-testimonial-card {
        min-height: auto;

        padding: 25px 20px;
    }

    .shifa-testimonial-prev,
    .shifa-testimonial-next {
        width: 45px;
        height: 45px;

        display: none;
    }

}
/*---------------------------------------------------------end---------------------------------------------*/



/*-------------------------------------------------------mega menu-------------------------------------------*/
.ac-mega-menu {
    width: 1000px !important;
    max-width: 95vw;
    padding: 25px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-70%) !important;
}

.ac-mega-column {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .ac-mega-column > ul {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

        .ac-mega-column > ul > li {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

    .ac-mega-column:before {
        background-color: transparent !important;
    }

    .ac-mega-column > ul > li:before {
        background-color: transparent !important;
    }

    .ac-mega-column > ul > li > a {
        display: block !important;
        padding: 8px 12px !important;
        font-size: 14px;
        line-height: 26px !important;
        /* white-space: nowrap; */
        border-bottom: 1px solid #eeeeee;
        transition: all 0.3s ease !important;
    }

        .ac-mega-column > ul > li > a:hover {
            padding-left: 18px !important;
            color: #4c9628 !important;
        }


@media (max-width: 991px) {

    .ac-mega-menu {
        width: 100% !important;
        max-width: 100%;
        display: block !important;
        left: 0 !important;
        transform: none !important;
        padding: 15px !important;
    }

    .ac-mega-column {
        margin-bottom: 8px !important;
    }
}


@media (max-width: 767px) {

    .ac-mega-menu {
        padding: 10px !important;
    }

    .ac-mega-column > ul > li > a {
        padding: 8px 10px !important;
        white-space: normal;
    }
}


.ac-mega-menu .ac-mega-column h4 {
    position: relative;
    margin: 0 0 12px;
    padding: 8px 10px 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #1d3657;
    border-bottom: 1.5px solid #2f6f4d;
    transition: all 0.3s ease;
}

@media (min-width: 991px) and (max-width: 1199px){
    .ac-mega-menu {
    transform: translateX(-60%) !important;
}
}
/*-------------------------------------------------------end--------------------------------------------------*/


.shifa-call-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 220px;
    min-height: 55px;
    padding: 4px 28px 4px 12px;
    background: #2859a9;
    border-radius: 60px;
    /* box-shadow:
        0 12px 30px rgba(18, 56, 95, 0.22); */
    overflow: hidden;
}


.shifa-call-icon {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #66ba49;
    /* border: 7px solid rgba(255, 255, 255, 0.08); */
    /* box-shadow:
        0 0 0 2px rgba(47, 143, 91, 0.45); */
    color: #ffffff;
    font-size: 18px;
}


.shifa-call-icon i {
    transform: rotate(-10deg);
}

.shifa-call-content {
    position: relative;
    z-index: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
}

.shifa-call-content span {
    margin-bottom: 2px;

    font-size: 13px;
    font-weight: 500;

    color: rgba(255, 255, 255, 0.65);
}

.shifa-call-content a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 22px;
}


.shifa-call-content a:hover {
    color: #ffffff;
}

.shifa-call-content small {
    margin-top: 3px;
    font-size: 11px;
    color: rgb(255 255 255 / 74%);
    line-height: 20px;
}


@media (max-width: 575px) {

    .shifa-call-box {
        min-width: 270px;
        min-height: 76px;

        padding-right: 20px;
    }

    .shifa-call-icon {
        width: 56px;
        height: 56px;

        min-width: 56px;

        font-size: 19px;
    }

    .shifa-call-content a {
        font-size: 16px;
    }

    .shifa-fleet-heading h2 {
    font-size: 30px;

}

}

/*------------------------------------------------contactus-----------------------------------------*/

.shifa-contact-section {
    width: 100%;
    padding: 80px 0px 0px;
    background: #ffffff;
    overflow: hidden;
}


.shifa-contact-heading {
    margin-bottom: 55px;
}

.shifa-contact-heading h2 {
    margin: 0;
    color: #17263b;
    font-size: 38px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.shifa-contact-heading h2 span {
    color: #17263b;
}


.shifa-contact-info {
    position: relative;
    height: 100%;
    min-height: 560px;
    padding: 55px 38px 40px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #080d48;
    background-image:
        radial-gradient(
            circle at 20% 20%,
            rgba(255,255,255,0.035) 1px,
            transparent 1.5px
        ),
        radial-gradient(
            circle at 80% 70%,
            rgba(255,255,255,0.025) 1px,
            transparent 1.5px
        ),
        linear-gradient(
            135deg,
            #090d4b 0%,
            #070c42 55%,
            #0a104e 100%
        );
    background-size:
        18px 18px,
        23px 23px,
        100% 100%;
    box-shadow: 0 10px 35px rgba(5, 10, 60, 0.08);
}

.shifa-contact-info::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .35;

    background-image:
        linear-gradient(30deg, transparent 45%, rgba(255,255,255,.04) 46%, transparent 48%),
        linear-gradient(150deg, transparent 45%, rgba(255,255,255,.04) 46%, transparent 48%);

    background-size: 22px 22px;
}


.shifa-contact-info > * {
    position: relative;
    z-index: 2;
}


.shifa-contact-intro {
    margin-bottom: 25px;
}

.shifa-contact-intro > span {
    display: block;
    margin-bottom: 10px;

    color: #8fd318;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.shifa-contact-intro h3 {
    margin: 0;

    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}


.shifa-contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 40px;
}

.shifa-contact-item:last-child {
    margin-bottom: 0;
}

.shifa-contact-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;

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

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

    color: #40589c;
    font-size: 18px;

    box-shadow: 0 5px 15px rgba(0,0,0,.12);
}

.shifa-contact-icon i {
    line-height: 1;
}

.shifa-contact-details {
    min-width: 0;
}

.shifa-contact-details h4 {
    margin: 0 0 7px;

    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.shifa-contact-details a,
.shifa-contact-details p {
    display: block;

    margin: 0;

    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;

    text-decoration: none;
}

.shifa-contact-details a:hover {
    color: #91d51b;
}



.shifa-contact-form {
    height: 100%;
    padding: 0 0 0 5px;
}

.shifa-form-group {
    margin-bottom: 25px;
}

.shifa-form-group label {
    display: block;

    margin-bottom: 20px;

    color: #292929;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.shifa-form-group label span {
    color: #82c91e;
    font-weight: 600;
}


.shifa-form-control {
    width: 100%;
    height: 55px;

    padding: 0 22px;

    border: 1px solid #4159a3;
    border-radius: 0;

    background: #ffffff;

    color: #202020;
    font-size: 15px;
    font-weight: 400;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.shifa-form-control::placeholder {
    color: #696969;
    opacity: 1;
}

.shifa-form-control:focus {
    border-color: #40599f;

    box-shadow:
        0 0 0 3px rgba(65, 89, 163, .08);
}


.shifa-select-wrap {
    position: relative;
}

.shifa-select-wrap .shifa-form-control {
    appearance: none;
    -webkit-appearance: none;

    padding-right: 50px;

    cursor: pointer;
}

.shifa-select-wrap i {
    position: absolute;

    top: 50%;
    right: 18px;

    transform: translateY(-50%);

    color: #333b42;
    font-size: 13px;

    pointer-events: none;
}


.shifa-date-wrap {
    position: relative;
}

.shifa-date-wrap input[type="date"] {
    padding-right: 15px;
}

.shifa-date-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    width: 18px;
    height: 18px;

    cursor: pointer;
}


.shifa-submit-wrap {
    display: flex;
    justify-content: center;

    margin-top: -2px;
}

.shifa-submit-btn {
    min-width: 187px;
    height: 52px;

    padding: 0 30px;

    border: 0;
    border-radius: 30px;

    background: #43599b;

    color: #ffffff;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.shifa-submit-btn:hover {
    background: #344b8e;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(52, 75, 142, .22);
}


.shifa-textarea {
    height: 120px !important;
    min-height: 120px;
    padding: 16px 22px !important;

    resize: vertical;
    line-height: 1.5;
}

.shifa-textarea:focus {
    border-color: #40599f;

    box-shadow:
        0 0 0 3px rgba(65, 89, 163, .08);
}


.shifa-message-group {
    margin-bottom: 22px;
}

@media (max-width: 767px) {

    .shifa-textarea {
        height: 110px !important;
        min-height: 110px;
        padding: 14px 17px !important;
    }

}


@media (max-width: 1199px) {

    .shifa-contact-heading h2 {
        font-size: 34px;
    }

    .shifa-contact-info {
        padding: 45px 30px 35px;
    }

    .shifa-contact-form {
        padding-left: 0;
    }
}


@media (max-width: 991px) {

    .shifa-contact-section {
        padding: 45px 0 60px;
    }

    .shifa-contact-heading {
        margin-bottom: 40px;
    }

    .shifa-contact-heading h2 {
        font-size: 32px;
    }

    .shifa-contact-info {
        min-height: auto;
    }
}


@media (max-width: 767px) {

    .shifa-contact-section {
        padding: 40px 0 0px;
    }

    .shifa-contact-heading {
        margin-bottom: 32px;
    }

    .shifa-contact-heading h2 {
        font-size: 27px;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .shifa-contact-info {
        padding: 38px 25px 30px;
        border-radius: 12px;
    }

    .shifa-contact-intro h3 {
        font-size: 25px;
    }

    .shifa-contact-item {
        gap: 15px;
        margin-bottom: 23px;
    }

    .shifa-contact-icon {
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .shifa-contact-details h4 {
        font-size: 17px;
    }

    .shifa-contact-details a,
    .shifa-contact-details p {
        font-size: 14px;
    }

    .shifa-form-group {
        margin-bottom: 22px;
    }

    .shifa-form-group label {
        margin-bottom: 13px;
        font-size: 15px;
    }

    .shifa-form-control {
        height: 52px;
        padding: 0 17px;
    }

    .shifa-submit-wrap {
        margin-top: 5px;
    }
}


@media (max-width: 575px) {

    .shifa-contact-heading h2 {
        font-size: 24px;
    }

    .shifa-contact-info {
        padding: 32px 22px;
    }

    .shifa-contact-intro {
        margin-bottom: 25px;
    }

    .shifa-contact-intro > span {
        font-size: 14px;
    }

    .shifa-contact-intro h3 {
        font-size: 24px;
    }

    .shifa-submit-btn {
        width: 100%;
        max-width: 210px;
    }
}



.shifa-map-section {
    width: 100%;
    padding: 80px 0px;
    background: #fff;
}


.shifa-map-heading {
    max-width: 750px;
    margin: 0 auto 35px;
}

.shifa-map-heading span {
    display: inline-block;
    margin-bottom: 8px;

    color: #82c91e;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
}

.shifa-map-heading h2 {
    margin: 0 0 12px;

    color: #17263b;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.shifa-map-heading h2 strong {
    color: #43599b;
    font-weight: 700;
}

.shifa-map-heading p {
    margin: 0;

    color: #666;
    font-size: 15px;
    line-height: 1.7;
}


.shifa-map-box {
    position: relative;

    width: 100%;
    height: 450px;

    overflow: hidden;

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 15px 45px rgba(8, 13, 72, .12);
}


.shifa-map-box iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;

    filter: saturate(.95);
}


@media (max-width: 991px) {

    .shifa-map-section {
        padding: 60px 0 65px;
    }

    .shifa-map-heading h2 {
        font-size: 32px;
    }

    .shifa-map-box {
        height: 400px;
    }
}


@media (max-width: 767px) {

    .shifa-map-section {
        padding: 50px 0 55px;
    }

    .shifa-map-heading {
        margin-bottom: 25px;
    }

    .shifa-map-heading h2 {
        font-size: 28px;
    }

    .shifa-map-heading p {
        font-size: 14px;
    }

    .shifa-map-box {
        height: 350px;
        border-radius: 12px;
    }
}


@media (max-width: 575px) {

    .shifa-map-heading h2 {
        font-size: 25px;
    }

    .shifa-map-box {
        height: 300px;
        border-radius: 10px;
    }
}
/*--------------------------------------------------end----------------------------------------------*/

/*-----------------------------------------------why choose us---------------------------------------*/

.shifa-why-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}


.shifa-why-image-wrap {
    position: relative;
    padding: 0 25px 25px 0;
}

.shifa-why-image {
    position: relative;
    width: 100%;
    height: 690px;
    overflow: hidden;
    border-radius: 18px;
    background: #eef1f7;
    box-shadow: 0 18px 45px rgba(8, 13, 72, 0.14);
}

.shifa-why-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        180deg,
        rgba(8, 13, 72, 0.02) 0%,
        rgba(8, 13, 72, 0.12) 100%
    );

    pointer-events: none;
}

.shifa-why-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.6s ease;
}

.shifa-why-image-wrap:hover .shifa-why-image img {
    transform: scale(1.04);
}

.shifa-why-image-wrap::before {
    content: "";
    position: absolute;

    left: 0;
    bottom: 0;

    width: 180px;
    height: 180px;

    border-radius: 0 0 0 18px;

    background:
        radial-gradient(
            circle,
            rgba(67, 89, 155, 0.18) 2px,
            transparent 2.5px
        );

    background-size: 15px 15px;

    z-index: 0;
}


.shifa-why-image {
    position: relative;
    z-index: 2;
}

.shifa-why-badge {
    position: absolute;

    left: 25px;
    bottom: 0;

    z-index: 5;

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

    min-width: 225px;

    padding: 16px 22px;

    border-radius: 12px;

    background: #ffffff;

    box-shadow: 0 12px 35px rgba(8, 13, 72, 0.18);
}

.shifa-why-badge-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

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

    border-radius: 50%;

    background: #43599b;

    color: #ffffff;

    font-size: 19px;
}

.shifa-why-badge strong {
    display: block;

    margin-bottom: 3px;

    color: #17263b;

    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.shifa-why-badge span {
    display: block;

    color: #707070;

    font-size: 13px;
    line-height: 1.2;
}

.shifa-why-content {
    padding-left: 20px;
}

.shifa-why-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #82c91e;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.shifa-why-tag i {
    font-size: 15px;
}

.shifa-why-content h2 {
    max-width: 600px;

    margin: 0 0 18px;

    color: #17263b;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -0.5px;
}

.shifa-why-content h2 span {
    display: inline;
    color: #43599b;
}


.shifa-why-intro {
    max-width: 650px;
    margin: 0 0 20px;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}

.shifa-why-intro strong {
    color: #17263b;
    font-weight: 700;
}


.shifa-why-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.shifa-why-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.shifa-why-feature-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

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

    border-radius: 12px;

    background: #eef5dd;

    color: #43599b;

    font-size: 19px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.shifa-why-feature:hover .shifa-why-feature-icon {
    background: #43599b;
    color: #ffffff;

    transform: translateY(-3px);
}

.shifa-why-feature-text {
    padding-top: 2px;
}

.shifa-why-feature-text h4 {
    margin: 0 0 5px;

    color: #17263b;

    font-size: 18px;
    line-height: 1.3;

    font-weight: 700;
}

.shifa-why-feature-text p {
    max-width: 500px;

    margin: 0;

    color: #737373;

    font-size: 14px;
    line-height: 1.65;
}

.shifa-why-button {
    margin-top: 5px;
}

.shifa-why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 175px;
    height: 52px;

    padding: 0 26px;

    border-radius: 30px;

    background: #43599b;

    color: #ffffff;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    box-shadow: 0 8px 20px rgba(67, 89, 155, 0.18);

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.shifa-why-btn i {
    font-size: 13px;

    transition: transform 0.3s ease;
}

.shifa-why-btn:hover {
    color: #ffffff;

    background: #344b8e;

    transform: translateY(-3px);

    box-shadow: 0 12px 25px rgba(67, 89, 155, 0.25);
}

.shifa-why-btn:hover i {
    transform: translateX(4px);
}


@media (max-width: 1199px) {

    .shifa-why-section {
        padding: 75px 0;
    }

    .shifa-why-image {
        height: 520px;
    }

    .shifa-why-content {
        padding-left: 5px;
    }

    .shifa-why-content h2 {
        font-size: 34px;
    }
}


@media (max-width: 991px) {

    .shifa-why-section {
        padding: 65px 0;
    }

    .shifa-why-image {
        height: 500px;
    }

    .shifa-why-content {
        padding-left: 0;
    }

    .shifa-why-content h2 {
        font-size: 32px;
    }

    .shifa-why-image-wrap {
        max-width: 700px;
        margin: 0 auto;
    }
}


@media (max-width: 767px) {

    .shifa-why-section {
        padding: 50px 0;
    }

    .shifa-why-image-wrap {
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .shifa-why-image {
        height: 400px;
        border-radius: 14px;
    }

    .shifa-why-badge {
        left: 15px;
        padding: 13px 17px;
        min-width: 205px;
    }

    .shifa-why-badge-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    .shifa-why-content {
        margin-top: 15px;
    }

    .shifa-why-content h2 {
        font-size: 29px;
        line-height: 1.25;
    }

    .shifa-why-intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .shifa-why-feature {
        gap: 13px;
    }

    .shifa-why-feature-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
        font-size: 17px;
    }

    .shifa-why-feature-text h4 {
        font-size: 17px;
    }

    .shifa-why-feature-text p {
        font-size: 13px;
    }
}


@media (max-width: 575px) {

    .shifa-why-section {
        padding: 45px 0;
    }

    .shifa-why-image {
        height: 330px;
    }

    .shifa-why-image-wrap::after {
        width: 70px;
        height: 70px;
    }

    .shifa-why-badge {
        min-width: 190px;
        gap: 10px;
        padding: 11px 14px;
    }

    .shifa-why-badge-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 16px;
    }

    .shifa-why-badge strong {
        font-size: 15px;
    }

    .shifa-why-badge span {
        font-size: 12px;
    }

    .shifa-why-content h2 {
        font-size: 26px;
    }

    .shifa-why-tag {
        font-size: 14px;
    }

    .shifa-why-btn {
        width: 100%;
        max-width: 200px;
    }
}
/*--------------------------------------------------end----------------------------------------------*/


/*--------------------------------------------------services-----------------------------------------*/

.shifa-pan-services {
    position: relative;
    padding: 50px 0 50px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 45%,
            rgba(255, 107, 40, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 50%,
            rgba(87, 91, 255, 0.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #171426 0%,
            #11112b 50%,
            #10102a 100%
        );
    margin: 80px 0px 0px;
}



.shifa-service-heading {
    max-width: 900px;
    margin: 0 auto 40px;
}

.shifa-service-heading h3 {
    margin: 0;

    color: #ffffff;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.shifa-heading-line {
    display: block;
    width: 84px;
    height: 4px;
    margin: 20px auto 20px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        #ff6b22,
        #ff9a24
    );
}

.shifa-service-heading p {
    margin: 0;

    color: rgba(255, 255, 255, 0.58);

    font-size: 19px;
    line-height: 1.6;
}



.shifa-service-slider-wrap {
    position: relative;

    max-width: 1445px;
    margin: 0 auto;

    padding: 0 85px;
}


.shifa-service-slider {
    width: 100%;
    overflow: hidden;
}

.shifa-service-slider .swiper-slide {
    height: auto;
    display: flex;
}


.shifa-service-card {
    position: relative;
    width: 100%;
    min-height: 290px;
    padding: 30px 20px 30px;
    border-radius: 30px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


.shifa-service-card::before {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    top: -65px;
    right: -45px;

    border-radius: 50%;

    background: rgba(92, 104, 180, 0.10);

    transition: 0.5s ease;
}


.shifa-service-card::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    bottom: -130px;
    left: -90px;

    border-radius: 50%;

    background: rgba(255, 139, 37, 0.08);

    filter: blur(15px);

    transition: 0.5s ease;
}


.shifa-service-card:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 154, 48, 0.35);

    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.30),
        0 0 25px rgba(255, 143, 38, 0.08);
}


.shifa-service-card:hover::before {
    transform: scale(1.35);
}


.shifa-service-icon {
    position: relative;
    z-index: 2;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 24px;
    box-shadow:
        0 12px 25px rgba(0, 0, 0, 0.18);
    transition: 0.4s ease;
}


.shifa-service-card:hover .shifa-service-icon {
    transform: translateY(-5px) scale(1.05);
}

.shifa-icon-green {
    background: linear-gradient(
        135deg,
        #11b98d,
        #80cf4c
    );
}

.shifa-icon-orange {
    background: linear-gradient(
        135deg,
        #ff7027,
        #ff9c27
    );
}

.shifa-icon-purple {
    background: linear-gradient(
        135deg,
        #6174df,
        #8052c6
    );
}

.shifa-icon-blue {
    background: linear-gradient(
        135deg,
        #16bca0,
        #24d58a
    );
}

.shifa-icon-yellow {
    background: linear-gradient(
        135deg,
        #e5a91d,
        #f6ca3b
    );
}

.shifa-icon-red {
    background: linear-gradient(
        135deg,
        #e94b55,
        #f47b45
    );
}

.shifa-icon-pink {
    background: linear-gradient(
        135deg,
        #df4d91,
        #a34fc4
    );
}

.shifa-icon-cyan {
    background: linear-gradient(
        135deg,
        #168fd4,
        #24c6d9
    );
}


.shifa-service-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}


.shifa-service-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 15px;
    min-height: 55px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    line-height: 1.5;
}


.shifa-service-card a {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: rgba(255, 255, 255, 0.55);

    text-decoration: none;

    font-size: 16px;
    font-weight: 600;

    transition: 0.3s ease;
}


.shifa-service-card a i {
    font-size: 13px;

    transition: 0.3s ease;
}


.shifa-service-card a:hover {
    color: #ff982d;
}


.shifa-service-card a:hover i {
    transform: translateX(5px);
}


.shifa-service-prev,
.shifa-service-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -33px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    transition: 0.35s ease;
}


.shifa-service-prev {
    left: 0;
}

.shifa-service-next {
    right: 0;
}


.shifa-service-prev:hover,
.shifa-service-next:hover {
    color: #ffffff;

    background: rgba(255, 255, 255, 0.12);

    border-color: rgba(255, 164, 55, 0.55);

    box-shadow:
        0 0 20px rgba(255, 145, 35, 0.15);

    transform: scale(1.08);
}



@media (max-width: 1199px) {

    .shifa-service-slider-wrap {
        padding: 0 75px;
    }

    .shifa-service-card {
        min-height: 315px;
        padding: 35px 28px 30px;
    }

}



@media (max-width: 767px) {

    .shifa-pan-services {
        padding: 50px 0 65px;
    }

    .shifa-service-heading {
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .shifa-service-heading h3 {
        font-size: 30px;
    }

    .shifa-heading-line {
        margin: 17px auto 22px;
    }

    .shifa-service-heading p {
        font-size: 16px;
    }

    .shifa-service-slider-wrap {
        padding: 0 55px;
    }

    .shifa-service-card {
        min-height: 310px;

        padding: 32px 25px;
        border-radius: 24px;
    }

    .shifa-service-icon {
        width: 68px;
        height: 68px;

        margin-bottom: 20px;

        border-radius: 20px;

        font-size: 25px;
    }

    .shifa-service-card h3 {
        font-size: 19px;
    }

    .shifa-service-card p {
        font-size: 15px;
    }

    .shifa-service-prev,
    .shifa-service-next {
        width: 45px;
        height: 45px;

        margin-top: -22px;

        font-size: 15px;
    }

}


@media (max-width: 480px) {

    .shifa-service-slider-wrap {
        padding: 0 48px;
    }

    .shifa-service-card {
        min-height: 300px;
    }

}
/*----------------------------------------------------end--------------------------------------------*/