/*
Theme Name: cooperhills
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 */

.common-details .elementor-widget-container>*:last-child {
    margin-bottom: 0 !important;
}

.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>* {
    margin-bottom: 20px;
}

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

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

.common-details p img {
    margin-bottom: 10px;
}

.common-details blockquote {
    border-left: 5px solid #6C8B16;
    margin: 0;
    padding-left: 20px;
}

*:focus,
*:focus-visible,
*:focus-within {
    outline: none;
}

.f-main * {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

/* Common */

/* Why copper hills section */
.why-copper-icon svg path {
    fill: none !important;
}

.why-copper-icon svg {
    height: 25px !important;
    width: 25px !important;
}

/* Why copper hills section */

@media(max-width:1024px) {
    .h-main .h-navigation-menu * {
        transform: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed !important;
        top: -20px !important;
        bottom: 0 !important;
        left: auto !important;
        right: -100% !important;
        max-width: 100% !important;
        width: 100% !important;
        height: calc(100% + 20px) !important;
        overflow: auto;
        background: #102A43 !important;
        padding: 200px 0px 30px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transform: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
        z-index: 999 !important;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"] {
        right: 0 !important;
        height: calc(100% + 20px) !important;
        margin-top: 0 !important;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu {
        display: block;
    }


    .h-main .elementor-menu-toggle {
        z-index: 99999;
        padding: 0;
        background: transparent;
    }

    html.overflow-hidden {
        overflow: hidden;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu>.menu-item,
    .h-main .sub-menu li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu>.menu-item:not(:last-child),
    .h-main .sub-menu li:not(:last-child) {
        margin-bottom: 15px !important;
    }

    /* .h-main .elementor-nav-menu--dropdown li:not(:last-child){
        border: none !important;
    } */
    .h-main .sub-menu {
        width: 100% !important;
        padding: 0 20px;
    }

    .h-logo {
        z-index: 999999;
    }
}

@media(max-width:525px) {

    .footer-column,
    .platform-structure-item,
    .why-copper-item,
    .process-item {
        max-width: 100% !important;
    }
}