/*==

Theme Name: Cras-Child
Theme URI: http://3jon.com/demo/nwp/item/cras
Author: 3jon
Author URI: https://themeforest.net/user/3jon
Template: cras
Description: Child theme for Cras.
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: four-columns, right-sidebar, left-sidebar, custom-background, featured-images, theme-options, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: cras-child

==*/

/* =Theme customization starts here
------------------------------------------------------- */

@media screen and (max-width: 1199px) {
    .ak-site_header.ak-style1 .ak-main_header_in {
        height: 100px !important;
    }

    .ak-site_header.ak-style1 .ak-main-header-right {
        margin-left: 10%;
    }
}

.ak-slider.ak-hero.hero-slider__secondary .hero-slider-info {
    max-width: 650px;
    margin-top: 4%;
}

.ak-heartbeat-btn {
    cursor: default !important;
}

.ak-section-content {
    max-width: 960px;
    margin-inline: auto;
}

.footer-logo img,
a.navbar-brand.logo img {
    max-width: 172px !important;
}

.textwidget p {
    margin-block-end: 15px;
    font-size: 16px;
}

.choose-us-container-extents .choose-us-contain {
    justify-content: flex-start;
    gap: 130px;
}

@media screen and (max-width: 991px) {
    .choose-us-container-extents .choose-us-contain {
        flex-wrap: wrap;
        gap: 50px;
    }
}

/* Services */

.service-card .card-img {
    aspect-ratio: 4/3;
}

.service-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
    max-height: 100% !important;
}

.services .service-progress-card-position-changes {
    position: static;
    margin-top: 125px;
}

.service-progress-card.has-image .service-wrap {
    background-color: var(--black-color);
    border: 1px solid rgba(88, 30, 22, 0.6);
    height: 100%;
}

.service-progress-card.has-image .service-wrap:hover .service-image img {
    transform: scale(1.05);
}

.service-progress-card.has-image .service-image {
    height: 230px;
    overflow: hidden;
}

.service-progress-card.has-image .service-item {
    border: 0 none !important;
    height: auto;
    justify-content: flex-start;
}

.service-progress-card.has-image .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
    max-height: 100% !important;
    transition: transform 0.2s ease-in-out;
}

.service-progress-card .service-item .service-info .title {
    text-transform: uppercase;
    hyphens: auto;
}
.service-progress-card:not(.has-image) .service-item:hover {
    transform: translateY(-5px);
}
.service-progress-card:not(.has-image) .service-item {
    transition: transform 0.2s ease-in-out;
}

.service-progress-card .service-item .heartbeat-icon {
    height: 100px;
}

@media screen and (max-width: 991px) {
    .services .service-progress-card-position-changes {
        margin-top: 80px;
    }
}

/* Further Services */

.further-services .sidebar {
    margin-left: 0;
}
.further-services .service {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.further-services .row > * {
    margin-top: 0;
    margin-bottom: 0;
}
.further-services .services-content {
    max-width: 100%;
    width: 100%;
}
.further-services .services-content.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
}

/* Footer */

.footer.style-1 .footer-content .footer-info .phone {
    font-size: 46px !important;
}

.footer.style-1 .footer-content .footer-info .textwidget p {
    margin-block-end: 0;
}

.footer.style-1 .footer-content .footer-info p.desp {
    margin-block-end: 15px;
}

@media screen and (max-width: 767px) {
    .footer.style-1 .footer-content .footer-info .phone {
        font-size: 32px !important;
    }
}
