/*!
Theme Name: WGT CRM Landing
Theme URI: http://webgentechnologies.com
Author: Underscores.me
Author URI: http://webgentechnologies.com
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: wgt-crm-landing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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


body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #1E2C3A;
    font-size: 1.25rem;
}
.btn.btn-gradient {
    background: #6B6CF7;
    background: linear-gradient(to right, rgba(107, 108, 247, 1) 0%, rgba(89, 193, 243, 1) 100%);
    border: 0;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 2.6rem;
    font-weight: 500;
}
.btn.btn-glass {
    background: rgb(255 255 255 / 30%);
    border: 1px solid rgb(255 255 255 / 50%);
    color: #1E2C3A;
    padding: 1rem 3rem;
    border-radius: 2.6rem;
    font-weight: 500;
}
.sec_title {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.15;
}
.sec_title > span {
    color: #229EFF;
}




.site_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    margin-block-start: 3rem;
}
.site_branding,
.nav_btns {
    flex: 0 0 auto;
    width: 25%;
}
.main-navigation {
    flex: 1 1 auto;
}
.main-navigation {
    background-color: rgb(255 255 255 / 34%);
    border: 1px solid rgb(255 255 255 / 46%);
    padding: .6rem;
    border-radius: 4rem;
    position: relative;
}
.nav-bg {
    position: absolute;
    top: .6rem;
    bottom: .6rem;
    background-color: #ebebeb;
    border-radius: 2rem;
}
.main-navigation > .nav > .nav-link {
    text-align: center;
    color: #1E2C3A;
    flex: 1 1;
    position: relative;
    z-index: 1;
}
.hero {
    min-height: 100vh;
    padding-block-start: 12rem;
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(164, 211, 252, 1) 0%, rgba(213, 213, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
    z-index: -1;
}
.happy_user {
    margin-bottom: 1.4rem;
}
.happy_user_images > img {
    width: 42px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
}
.happy_user_images > img + img {
    margin-left: -1rem;
}
.hero_heading {
    font-size: 5rem;
    font-weight: 600;
}
.hero_heading .char {
  display: inline-block;
  white-space: pre;
}
.hero_text {
    font-size: 1.25rem;
}
.dashArrayLeft,
.dashArrayRight {
    position: absolute;
    top: 0;
}
.dashArrayLeft {
    left: 0;
}
.dashArrayRight {
    Right: 0;
}


.borderArrowLeft,
.borderArrowRight {
    position: absolute;
    bottom: 100%;
}
.borderArrowLeft {    
    left: -8rem;
}

.borderArrowRight {
    right: -8rem;
}

.hero_cont {
    margin-bottom: 4rem;
}
.happy_user_text > p {
    font-size: 1rem;
}



.about {
    position: relative;
    margin-block-start: 6rem;
    padding-block-start: 8rem;
}
.about_bg svg {
    width: 100%;
    display: block;
}
.about_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}
.features {
    gap: 2rem;
    margin-bottom: 3rem;
}
.feature_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: .5rem;
}
.feature_icon {
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    box-shadow: 6px 7px 20px rgb(43 63 78 / 14%);
    border-radius: 50%;
    text-align: center;
    line-height: 4rem;
}
.feature_label {
    font-size: .9rem;
    color: #69737E;
}



.solutions {
    padding-block-start: 8rem;
    position: relative;
}
.solutions:before {
    content: "";
    position: absolute;
    right: 0;
    top: -8rem;
    width: 1069px;
    height: 1145px;
    background: url("assets/images/bg_01.webp");
    z-index: -1;
    pointer-events: none;
}
.c_problems {
    padding: 3rem;
    background-color: #F0F4F8;
    border-radius: 2rem;
    position: relative;
}
.c_problems > h4 {
    font-weight: 800;
}
.our_solution {
    background-color: rgb(255 255 255 / 50%);
    border: 1px solid #fff;
    border-radius: 2rem;
    padding: 3rem;
}
.sol_right .sec_title {
    margin-block-start: 4rem;
    margin-block-end: 8rem;
}
.sol_list li, .c_problems_list li {
    font-weight: 600;
    font-size: 1.25rem;
}
.sol_list li + li,
.c_problems_list li + li {
    margin-top: .6rem;
} 

.p_to_s {
    position: absolute;
    left: 100%;
}


.services {
    padding: 8rem 0;
}
.card.serv_card {
    padding: 3.2rem;
    border-color: #ECEEEF;
    border-radius: 2.4rem;
    width: calc((100% - 6rem) / 3);
}
.serv_card h4 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-block-end: 1rem;
    margin-block-start: 4rem;
}
.row.serv_card_row {
    gap: 3rem;
    margin: 0;
}



.extended_modules {
    background: url('assets/images/modules_bg.webp') center center / cover no-repeat;
    padding: 6rem 0;
} 

.ms_item {
    border-radius: 2rem;
    background-color: #F5F5F5;
    padding: 1.4rem;
    overflow: hidden;
}

.modules_slider .swiper-pagination {
    position: static;
    background-color: #FCFCFC;
    width: 5rem;
    margin-inline: auto;
    border-radius: 2rem;
    border: 1px solid #E8E8E8;
    font-size: 1rem;
    line-height: 1.8;
    margin-block-start: 1rem;
}
.ms_item img {
    border-radius: 1rem;
    width: 100%;
    aspect-ratio: 9 / 6;
    transform: translate(46px, 32px);
    transition: transform .3s ease;
}
.ms_item:hover img {
    transform: translate(26px, 16px);
}

.ms_item h4 {
    font-size: 1.5rem;
    font-weight: 700;
}
.ms_item p {
    font-size: 1rem;
}



.reports {
    padding: 6rem 0;
    position: relative;
}

.reports::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1015px;
    height: 815px;
    background: url('assets/images/bg_02.webp') left top / contain no-repeat;
    z-index: -1;
    pointer-events: none;
}
.col-md-6.report_cont {
    padding-inline-end: 6rem;
}

.pricing_card {
    background: linear-gradient(135deg,
        #CBE3ED 0%,
        #CFE6EA 18%,
        #E9E8ED 36%,
        #EAE8ED 59%,
        #E1F2F6 85%,
        #E7F4FC 100%
    );
    background-size: 200% 200%; /* needed for animation */
    animation: gradientMove 5s ease-in-out infinite alternate;
    padding: 4rem;
    border-radius: 3rem;
    border: 0;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.pricing_table_th:nth-child(1),
