@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans';
    src: url('../font/WorkSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans Bold';
    src: url('../font/WorkSans-Bold.ttf') format('truetype');
}

p,
a,
ul,
li,
span,
button {
    font-family: 'Lato', sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'WorkSans', sans-serif !important;
}

body {
    overflow-x: hidden;
}

.font_bold2 {
    font-family: 'WorkSans Bold'!important;
    font-weight: bold;
}

.nav_container {
    max-width: 90em;
}

.container {
    max-width: 70em !important;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_align_center {
    display: flex;
    align-items: center;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}

.line_height_18 {
    line-height: 1.8 !important;
}

.line_height_16 {
    line-height: 1.6 !important;
}

.line_height_14 {
    line-height: 1.4 !important;
}


.line_height_12 {
    line-height: 1.2 !important;
}

.logo {
    height: 47px;
}

.hero_logo img {
    height: 60px;
}

.font_light {
    font-weight: 300;
}

.common_btn {
    border: 3px solid #000;
    color: #000;
    background-color: #0000;
    margin-bottom: 1.5rem;
    padding: .695rem .982rem;
    font-family: WorkSans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    transition: background-color .3s;
    display: block;
    width: max-content;
    cursor: pointer;
}

.common_btn2 {
    border: 3px solid #A0B496;
    color: #A0B496;
    background-color: transparent;
    margin-bottom: 1.5rem;
    padding: .695rem .982rem;
    font-family: WorkSans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    transition: background-color .3s;
    display: block;
    width: max-content;
    cursor: pointer;
}

.bg_deliver {
    background-color: #f7f6f0;
}

.common_btn:hover {
    background-color: #1d263029;
}

.common_btn2:hover {
    background-color: rgba(160, 180, 150, 0.5);
}

.data--label {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    position: absolute;
    top: 97%;
    right: 0;
}

.data {
    text-align: right;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: block;
    position: relative;
    border-bottom: 3px solid #000;
}

.data--main {
    color: #1d2630;
    letter-spacing: -.05em;
    font-family: "WorkSans Bold", sans-serif;
    font-size: 4.765em;
    font-weight: 700;
    line-height: .8em;
    display: inline-block;
    position: relative;
}

.data--index {
    letter-spacing: .03em;
    font-size: .5em;
    line-height: 1em;
    position: relative;
    font-family: "WorkSans Bold", sans-serif !important;

}

.data--index span {
    font-family: "WorkSans Bold", sans-serif !important;
}

.data--index.superscript {
    display: inline-block;
    transform: translateY(-60%);
}

.s_line {
    border-bottom: 3px solid #1d2630;
    padding-bottom: 3rem;
}

.insights_item {
    background: linear-gradient(to top, #421f0c 0%, rgba(62, 27, 11, 0) 100%);
}

.insights_card {
    background-size: cover;
    background-position: center;
}


.contact_bg {
    background-image: url(../images/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_bg {
    background-color: #1d2630;
}

.contact_content_bg {
    background-color: rgba(255, 255, 255, 0.75);
}

.article-card {
    border: 1px solid #e5e5e5;
}

.common_btn:active {
    transform: scale(0.97);
}

.data_bg {
    opacity: .6;
    background-color: #030821;
}

.index_about_bg {
    background-color: rgb(243, 244, 246);
}

.bg_third {
    background-image: radial-gradient(ellipse at top, rgba(65, 105, 225, 0.15) 0%, rgba(135, 206, 250, 0.15) 100%) !important;
    background-color: #A0B496 !important;
}

.text_third {
    color: #48CAE4;
    line-height: 1.3 !important;
}

.index_about_card {
    filter: drop-shadow(0 0 9px rgba(91, 50, 245, 0.1));
    height: min-content;
}

.detail_img_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.detail_content_box {
    position: relative;
}

.detail_img_box_reverse {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.error {
    color: red;
}

.ellipsis_2_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_3_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.min_w_300 {
    min-width: 300px;
}

.hero-section {
    margin-top: 71px;
}

.value_color {
    color: #f7f6fb;
}

.text_icon {
    font-size: 1.1rem;

}

.social_icon {
    transition: 400ms;
}

.social_icon:hover {
    transform: translateY(-5px);
}

.text_medium {
    font-size: 2.5rem;
}

.text_uppercase {
    text-transform: uppercase;
}

.max_width {
    width: max-content;
}

.service_card {
    transition: 400ms;
    cursor: pointer;
}

.service_card:hover {
    transform: scale(1.025);
}

.bg_testimonial {
    background-color: #1d2630;
}

.testimonial_border {
    border-left: 3px solid #A0B496;
}

.quote {
    border-left: 1px #000;
    margin-bottom: 2rem;
    font-style: italic;
    line-height: 1.6em!important;
    color: #fff;
    font-weight: bold;
}

.border-b-3 {
    border-bottom-width: 3px;
}

.border-l-3 {
    border-left-width: 3px;
}

.border-t-3 {
    border-top-width: 3px;
}

.outline_none {
    outline: none;
}

.service_card h3 {
    font-family: 'WorkSans Bold' !important;
}

.feature--label {
    border-bottom: 3px solid #000;
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
}

.label.label--ft {
    margin-bottom: 0;
    line-height: 1.75em;
    font-weight: 600;
    letter-spacing: 1px;
}

.label {
    background-color: #f2f0e8;
    margin-bottom: 1.5rem;
    padding: .25rem .5rem;
    font-family: WorkSans, sans-serif;
    display: inline-block;
}

.feature--label-arrow-start {
    background-color: #000;
    border-radius: 50%;
    width: .55rem;
    height: .555rem;
    position: absolute;
    bottom: -.35rem;
    left: 0;
}

.arrow-head--feature {
    position: absolute;
    bottom: -.95rem;
    right: -.3rem;
}

.arrow-head--mask {
    width: .8rem;
    height: 1.425rem;
    overflow: hidden;
}

.arrow-head {
    background-color: #000;
    width: .8rem;
    height: .8rem;
    transform: rotate(45deg) translate(-2px, 6px);
}

.menu-button-3 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-button-line {
    width: 24px;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
    transition: all 0.3s ease;
    transform-origin: center;
}

.menu-button-3.w--open .top {
    transform: translateY(8px) rotate(225deg);
}

.menu-button-3.w--open .middle {
    opacity: 0;
}

.menu-button-3.w--open .last {
    transform: translateY(-6px) rotate(315deg);
}

#mobileMenu {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}

#mobileMenu.active {
    max-height: 100vh;
}


#mobileMenu a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #333;
    transition: color 0.3s ease;
    display: block;
    border-top: 2px solid #1d2630;
}

.has-submenu {
    position: relative;

}

.submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
    transition: color 0.3s ease;
    border-top: 2px solid #1d2630;
}

.submenu-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transition: transform 0.3s ease;
}

.has-submenu.active .submenu-arrow {
    transform: rotate(180deg);
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #1d2630;
}

.submenu a {
    color: #fff !important;
    font-size: 1rem !important;
}

.submenu.active {
    max-height: 800px;
}

.mobile_menu_border {
    border-bottom: 2px solid #1d2630;
}

#mobileMenu a:hover {
    color: #007bff;
}

