/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor with custom assets and smooth scrolling.
Author: AshCode Dev
Author URI: https://files.trippinweb.com/wp/argo-link
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-chld
*/

/* Add your global CSS here */

@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');

html {
    scroll-behavior: auto;
}

body {
    overflow-x: hidden;
}

p:nth-last-child(1){
	margin-bottom: 0;
}

body .hr-ann-mobile{
	display: none;
}

body .header-area {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 30px 20px 0;
	transition: 0.3s ease;
}
.header-area.is-sticky {
    padding: 15px 20px 0;
}
.header-area.is-sticky > .e-con-inner{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.header-area > .e-con-inner {
    max-width: 1340px !important;
    padding: 15px 15px 15px 35px !important;
    justify-content: space-between !important;
    background-color: #E0D9D5;
}
.header-area  .hr-col {
    width: fit-content;
}
.header-area .hr-col.hr-ann-col {
    max-width: 250px;
}
.header-area .hr-col.hr-logo-col {
/*     margin-right: 5em; */
}
.header-area .hr-col  .hr-contact-btn.elementor-widget-button .elementor-button {
    min-width: 150px;
}
section.wwd-sec {
    counter-reset: title;
}
.wwd-box .elementor-image-box-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 18px !important;
    padding-left: 46px;
}
.wwd-box .elementor-image-box-title::before {
    position: absolute;
    counter-increment: title;
    content: "0" counter(title);
    left: 0;
    top: -5px;
    font-size: 16px;
    line-height: 1;
    font-family: "Special Gothic Expanded One", sans-serif;
    background-color: var(--e-global-color-primary);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.wwd-box .elementor-widget-text-editor ul {
    padding-left: 15px;
}
.wwd-box .elementor-widget-text-editor ul li {
    margin-bottom: 15px;
}
.custom-acc-trigger {
    cursor: pointer;
}
.wwd-box {
    height: fit-content;
}
.wwd-box .elementor-widget-image-box {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0px !important;
    transition: 0.3s all ease !important;
}
.wwd-box.is-open .elementor-widget-image-box {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #000000 !important;
}
.custom-acc-content {
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    transition: max-height 0.6s ease, opacity 0.6s ease !important;
}
.custom-acc-item.is-open .custom-acc-content {
    max-height: 300px;
    opacity: 1;
}
.wwd-box .elementor-widget-image-box .elementor-image-box-content {
    padding-right: 50px;
}
.wwd-box .elementor-widget-image-box .elementor-image-box-content::before {
    position: absolute;
    content: '+';
    font-size: 40px;
    font-weight: 800;
    height: fit-content;
    color: #000000;
    right: 0;
    top: 20px;
    transition: 0.3s all ease;
}
.wwd-box.is-open .elementor-widget-image-box .elementor-image-box-content::before {
    transform: rotate(45deg);
}
.wwd-box.wwd-cm-box .elementor-image-box-title::before{
    display: none;
}
.wwd-box.wwd-cm-box .elementor-image-box-title{
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}
.wwa-box {
    flex: 0 0 540px !important;
    width: 100%;
    max-width: 100%;
}
.ft-ct-sec h2.elementor-heading-title {
    font-family: "Special Gothic Expanded One", sans-serif !important;
    font-weight: 200 !important;
}