/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


:root {
    --primarygredient: linear-gradient(180deg, #DEB678 0%, #B48754 100%);
    --primary: #0D1E30;
    --secondary: #B48754;
    --text: #0D1E30;
    --light: #F1EEEB;
    --dark: #000;
    --white: #FFF;
    --bodybg:#F6F6F6;
    --font1: "Montserrat", Sans-serif;
}
html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}
body {
    font-family: var(--font1);
    color: var(--text);
    background-color: var(--bodybg);
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
    font-family: var(--font1);
}
::selection {
    color: var(--white);
    background: var(--primary);
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
html a,
html .elementor a {
    text-decoration: none;
    transition: all 0.4s;
    color: inherit;
}
html a:hover {
    color: var(--dark);
}
html h1.entry-title {
    display: none;
}
html p:last-child {
    margin-bottom: 0;
}
*:focus {
    outline: none !important;
}
#main_header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.sticky #main_header {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 14px;
    background-color: var(--primary);
}
#main_header > .e-con-inner .elementor-widget-theme-site-logo,
#main_header > .e-con-inner {
    transition: all 0.5s;
}
.sticky #main_header > .e-con-inner {
    padding-block: 10px;
}
.sticky #main_header > .e-con-inner .elementor-widget-theme-site-logo {
    width: 140px;
}
.icon-reverse .elementor-icon-box-content {
    display: flex;
    flex-direction: column;
}
.icon-reverse .elementor-icon-box-content .elementor-icon-box-description {
    order: -1;
}
#hero_banner .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    transition: all 0.4s;
    border-radius: 30px;
    opacity: 1;
}
#hero_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: var(--secondary);
}
#hero_banner .swiper-pagination {
    width: 1320px;
    margin: 0 auto !important;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    right: 0;
}
.cntr_bx .elementor-counter-number-suffix {
    font-weight: 400;
    color: var(--secondary);
}

div#step_bx .elementor-widget-icon-box {
    counter-increment: step;
    position: relative;
}
div#step_bx {
    counter-reset: step;
}
div#step_bx .elementor-widget-icon-box .elementor-icon {
    position: relative;
}
div#step_bx .elementor-widget-icon-box .elementor-icon:before {
    content: counter(step);
    box-shadow: 0px 4px 4px 0px #0000000D;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: -9px;
    color: var(--white);
}
div#step_bx > .elementor-widget-icon-box:after {
    content: "";
    border: 1px dashed #0D1E3066;
    position: absolute;
    left: 50%;
    right: -50%;
    top: 0;
    z-index: -1;
    margin: 54px 18px 0 78px;
    display: block;
}
div#step_bx.bdfye > .elementor-widget-icon-box:after {
    margin-inline: 90px 30px;
    margin-top: 51px;
}
div#step_bx .elementor-widget-icon-box:last-child::after{
    display: none;
}
#icnbx_grdnt .elementor-icon-box-wrapper .elementor-icon {
    background: linear-gradient(180deg, #DEB678 0%, #B48754 100%);
}
#git_form .e-form__buttons .elementor-button {
    background: linear-gradient(180deg, #DEB678 0%, #B48754 100%);
    margin-top: 10px;
}
#git_form .e-form__buttons {
    margin-bottom: 0;
}
#git_form  .elementor-form-fields-wrapper {
    margin-bottom: 0;
}
.elementor-button:hover {
    filter: brightness(1) invert(0) saturate(2) sepia(0) grayscale(30) contrast(1);
    color: #FFF !important;
}
div#cta_sec:after {
    content: "";
    background: #F1EEEB;
    height: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#hero_banner .e-n-carousel.swiper {
    padding: 0;
}


@media (max-width:1024px){
    .sticky #main_header > .e-con-inner .elementor-widget-theme-site-logo {
        width: 120px;
    }
    div#step_bx .elementor-widget-icon-box .elementor-icon:before {
        height: 22px;
        width: 22px;
        font-size: 12px;
        left: -8px;
    }
    div#step_bx > .elementor-widget-icon-box:after {
        margin: 29px 25px 0 40px;
    }
    #hero_banner .swiper-pagination {
        left: 25px;
        width: auto;
    }
}

@media (max-width:767px){
    .sticky #main_header > .e-con-inner .elementor-widget-theme-site-logo {
        width: 100px;
    }
    div#step_bx > .elementor-widget-icon-box:after{
        display: none;
    }
    #mb_icn_lst .elementor-icon-box-wrapper {
        align-items: center !important;
    }
    div#step_bx .elementor-icon-box-wrapper {
        align-items: center !important;
    }
    #hero_banner .swiper-pagination {
        position: relative;
        z-index: 2;
        justify-content: center;
        inset: 0;
        margin: -30px 0 0 !important;
        transform: none;
    }
    #hero_banner .swiper-pagination .swiper-pagination-bullet {
        background: #c1c1c1;
    }
    .sticky #main_header > .e-con-inner {
        padding-block: 8px;
    }
}