/*
Theme Name: maybach-oil-gas
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)
*/

.overflow-hidden {
    overflow: hidden !important;
}

html {
    scroll-behavior: smooth;
}

/* ==================== Common Style Start ==================== */
:focus,
:focus-visible,
:focus-within {
    outline: none !important;
}

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

.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;
}

.common-details strong,
.common-details b {
    color: #000000 !important;
}

.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 Style End ==================== */

/* Header Start */
.header-menu nav ul li a {
    padding: 15px 29px !important;
    border-radius: 100px;
}

.header-contact-block .elementor-icon-box-content .elementor-icon-box-description a {
    color: #231F20 !important;
    transition: all 0.4s ease-in-out;
}

.header-contact-block .elementor-icon-box-content .elementor-icon-box-description a:hover {
    color: #AD9162 !important;
}

.header-contact-block .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0px !important;
}

.h-main {
    transition: all .5s ease;
}

.h-main.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);

    animation: headerReveal .7s cubic-bezier(.22, 1, .36, 1);
}

@keyframes headerReveal {
    from {
        opacity: 0;
        transform: translateY(-80px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-menu nav ul li * {
    transition: all 0.4s ease-in-out;
}

.header-menu nav ul .current-menu-item a,
.header-menu nav ul li a:hover {
    background: #AD9162 !important;
    color: #FFFFFF !important;
}

.cmn-heading-title .elementor-heading-title span {
    display: block;
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 110% !important;
}

.cmn-black-button .elementor-button,
.cmn-white-button .elementor-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

/* Hover white overlay */
.cmn-black-button .elementor-button:before,
.cmn-white-button .elementor-button::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.45s ease;
    z-index: -1;
}

.cmn-white-button .elementor-button::before {
    background: #231F20 !important;
}

.cmn-black-button .elementor-button:hover:before,
.cmn-white-button .elementor-button:hover:before {
    left: 0;
}

/* Text */
.cmn-black-button .elementor-button-text,
.cmn-white-button .elementor-button-text {
    position: relative;
    z-index: 2;
    transition: color .4s ease;
}

/* Icon Circle */
.cmn-black-button .elementor-button-icon,
.cmn-white-button .elementor-button-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #B89A63;
    /*GoldColor*/
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    transition: all .4s ease;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cmn-button-arrow-black-circle .elementor-button-icon {
    background: #000000 !important;
}

.cmn-button-arrow-circle .elementor-button-icon svg path {
    stroke: #FFFFFF !important;
}

.cmn-black-button .elementor-button-content-wrapper,
.cmn-white-button .elementor-button-content-wrapper {
    align-items: center !important;
}

/* SVG */
.cmn-black-button .elementor-button-icon svg path,
.cmn-white-button .elementor-button-icon svg path {
    stroke: #fff;
    transition: all .4s ease;
}

/* Hover */
.cmn-black-button .elementor-button:hover,
.cmn-black-button .elementor-button:hover .elementor-button-text {
    color: #231F20;
}

.cmn-white-button .elementor-button:hover,
.cmn-white-button .elementor-button:hover .elementor-button-text {
    color: #FFFFFF !important;
}


/* Circle becomes black */
.cmn-black-button .elementor-button:hover .elementor-button-icon {
    background: #231F20;
}

.cmn-white-button .elementor-button:hover .elementor-button-icon {
    background: #FFFFFF;
}

.cmn-black-button .elementor-button:hover .elementor-button-icon svg path {
    stroke: #fff;
}

.cmn-white-button .elementor-button:hover .elementor-button-icon svg path {
    stroke: #231F20;
}

.cmn-fill-icon svg path {
    fill: none !important;
}

.product-img-carousle-main .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Footer Start */

.footer-title-line {
    position: relative;
}

.footer-title-line::after {
    content: '';
    position: absolute;
    background-color: #AD9162;
    width: 4px;
    height: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
}

.footer-social-icon .elementor-social-icons-wrapper .elementor-grid-item a {
    border: 1px solid #FFFFFF !important;
}

.footer-social-icon .elementor-social-icons-wrapper .elementor-grid-item * {
    transition: all 0.3s ease-in-out;
}

.footer-social-icon .elementor-social-icons-wrapper .elementor-grid-item a:hover {
    background-color: transparent !important;
}

.footer-social-icon .elementor-social-icons-wrapper .elementor-grid-item a:hover svg path {
    stroke: #FFFFFF !important;
}

.footer-menu nav ul li a {
    transition: all 0.3s ease-in-out;
}

/* Footer End */

.article-img {
    position: relative;
}

.article-img::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.36%, rgba(0, 0, 0, 0.8) 78.75%);
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 0px 30px 30px;
    -ms-border-radius: 0px 0px 30px 30px;
    -o-border-radius: 0px 0px 30px 30px;
}