.pricing_table_td:nth-child(1) {
    flex: 0 0 auto;
    width: 30%;
}
.pricing_table_th:nth-child(2),
.pricing_table_td:nth-child(2) {
    flex: 1 1;
}
.pricing_table_th:nth-child(3), .pricing_table_td:nth-child(3) {
    flex: 0 0 auto;
    width: 28%;
}
.pricing_table {
    margin-right: 20rem;
}
.pricing_table_td:nth-child(1) {
    font-weight: 600;
}
.pricing_table_th,
.pricing_table_td:nth-child(2),
.pricing_table_td:nth-child(3) {
    font-weight: 500;
}
.pricing_table_tr {
    border-bottom: 1px solid #E9F1F9;
    padding: .75rem 0;
}
.pricing_table_th,
.pricing_table_td {
    font-size: 1rem;
}
.pricing_card .sec_heading {
    gap: 20rem;
    align-items: center;
    margin-bottom: 3rem;
}

.pricing_card::after {
    content: "";
    background: url('assets/images/expressive-young-girl.webp') right top / contain no-repeat;
    width: 20rem;
    height: 25rem;
    position: absolute;
    right: 0;
    bottom: 0;
}


.benefits {
    padding: 6rem 0;
    position: relative;
}
.benefits::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 898px;
    height: 884px;
    background: url('assets/images/bg_05.webp');
    z-index: -1;
    pointer-events: none;
}
.benefits_img {
    padding-right: 4rem;
}


.testimonials {
    background: url('assets/images/bg_06.webp') center center / cover no-repeat;
    padding: 6rem 0;
}
.tes_item {
    background-color: #fff;
    padding: 4rem;
    border-radius: 2rem;
    transition: transform .3s ease-in-out;
    user-select: none;         /* disable text selection */
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    margin-top: 1rem;
}

.tes_item:not(.swiper-slide-active) {
    transform: scale(.8);
    filter: blur(3px);
}
.swiperTestimonial .swiperTestimonial-pagination {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
    color: #738393;
}
.quotation {
    display: inline-block;
    position: absolute;
    top: -1rem;
    transition: transform .3s ease;
}
.tes_item:not(.swiper-slide-active) .quotation {
    transform: scale(0);
}
.rating {
    margin-bottom: 2.4rem;
}
.tes_item > p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
}
.tes_user {
    gap: 1rem;
}
.tes_user_name {
    font-weight: 600;
}
.tes_user_desig {
    font-size: .9rem;
}


.faqs {
    padding-block: 6rem;
}
.acc_faqs .accordion-item + .accordion-item {
    margin-top: 1rem;
}
.acc_faqs .faq_item {
    border: 1px solid #F5F5F5;
    border-radius: .8rem;    
}
.acc_faqs .faq_item.active {
    box-shadow: 10px 15px 45px 0 rgb(7 10 26 / 5%);
}
.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;
}



.card.tte_card {
    background: url('assets/images/modules_bg.webp') center center / cover no-repeat;
    padding: 4rem;
    border-radius: 3rem;
    overflow: hidden;
    border: 0;
}

.tte_card_cont {
    width: 40%;
}
.tte_actions {
    margin-top: 3rem;
}


#bubble1,
#leads,
#projects,
#bubble2,
#clients {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;  
}

#leads,
#projects,
#clients {    
  background: rgba(255,255,255,0.1);
  padding: 8px 20px;
  border-radius: 40px;
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1rem;
}







.footer {
    min-height: 500px;
    background: url('assets/images/footer_bg.webp') center top / cover no-repeat;
    padding-block-start: 6rem;
}
.tte_borders {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(30%);
}

.call_number {
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
}

.call_label {
    font-size: .8rem;
    margin-block-end: .5rem;
}

.copyright {
    font-size: 1rem;
}
.privacy_links {
    text-align: right;
    font-size: 1rem;
}

@media screen and (max-width: 1368px) {
    .main-navigation > .nav > .nav-link {
        font-size: 1rem;
    }
    .tte_card_cont {
        width: 50%;
    }
    .tte_borders svg {
        width: 720px;
        height: 720px;
    }
}
