/*
Theme Name: The Turnaround Lab
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* ==================== Common Style Start ==================== */
.common-details>*:last-child {
    margin-bottom: 0 !important;
}

.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
    margin-bottom: 20px;
    margin-top: 0;
}

.common-details ul,
.common-details ol {
    margin-bottom: 20px;
}

.common-details ul li:not(:last-child),
.common-details ol li:not(:last-child) {
    margin-bottom: 15px;
}

.elementor-icon-wrapper {
    display: flex;
}

.h-main .hfe-nav-menu__layout-horizontal {
    width: auto !important;
}

/* ==================== Common Style End ==================== */

/* ==================== Typography Start ==================== */
.common-details h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
}

.common-details h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}

.common-details h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
}

.common-details h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
}

.common-details h5 {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
}

.common-details h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 145.455%;
}

.common-details .alignnone,
.common-details .alignleft,
.common-details .alignright,
.common-details .aligncenter {
    height: 380px !important;
    object-fit: cover !important;
}

.common-details .alignnone {
    float: none;
    margin: 20px;
}

.common-details .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.common-details .alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.common-details .aligncenter {
    float: none;
    display: block;
    margin: 20px auto;
}

.common-details blockquote {
    padding-left: 30px;
    border-left: 5px solid #000000;
    margin-bottom: 20px;
}

.common-details blockquote * {
    font-size: 150%;
    line-height: 180%;
}

.common-details.cmn-a-style a {
    text-decoration: underline !important;
}

/* ==================== Typography End ==================== */

.banner-hover-detail * {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.banner-hover-detail .elementor-heading-title {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.banner-hover-detail:hover .elementor-heading-title {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/* ==================== Responsive Style Start ==================== */
@media (max-width: 1366px) {
    .common-details h1 {
        font-size: 42px;
    }

    .common-details h2 {
        font-size: 38px;
    }

    .common-details h3 {
        font-size: 28px;
    }

    .common-details h4 {
        font-size: 26px;
    }

    .common-details h5 {
        font-size: 24px;
    }

    .common-details h6 {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .common-details h1 {
        font-size: 42px;
    }

    .common-details h2 {
        font-size: 36px;
    }

    .common-details h1,
    .common-details h2,
    .common-details h3,
    .common-details h4,
    .common-details h5,
    .common-details h6,
    .common-details ul,
    .common-details ol {
        margin-bottom: 15px;
    }

    .common-details ul li,
    .common-details ol li {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .common-details h1 {
        font-size: 40px;
    }

    .common-details h2 {
        font-size: 34px;
    }

    .common-details h3 {
        font-size: 26px;
    }

    .common-details h4 {
        font-size: 24px;
    }

    .common-details h5 {
        font-size: 22px;
    }

    .common-details h6 {
        font-size: 20px;
    }
}

@media (max-width: 880px) {
    .common-details h1 {
        font-size: 36px;
    }

    .common-details h2 {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    .common-details h1 {
        font-size: 32px;
    }

    .common-details h2 {
        font-size: 26px;
    }

    .common-details h3 {
        font-size: 24px;
    }

    .hfe-nav-menu__layout-horizontal {
        position: fixed !important;
        top: 0 !important;
        max-width: 100%;
        width: 100% !important;
        left: auto !important;
        bottom: 0 !important;
        height: 100% !important;
        overflow: auto;
        background: #FFFFF0 !important;
        padding: 200px 0px 30px;
        right: -100%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .hfe-nav-menu__layout-horizontal.menu-is-active {
        right: 0;
        height: auto !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        display: block;
    }


    .hfe-nav-menu__toggle {
        z-index: 999999;
    }

    .hfe-nav-menu-icon {
        padding: 0;
    }

    .h-main .hfe-nav-menu .menu-item {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .h-main .hfe-nav-menu .menu-item:not(:last-child) {
        margin-bottom: 20px !important;
    }

    .h-main .hfe-nav-menu .menu-item a {
        padding-top: 00px !important;
        padding-bottom: 00px !important;
    }
}

@media (max-width: 575px) {

    .common-details .alignnone,
    .common-details .alignleft,
    .common-details .alignright,
    .common-details .aligncenter {
        float: none !important;
        display: block !important;
        margin: 20px auto !important;
        height: 320px !important;
    }
}

/* ==================== Responsive Style End ==================== */