.nav_menu .nav_menu_a {
    border-top: 5px solid #A0B496;
    border-bottom: 3px solid #A0B496;
}

.nav_menu .nav_menu_a:hover {
    border-bottom: 3px solid #000;
}

@media (min-width: 768px) {
    .menu-button-3 {
        display: none;
    }

    #mobileMenu {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero_logo {
        display: none;
    }
    .feature--label {
    border-left: 3px solid #000;
    border-bottom-style: none;
    width: 4px;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.label.label--ft {
    min-width: 11rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.feature--label-arrow-start {
    top: 0;
    bottom: auto;
    left: -.35rem;
}

.arrow-head--feature {
    right: -.1rem;
    transform: rotate(90deg);
}
}


.hero-section {
    margin-top: 71px;
}

.phone_banner {
    height: 220px !important;
}

.detail_img_box_reverse {
    position: unset;
}

.detail_img_box {
    position: unset;
}

.contact_img {
    display: none;
}



.services-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 50;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
}

.services-submenu.active {
    opacity: 1;
}

.nav-container {
    position: relative;
}

.submenu-content {
    padding: 6px 8px;
}

.drop_card path {
    transition: 400ms;
}

.drop_card:hover path {
    fill: #A0B496;
}

.submenu_detail {
    transition: 400ms;
}

.submenu_detail:hover {
    background-color: #262f38;
}