/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.home .header {
    background-image: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.header .elementor-widget-image a img[src$=".svg"] {
    width: auto;
}
.swiper.swiper-logos:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}
.swiper.swiper-logos:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 100%;
    background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}
.swiper-logos .swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper-logos .logo_image {
	text-align: center;
}
/*.swiper-logos .logo_image img {
    opacity: 60%;
}*/
.services-list .swiper-slide .service-thumbnail {
    border-radius: 10px;
    overflow: hidden;
}
.services-list .swiper-slide .service-thumbnail img {
    width: 100%;
    height: 254px;
    object-fit: cover;
}
.services-list .swiper-slide .service-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #011F33;
    font-family: 'Sora';
    margin: 10px 0 0;
    font-weight: 500;
    max-width: 290px;
}
.blue-heading h2 span {
    color: #0385E2;
}
.client-reviews .swiper-slide {
    height: auto;
}
.client-reviews .swiper-slide .client-review {
    padding: 60px 20px 20px 27px;
    border: 1px solid rgb(1, 31, 51, .5);
    border-radius: 18px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.client-reviews .swiper-slide .client-review::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 16px;
    background-image: url(https://development.brstdev.com/fortipay/wp-content/uploads/2025/05/quote.svg);
    width: 32px;
    height: 24px;
}
.client-reviews .swiper-slide .client-review h3 {
    font-size: 24px;
    line-height: 31px;
    color: #011F33;
    font-weight: 800;
    font-family: "DM Sans", sans-serif;
    margin: 0;
}
.client-reviews .swiper-slide .client-review .review-content {
    margin: 14px 0 22px;
    flex-grow: 1;
}
.client-reviews .swiper-slide .client-review .review-content p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(1, 31, 51, .8);
    font-weight: normal;
    font-family: 'Sora';
    margin: 0;
}
.client-reviews .swiper-slide .client-review .designation {
    font-size: 14px;
    line-height: 25px;
    color: #383838;
    margin: 0;
    font-family: 'Sora';
    font-weight: bold;
}
.client-reviews-wrapper .swiper-button-next, .client-reviews-wrapper .swiper-button-prev {
    width: 18px;
    height: 33px;
    color: #CEDCEF;
}
.client-reviews-wrapper .swiper-button-next::after, .client-reviews-wrapper .swiper-button-prev::after {
    font-size: 33px;
}
.client-reviews-wrapper .swiper-button-next {
    right: -48px;
}
.client-reviews-wrapper .swiper-button-prev {
    left: -48px;
}
.social-icons .elementor-social-icons-wrapper .elementor-social-icon {
    background: transparent;
}
body.modal-open {
    overflow: hidden;
}
.modal-waitlist {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    visibility: hidden;
    background: rgba(8, 49, 83, .6);
}
.modal-waitlist.is-visible {
    visibility: visible;
}
.modal-waitlist .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 49, 83, .6);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal-waitlist.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-waitlist .modal-wrapper {
    position: relative;
    margin: 50px 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 50px * 2);
    max-width: 564px;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
    width: 100%;
}
.modal-waitlist .modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal-waitlist.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal-waitlist .modal-wrapper .modal-close {
    background: transparent;
    padding: 0;
    box-shadow: none;
    display: flex;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 15px;
    right: 15px;
    z-index: 9;
    pointer-events: auto;
}
.modal-waitlist .modal-wrapper .modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    padding: 60px 51px;
}
.modal-waitlist .modal-wrapper .modal-content h3 {
    font-size: 30px;
    line-height: 38px;
    color: #011F33;
    font-family: 'Sora';
    font-weight: bold;
    letter-spacing: 0.01rem;
    text-align: center;
    margin-bottom: 10px;
}
.modal-waitlist .modal-wrapper .modal-content>p {
    font-size: 16px;
    line-height: 22px;
    color: rgb(1, 31, 51, .8);
    font-family: 'Sora';
    font-weight: normal;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 35px;
}
.contact-form form h4 {
    font-size: 20px;
    line-height: normal;
    color: #011F33;
    font-family: "Sora", sans-serif;
    margin: 0 0 15px;
}
.modal-waitlist .modal-wrapper .modal-content form .uacf7-multisetp-form,
.contact-form form .uacf7-multisetp-form {
    margin: 0;
}
.modal-waitlist .modal-wrapper .modal-content form .uacf7-buttons,
.contact-form form .uacf7-buttons {
    margin: 0;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group,
.contact-form form .form-group {
    margin-bottom: 26px;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group p,
.contact-form form .form-group p {
    margin: 0;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group label,
.contact-form form .form-group label {
    font-size: 15px;
    line-height: 20px;
    color: #011F33;
    font-family: 'Sora';
    font-weight: 600;
    display: block;
    margin: 0 0 8px;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group br,
.contact-form form .form-group br {
    display: none;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group input,
.modal-waitlist .modal-wrapper .modal-content form .form-group select,
.contact-form form .form-group input,
.contact-form form .form-group select {
    border-radius: 5px;
    border: 1px solid rgba(1, 31, 51, .2);
    box-shadow: none;
    font-size: 15px;
    line-height: normal;
    color: #011F33;
    font-family: 'Sora';
    font-weight: 300;
    height: auto;
    padding: 10px 15px !important;
}
.contact-form form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
.contact-form form .form-group .wpcf7-radio {
    display: flex;
    gap: 8px;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-radio .wpcf7-list-item,
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-checkbox .wpcf7-list-item,
.contact-form form .form-group .wpcf7-radio .wpcf7-list-item,
.contact-form form .form-group .wpcf7-radio .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: 100%;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-radio .wpcf7-list-item label, 
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-checkbox .wpcf7-list-item label,
.contact-form form .form-group .wpcf7-radio .wpcf7-list-item label,
.contact-form form .form-group .wpcf7-checkbox .wpcf7-list-item label {
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}
.contact-form form .form-group .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
    height: 0;
    visibility: hidden;
    width: 0;
    display: none;
}
.contact-form form .form-group .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    border: 2px solid rgba(1, 31, 51, .2);
    border-radius: 32px;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    color: #011F33;
    font-weight: 300;
    transition: all .3s ease;
}
.contact-form form .form-group .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked+span {
    background: #011F33;
    color: #fff;
}
.contact-form form .form-group .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:hover {
    background: #011F33;
    color: #fff;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-radio .wpcf7-list-item label input[type="radio"],
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox],
.contact-form form .form-group .wpcf7-radio .wpcf7-list-item label input[type="radio"],
.contact-form form .form-group .wpcf7-checkbox .wpcf7-list-item label input[type="radio"] {
    margin: 0;
    width: auto;
    min-width: auto;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-not-valid-tip,
.modal-waitlist .modal-wrapper .modal-content form .wpcf7-response-output,
.contact-form form .form-group .wpcf7-not-valid-tip,
.contact-form form .form-group .wpcf7-response-output {
    font-family: 'Sora';
}
.contact-form form .form-group .wpcf7-list-item {
    margin: 0;
}
.contact-form form .uacf7-form-393 {
    margin: 0;
}
.modal-waitlist .modal-wrapper .modal-content form .submit_btn,
.contact-form form .submit_btn {
    margin: 30px 0 0;
    position: relative;
}
.modal-waitlist .modal-wrapper .modal-content form .submit_btn p,
.contact-form form .submit_btn p {
    margin: 0;
}
.modal-waitlist .modal-wrapper .modal-content form .submit_btn .wpcf7-form-control,
.modal-waitlist .modal-wrapper .modal-content form .uacf7-buttons .uacf7-prev, 
.modal-waitlist .modal-wrapper .modal-content form .uacf7-buttons .uacf7-next,
.contact-form form .submit_btn .wpcf7-form-control,
.contact-form form .uacf7-buttons .uacf7-prev,
.contact-form form .uacf7-buttons .uacf7-next {
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: 'Sora';
    font-weight: 600;
    background: #0385E2;
    margin: 0;
}
.modal-waitlist .modal-wrapper .modal-content form .submit_btn .wpcf7-spinner,
.contact-form form .submit_btn .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 10px;
}
.text-editor p {
    margin-bottom: 10px;
}
.text-editor p:last-child {
    margin: 0;
}
.faq-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    justify-content: space-between;
}
.footer .elementor-widget-image a img[src$=".svg"] {
    width: auto;
}




@media only screen and (min-width: 768px) {
.header .hfe-nav-menu .hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}
}


@media only screen and (max-width: 767px) {
.client-reviews .swiper-slide .client-review {
    padding: 50px 15px 15px 20px;
}
.client-reviews .swiper-slide .client-review h3 {
    font-size: 20px;
    line-height: 28px;
}
.client-reviews .swiper-slide .client-review .review-content {
    margin: 10px 0 15px;
    flex-grow: 1;
}
.client-reviews .swiper-slide .client-review::before {
    left: 15px;
    top: 15px;
}
.client-reviews-wrapper .swiper-button-next {
    right: 0;
}
.client-reviews-wrapper .swiper-button-prev {
    left: 0;
}
.modal-waitlist .modal-wrapper {
    left: 0;
    max-width: 100%;
    margin-left: 0;
    padding: 0 10px;
}
.modal-waitlist .modal-wrapper .modal-close {
    top: 15px;
    right: 25px;
}
.modal-waitlist .modal-wrapper .modal-body {
    padding: 40px 20px;
}
.modal-waitlist .modal-wrapper .modal-content h3 {
    font-size: 26px;
    line-height: 30px;
}
.modal-waitlist .modal-wrapper .modal-content>p {
    margin: 0px auto 20px;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group label {
    font-size: 14px;
    margin: 0 0 5px;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group input {
    padding: 10px 12px;
}
.modal-waitlist .modal-wrapper .modal-content form .submit_btn {
    margin: 30px 0 0;
}
.modal-waitlist .modal-wrapper .modal-content form .submit_btn .wpcf7-form-control {
    font-size: 16px;
    line-height: 20px;
}
.contact-form form .form-group .wpcf7-radio {
    flex-wrap: wrap;
}
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-radio .wpcf7-list-item, 
.modal-waitlist .modal-wrapper .modal-content form .form-group .wpcf7-checkbox .wpcf7-list-item, 
.contact-form form .form-group .wpcf7-radio .wpcf7-list-item, 
.contact-form form .form-group .wpcf7-radio .wpcf7-checkbox .wpcf7-list-item {
    width: calc(50% - (8px * 1/2));
}
}