.breadcrumb_wrapper {
    background-color: var(--black-color);
    padding: 100px 0;
}

.service_breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .145)), url('../images/service_breadcrumb.webp');

}

.breadcrumb_menu {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 2rem;
    color: #fff;
}

.breadcrumb_menu a {
    color: #fff;
}

.breadcrumb_menu p {
    color: var(--main-color);
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumb_wrapper__content h2 {
    text-transform: capitalize;
    font-size: 80px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 0, 0, .45);
    color: var(--white-color);
}

.service-info-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.service_box {
    margin-bottom: 24px;
}

.what_img img {
    width: 100%;
}

.what_wrapper__content {
    padding: 5rem;
    height: 100%;
    color: #fff;
    background-color: var(--black-color);
}

.what_wrapper__content b {
    color: var(--main-color);
}

.what_wrapper__content h3 {
    margin-top: 10px;
    font-size: 32px;
}

.what_wrapper__content p,
.what_wrapper__content ul li {
    margin-top: 1rem;
    list-style: disc !important;
}

.what_wrapper__content ul {
    padding-left: 2rem !important;
}

/* service_left__box */
.service_left__box {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #ccc;
}

.service_left {
    position: sticky;
    top: 3rem;
}

.service_left__box h3 {
    font-size: 20px;
    margin-bottom: 2rem !important;
}

.service_left__box ul li a {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white-color);
    padding: 1rem 20px;
    border-radius: 10px;
    transition: .3s ease all;
    color: #666;
}

.service_left__box a i {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    color: #000;
    border-radius: 3px;
}

.service_left__box a:hover {
    background-color: var(--main-color);
    color: #fff;
    padding: 16px 25px;
    transition: .3s ease all;
}

.contact-box {
    margin-top: 2rem;
    position: relative;
}

.contact-box img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}

.contact-box-img {
    position: relative;
}

.contact-box-img::after {
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-box-info {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.contact-box-info .myBtn {
    margin-top: 1rem;
}

.contact-box-info h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}

.service-info h3 {
    font-size: 24px;
}

.service-info p,
.service-info-img {
    margin-top: 1rem;
}

.service-info h3 {
    font-size: 25px;
    margin-top: 1rem;
}

.service-info ul {
    margin-top: 1rem;
    padding-left: 1.2rem !important;
}

.service-info ul li {
    margin-top: 1rem;
    list-style: disc !important;
}

/* services_heading */
.services_heading b {
    color: #fe5b2c;
}

.services_heading h2 {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
    max-width: 730px;
}


.services_wrapper {
    position: relative;
}

.services_wrapper::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: all 300ms linear 0ms;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(315deg, rgb(21 27 0 / 40%) 0%, transparent 35%), linear-gradient(to bottom, rgba(243, 247, 251, 0) 0%, rgba(245, 248, 250, 0) 34%, #f9f9f9 98%, #f9f9f9 100%);
}

.services_box {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: all 300ms linear 0ms;
    background-color: #f8f8f8;
    margin-bottom: 24px;
    height: 93%;
}

.services_box:hover {

    transition: all 300ms linear 0ms;
    background-color: var(--main-color);
}

.services_box__content h3 {
    text-transform: capitalize;
    margin-top: 1rem;
    font-size: 21px;
    font-weight: 600;
    color: var(--black-color);
}

.services_box__content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    margin-top: 10px;
}

.services_box__content ul {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.services_box__content ul li {
    border: 1px solid #111;
    padding: 2px 5px;
    font-size: 15px;
    color: #000;
    border-radius: 3px;
}

.services_box__content ul li:hover {
    background-color: var(--black-color);
    color: #fff;
}

/* faq_wrapper__content */
.faq_wrapper__content h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--black-color);
    /* max-width: 490px; */
    margin-bottom: 2rem !important;
}

.faq-box {
    margin-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1rem;
}

.question h6 {
    font-weight: 600;
    margin-bottom: 12px !important;
    font-size: 18px;
}

.answer p {
    font-size: 15px;
    max-width: 490px;
}

.faq_img__box img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}









/* form_wrapper */
.form_wrapper {
    background-image: url('https://images.pexels.com/photos/8867474/pexels-photo-8867474.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    background-position: center;
}

.form_box {
    background-color: #f5f5f5ed;
    padding: 40px 30px;
    border-radius: 10px;
    backdrop-filter: blur(3px);
}

.form_box h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px !important;
}

.form_box__input {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.input {
    display: flex;
    flex-direction: column;
}

.input label,
.textarea label {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
}

.form_box__input input,
.textarea textarea {
    width: 100%;
    padding-bottom: 10px;
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}

.textarea {
    margin-top: 1rem;
}

.what_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.what_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}








@media(max-width:1440px) {
    .what_wrapper__content {
        padding: 3rem;
    }

    .breadcrumb_wrapper {
        padding: 70px 0;
    }

    .what_wrapper__content h3 {
        font-size: 22px;
    }
}





@media(max-width:992px) {
    .service_left {
        margin-bottom: 1rem;
    }
}


@media(max-width:768px) {
    .breadcrumb_wrapper__content h2 {
        font-size: 25px;
    }

    .breadcrumb_wrapper__content p {
        font-size: 14px;
        margin-top: 6px;
    }

    .breadcrumb_wrapper {
        padding: 30px 0;
    }

    .form_wrapper {
        padding: 75px 0;
    }

    .form_box {
        padding: 25px;
    }

    .form_box h3 {
        font-size: 20px;
        margin-bottom: 2rem !important;
    }

    .breadcrumb_menu {
        margin-top: 10px;
    }

    .services_heading h2,
    .faq_wrapper__content h2 {
        font-size: 22px;
        margin-top: 5px;
    }

    .services_box {
        padding: 20px;
    }

    .services_box__content h3 {
        font-size: 18px;
    }


    .services_box__content p,
    .answer p {
        font-size: 14px;
        margin-top: 5px;
    }

    .services_box__content ul {
        margin-top: 12px;
    }

    .services_box__content ul li {
        font-size: 13px;
    }

    .what_wrapper__content {
        padding: 1.5rem 12px;
    }

    .what_wrapper__content h3 {
        line-height: 1.4;
        margin-top: 3px;
        font-size: 18px;
    }

    .what_wrapper__content p,
    .what_wrapper__content ul li {
        margin-top: 6px;
        font-size: 14px;
        line-height: 25px;
    }

    .service-info p,
    .service-info-img,
    .service-info ul li {
        margin-top: 8px;
        font-size: 14px;
        line-height: 25px;
    }

    .service-info h3 {
        font-size: 20px;
        margin-top: 8px;
    }

    .service_left__box {
        padding: 20px;
    }

    .service_left__box h3 {
        font-size: 18px;
        margin-bottom: 1rem !important;
    }

    .service_left__box ul li a {
        margin-bottom: 8px;
        font-size: 16px;
        padding: 1rem;
    }

    .contact-box img {
        height: 300px;
    }

    .service-info-img img {
        height: auto;
    }
}

@media(max-width:576px) {
    .form_box__input {
        grid-template-columns: repeat(1, 1fr);
    }

    .faq_img__box img {
        height: auto;
    }
}