/*!
Theme Name: Achieve Digital
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: achieve-digital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Achieve Digital is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body, .lenis .lenis-scroller, .lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #060318;
    font-size: 1rem;    
}



.navbar_main {
    padding-block: 1rem;
    position: relative;
}
.navbar_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #B5C1DB;
    background: linear-gradient(90deg, rgba(181, 193, 219, 0) 0%, rgba(181, 193, 219, 1) 50%, rgba(181, 193, 219, 0) 100%);
}
.navbar-nav {
	flex-direction: row;
}

.site_branding img {
    width: 100%;
    height: auto;
}
.site_branding {
    flex: 0 0 auto;
    width: 200px;
}
.nav_main > .nav-item > .nav-link {
    color: #747784;
    font-size: 1rem;
    font-weight: 500;
}
.navbar-nav.nav_main {
    column-gap: 2.4rem;
}
.nav_main > .nav-item {
    position: relative;
}
.nav_main > .nav-item:not(:last-child):after {
    content: "";
    position: absolute;
    width: .2rem;
    height: .2rem;
    background-color: #ccc;
    right: -1.2rem;
    top: 50%;
    border-radius: 50%;
}

.nav_main > .nav-item.current_page_item > .nav-link,
.nav_main > .nav-item.current-menu-item > .nav-link {
	color: #101C50;
}
.nav_call {
    font-size: 1rem;
    text-decoration: none;
    color: #1E2C3A;
    font-weight: 600;
}
.nav_tools {
    align-items: center;
    gap: 1.5rem;
}
.banner_btns {
    margin-bottom: 3rem;
}


.btn.btn-primary {
    background-color: #101C50;
    border-color: #101C50;
    border-radius: 3rem;
    padding: .75rem 1.5rem;
    font-weight: 500;
}
.btn.btn-outline-secondary {
    border-color: #C6CBDD;
    border-radius: 3rem;
    padding: .75rem 1.5rem;
    font-weight: 500;
    color: #121d4e;
}
.btn.btn-outline-light {
    border-color: #C6CBDD;
    border-radius: 3rem;
    padding: .75rem 1.5rem;
    font-weight: 500;
    color: #ffffff;
}



.ti_title_texts h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
}







.banner_texts > h3 {
    color: #555457;
    font-size: 3.15rem;
    font-weight: 700;
}
.banner_texts > h2 {
    font-size: 4rem;
    font-weight: 800;
	color: #060318;
}

.ti_item > p {
    font-size: 1rem;
}
.ti_titles {
    border-right: 2px solid #ccc;
    flex: 0 0 auto;
    width: 18%;
}
.ti_slider {
    flex: 0 0 auto;
    width: 82%;
    padding-inline-start: 2rem;
}
.ti_title_texts > h2 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.ti_count {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-block-end: .4rem;
}
.ti_icon {
    margin-block-end: .6rem;
}

.service_grid {
    padding-block: 5rem;
}
.service_grid_card {
    padding: 2rem;
    border: 2px solid #539EFF;
    border-radius: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 17.5rem;
    justify-content: space-between;
}
.grad_b::before,
.grad_b::after {
    content: "";
    position: absolute;    
    left: 50%;
    width: 12rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    margin-left: -6rem;
    transition: transform .4s ease;
}

.grad_b::before {
    top: -2px;
}
.grad_b::after {
    bottom: -2px;
}

.grad_b:hover:before {
    transform: translateX(-3rem);
}
.grad_b:hover:after {
    transform: translateX(3rem);
}

.sg_cont {
    gap: 1rem;
}
.sg_icon {
    flex: 0 0 auto;
    width: 44px;
}
.sg_text {
    flex: 1 1 auto;
}
.sg_link {
    text-decoration: none;
    background-color: #F6F7F8;
    border-radius: 2rem;
    padding: .6rem 1.4rem;
    color: #060318;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
}
.sg_text h4 {
    font-size: 1.6rem;
    font-weight: 700;
}
.sg_text p {
    font-size: 1rem;
}
.row.sg_row {
    column-gap: 1.5rem;
}
.sg_row .col-md-4 {
    width: calc((100% - 3rem) / 3);
}
.sec_heading h2 {
    font-size: 3.8rem;
    font-weight: 700;
}
.sec_heading {
    margin-bottom: 2rem;
}



.get_help_title {
    flex: 0 0 auto;
    width: 32%;
    text-align: right;
    border-right: 2px solid #D4D4D4;
    padding-inline-end: 2rem;
}
.get_help_title > h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
}
.schedule_call {
    gap: 1rem;
    align-items: center;
}
.sc_icon>span {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background: #7869FF;
    background: linear-gradient(rgb(120, 105, 255) 0%, rgb(83, 158, 255) 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 3.4rem;
}

.sc_number {
    font-size: 2rem;
    font-weight: 700;
    color: #060318;
}
.sc_number a {
    text-decoration: none;
    color: inherit;
}
.get_help {
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
.get_help_row {
    margin-top: 4rem;
}
.why_ach_row {
    gap: 2rem;
}
.why_ach_left {
    flex: 0 0 auto;
    width: calc(30% - 1rem);
}
.why_ach_right {
    flex: 0 0 auto;
    width: calc(70% - 1rem);
}
.process_row {
    gap: 2.4rem;
    justify-content: center;
}
.process_card {
    flex: 0 0 auto;
    width: calc(25% - 1.80rem);
    border: 2px solid #539EFF;
    padding: 2rem .8rem;
    border-radius: 1.4rem;
    position: relative;
}
.process_card h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}
.process_arrow {
    position: absolute;
    right: -2.35rem;
    top: 50%;
    margin-top: -.8rem;
    display: inline-block;
}
.process_card:nth-of-type(even) .process_arrow {
    transform: scaleY(-1);
}
.process_card:nth-child(4) .process_arrow {
    display: none;
}
.why_ach_title {
    font-size: 2.4rem;
    font-weight: 700;
}
.why_ach_list li + li {
    margin-top: .8rem;    
}

.process_title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.why_achieve {
    padding: 4rem 0;
}

.industries {
    padding-block: 6rem;
    background: url('assets/images/industries_bg.png') center center / cover no-repeat;
}

.industries_marquee {
  width: 100%;
  overflow: hidden;
}

.industries_list,
.industries_list2 {
  display: flex;
  width: max-content;
  gap: 1.4rem;
}
.industry_pill {
    flex-shrink: 0;
    background-color: #192027;
    padding: 1.5rem 4rem;
    display: inline-block;
    color: #fff;
    border-radius: 4rem;
}





.eng_right {
    padding-inline-start: 2.5rem;
}
.eng_left {
    padding-inline-end: 2.5rem;
}
.engagement {
    padding-block: 8rem;
}

.engagement_img img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}
.eng_list_item h5 {
    font-size: 1.6rem;
    font-weight: 700;
}
.eng_list_item {
    position: relative;
    padding-inline-start: 2rem;
}
.eng_check_icon {
    position: absolute;
    left: 0;
}
.eng_list_item + .eng_list_item {
    margin-block-start: 1.5rem;
}


.cta_box {
    background: url('assets/images/cta_bg.webp') center center / cover no-repeat;
    border-radius: 2.8rem;
    padding: 3rem;
}
.cta_title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.cta_actions .sc_number {
    color: #fff;
}
.cta_texts {
    padding-inline-end: 15rem;
}




.testimonials {
    padding-block-start: 8rem;
}
.testimonials-swiper .swiper-slide {
    height: auto;
}
.testimonial_card {
    border: 2px solid #539EFF;
    border-radius: 1.8rem;
    padding: 2.5rem;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: default;
}
.testimonial_user {
    align-items: center;
    gap: 1rem;
    margin-block-start: auto;
}
.testimonial_text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.quote-icon {
    margin-bottom: 1.5rem;
}
.tes_user_img {
    flex: 0 0 auto;
    width: 56px;
}
.tes_user_img img {
    width: 56px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    height: auto;
}
.tes_user_info h6 {
    font-size: 1.25rem;
    font-weight: 700;
}
.tes_user_info small {
    font-size: 1rem;
    color: #707796;
}



.tech_insights {
    padding-block: 8rem;
}
.row.post_grid_row {
    --bs-gutter-x: 4rem;
}
.post_grid_card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 1.2rem;
    margin-bottom: 1.4rem;
}

.post_date .date {
    font-size: 1.4rem;
    font-weight: 700;
}
.post_date {
    border-left: 3px solid #FEBB0E;
    padding-left: .5rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.post_grid_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #101C50;
}
.post_cta {
    font-weight: 500;
    text-decoration: none;
    color: #101C50;
}




.faqs {
    padding-block-end: 6rem;
}
.acc_faqs .accordion-item + .accordion-item {
    margin-top: 1rem;
}
.acc_faqs .faq_item {
    border: 2px solid #F5F5F5;
    border-radius: .8rem;  
    position: relative;  
}
.faq_item.grad_b {
    border-color: #539EFF;
}
.acc_faqs .accordion-button {
    background-color: transparent;
    font-size: 1.15rem;
    font-weight: 600;
    box-shadow: none;
}
.faq_item .accordion-body p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}



.site_footer {
    background-color: #1C252E;
    padding-block-start: 4rem;
    padding-block-end: 2rem;
}
.footer_primary {
    padding-block-end: 3rem;
}
.privacy_links {
    text-align: right;
}
.footer_copyright {
    border-top: 1px solid #555B69;
    padding-block-start: 1.4rem;
    color: #fff;
}
.con_lst_item {
    color: #fff;
    font-weight: 500;
}
.con_lst_item + .con_lst_item {
    margin-top: 1rem;
}
.con_lst_item a {
    color: inherit;
    text-decoration: none;
}
.brand_footer {
    margin-block-end: 2rem;
}
.contact_list {
    margin-block-end: 3rem;
}
.social_link_item {
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #3D86F5;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem;
    color: #fff;
}
.social_links {
    gap: .5rem;
}

@media screen and (min-width: 640px) {
	.menu_toggle {
		display: none;
	}
}