.article-img::before {
    content: '' !important;
    position: absolute !important;
    backdrop-filter: blur(5px) !important;
    width: 100% !important;
    height: 275px !important;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    border-radius: 0px 0px 30px 30px !important;
    z-index: 1;
    -webkit-border-radius: 0px 0px 30px 30px !important;
    -moz-border-radius: 0px 0px 30px 30px !important;
    -ms-border-radius: 0px 0px 30px 30px !important;
    -o-border-radius: 0px 0px 30px 30px !important;
}



.mobile-button-size .elementor-button-content-wrapper .elementor-button-icon {
    flex-shrink: 0;
}

/* About Us Start */

#cmn-banner-main {
    position: relative;
}

#cmn-banner-main::after {
    content: '';
    position: absolute;
    background: rgba(35, 31, 32, 0.7);
    backdrop-filter: blur(2.5px);
    width: 100%;
    height: 100%;
    inset: 0;
}

.breadcrumb-block ul li a span {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -ms-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
}

.social-media-icon-block .elementor-social-icons-wrapper a svg path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.breadcrumb-block ul li a:hover span {
    color: #231F20 !important;
}

.social-media-icon-block .elementor-social-icons-wrapper .elementor-icon {
    border: 1px solid rgba(35, 31, 32, 0.42);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social-media-icon-block .elementor-social-icons-wrapper .elementor-icon:hover {
    border-color: transparent;
    background: #AD9162 !important;
}

.social-media-icon-block .elementor-social-icons-wrapper .elementor-icon:hover svg path {
    fill: #FFFFFF !important;
    fill-opacity: 1 !important;
}

.post-content-block h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'manrope';
}

.post-content-block ul li,
.post-content-block p {
    color: #4B5563 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'manrope';
}

.post-content-block p {
    line-height: 150% !important;
}

.common-iconbox-title .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0px !important;
}

/* About Us End */

#scroll-top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all .55s cubic-bezier(.22, 1, .36, 1);
}

/* Glass shine effect */
#scroll-top-btn::before {
    content: '';
    position: absolute;
    top: -120%;
    left: -120%;
    width: 120%;
    height: 120%;
    background: linear-gradient(135deg,
            transparent 0%,
            rgba(255, 255, 255, .35) 50%,
            transparent 100%);
    transition: all .8s ease;
}

/* SVG */
#scroll-top-btn svg {
    width: 10px;
    height: 16px;
    position: relative;
    z-index: 2;

    transition: all .5s cubic-bezier(.22, 1, .36, 1);
}

#scroll-top-btn svg path {
    stroke: #fff;
    transition: all .5s ease;
}

/* Hover */
#scroll-top-btn:hover {
    background: #fff;

    transform: translateY(-8px);

    box-shadow:
        0 20px 40px rgba(0, 0, 0, .12),
        0 8px 20px rgba(173, 145, 98, .18);
}

/* Shine move */
#scroll-top-btn:hover::before {
    top: 120%;
    left: 120%;
}

/* Arrow move */
#scroll-top-btn:hover svg {
    transform: translateY(0px) scale(1.15);
    -webkit-transform: translateY(0px) scale(1.15);
    -moz-transform: translateY(0px) scale(1.15);
    -ms-transform: translateY(0px) scale(1.15);
    -o-transform: translateY(0px) scale(1.15);
}

/* Arrow black */
#scroll-top-btn:hover svg path {
    stroke: #000;
}

/* Click */
#scroll-top-btn:active {
    transform: translateY(-3px) scale(.95);
}

.contact-form .elementor-form:has(.elementor-message) .elementor-field-group.elementor-column:not(:last-child) {
    margin-bottom: 40px !important;
}

.elementor-message.elementor-message-danger {
    position: absolute !important;
    left: 20px;
    margin: 0;
    bottom: -30px;
    font-size: 14px !important;
}

.contact-form .elementor-form span.elementor-message {
    position: absolute !important;
    top: auto !important;
    text-align: center !important;
}

/* ==================== Responsive Style Start ==================== */
@media (min-width: 1201px) and (max-width: 1720px) {
    .header-menu nav ul li a {
        padding: 6px 12px !important;
    }

    #get-in-touch {
        max-width: fit-content !important;
    }

    #header-logo {
        max-width: 150px !important;
    }

    #get-in-touch .elementor-button {
        padding: 20px 16px !important;
    }

    #header-contact {
        max-width: 190px !important;
    }

    #header-contact .elementor-icon-box-content .elementor-icon-box-description a {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .header-btn a {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1366px) {
    #header-logo {
        max-width: 130px !important;
    }

    .header-btn a {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    #get-in-touch .elementor-button {
        padding: 18px 12px !important;
    }

    #header-contact .elementor-icon-box-wrapper .elementor-icon {
        font-size: 20px;
        padding: 10px;
    }

    #header-container {
        gap: 5px !important;
    }
}

@media (max-width: 1200px) {

    .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;
    }

    .cmn-heading-title .elementor-heading-title span {
        font-size: 32px !important;
    }

    .h-main .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        padding: 110px 0 30px !important;
        background: #fff !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        margin-top: 0 !important;
        transform: translateX(100%) !important;
        transform-origin: center !important;
        transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1) !important;
        z-index: 9998 !important;   
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .elementor-nav-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
        max-height: 100vh !important;
        transform: translateX(100%) !important;
    }

    .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
        transform: translateX(0) !important;
    }

    .h-main .elementor-menu-toggle {
        position: relative;
        z-index: 99999 !important;
    }

    .h-main .header-menu nav ul li a {
        background: transparent !important;
        padding: 0 !important;
    }

    .h-main .header-menu nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
    }

    .h-main .header-menu nav ul li a:hover,
    .h-main .header-menu nav ul .current-menu-item a {
        color: #AD9162 !important;
    }

}

@media (max-width: 1024px) {

    .cmn-black-button .elementor-button-icon,
    .cmn-white-button .elementor-button-icon {
        width: 36px;
        height: 36px;
    }

    .article-img::before {
        height: 200px !important;
    }
}

@media (min-width: 881px) and (max-width: 1024px) {
    .cmn-heading-title .elementor-heading-title span {
        font-size: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 880px) {
    .cmn-heading-title .elementor-heading-title span {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    .cmn-heading-title .elementor-heading-title span {
        font-size: 24px !important;
    }

    .banner-overlay {
        position: relative;
    }

    .banner-overlay::after {
        content: '';
        position: absolute;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.50) 40%, rgba(255, 255, 255, 1) 100%);
        width: 100%;
        height: 100%;
        inset: 0;
    }

    .footer-menu nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column !important;
    }

    .footer-title-line::after {
        width: 100%;
        height: 4px;
        top: auto !important;
        left: 0 !important;
        bottom: -6px !important;
    }

    .article-img::before {
        height: 230px !important;
    }

    #header-logo {
        flex-shrink: 0 !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;
    }

    .common-width-100,
    .get-touch-item,
    .cmn-img-width img {
        width: 100% !important;
    }

    .common-grid-block {
        display: flex !important;
        flex-direction: column !important;
    }

    .get-touch-item {
        align-items: center;
        justify-content: center;
    }

    .header-contact-block {
        display: none !important;
    }

    .header-call-icon {
        display: flex !important;
    }
}

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