/**
Theme Name: SOAR Technologies - Theme
Author: SOAR Technologies
Author URI: https://soartechnologies.net/
Description: Custom crafter child theme for Astra 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: soar-technologies-theme
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'bootstrap-icons';
    src: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/fonts/bootstrap-icons.woff2') format('woff2');
    font-display: swap;
}

body {
    font-family: 'Nunito Sans', sans-serif;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: 30% 70% !important;
}

.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.ast-logo-title-inline .ast-site-identity{
	padding: 0.5em 0 !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 60px;
}

@media (min-width: 922px) {
 .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
        max-width: 100% !important;
	 padding-right: 0 !important;
    }
}

.ast-builder-button-wrap.ast-builder-button-size-{
	margin-right: 1.2rem;
}

.site-header {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.95);;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Hide header initially */
.site-header {
  visibility: hidden; /* hides the header but keeps space */
}
.header-parent {
  display: flex;       /* ensures wrapper will be flex */
  justify-content: space-between;
  align-items: center;
}

header.site-header {
    min-height: 100px;
    /* or actual height of your header */
}

.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center {
    display: block;
}

.ast-header-html.inner-link-style- {
    width: 100% !important;
}

@media (min-width: 922px) {
    .ast-primary-header-bar .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
        max-width: 1400px !important;
    }
}

@media (min-width: 922px) {
    .ast-container {
        max-width: 1400px !important;
    }
}

#uc_post_blocks_elementor_62edc89 .ue_post_blocks_link a {
    box-shadow: 5px 5px 0 1px;
}

/* Ensure the container allows sticky positioning */
.e-con-inner {
    display: flex;
    align-items: flex-start;
}

.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
    padding-right: 0.5rem;
}

.ast-custom-button-link {
    text-decoration: none !important;
}

/* Sticky right side (Sidebar) */
.elementor-element[data-id="04f375a"] {
    position: sticky;
    top: 100px;
    /* Adjust top spacing as needed */
    align-self: flex-start;
}


.awsm-job-listing-item.awsm-grid-item a {
    align-items: center;
}


.awsm-job-listings.awsm-lists .awsm-job-listing-item.awsm-list-item .awsm-job-item .awsm-list-left-col {
    display: flex;
    align-items: center;
}


.capabilities-card {
    position: relative;
    padding-bottom: 0.5rem !important;
    font-family: "Nunito", Sans-serif;
}

.capabilities-card::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    left: -26px;
    top: 2px;
    background-image: url(https://soartechnologies.net/wp-content/uploads/2025/07/check.svg);
}

.capabilities-card:hover a {
    color: #00AEEF !important;
    /* font-weight: 600; */
}

.list-none-p0 {
    list-style: none;
    padding-left: 1.5rem !important;
}

.btn.btn-primary {
    background-color: #fab24d;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn.btn-primary:hover {
    background-color: #e69c3f;
}


/* Contact Form 7 - Clean and Attractive Styling */
.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.wpcf7-form select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 1px solid #00AEEF;
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.wpcf7-form select:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    border-color: #fab24d !important;
    background: #fff;
    outline: none;
    box-shadow: 3px 3px 0 1px #fab24d !important;
}

.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form textarea:hover {
    border-color: #fab24d !important;
    background: #fff;
    outline: none;
    box-shadow: 3px 3px 0 1px #fab24d !important;
}

.wpcf7-form textarea {
    min-height: 60px;
    resize: vertical;
}

.wpcf7-form input[type="submit"] {
    color: #00AEEF !important;
    border: 1px solid #00AEEF !important;
    box-shadow: 3px 3px 0 1px #00AEEF !important;
    background: #fff !important;
    padding: 12px 25px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}


.wpcf7-form input[type="submit"]:hover {
    color: #fab24d !important;
    box-shadow: 3px 3px 0 1px #fab24d !important;
    border: 1px solid #fab24d !important;
    transition: all 0.3s ease !important;
    /* transform: skew(-10deg); */
}

.wpcf7-form br {
    display: none !important;
}

.wpcf7 form>div,
.wpcf7 form>p {
    margin-bottom: 0 !important;
}

.wp-block-search__inside-wrapper {
    display: flex;
    gap: 10px;
}

.wp-block-search__inside-wrapper button {
    color: #00AEEF !important;
    border: 1px solid #00AEEF !important;
    box-shadow: 3px 3px 0 1px #00AEEF !important;
    background: #fff !important;
    padding: 12px 25px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.wp-block-search__inside-wrapper button:hover {
    color: #fab24d !important;
    box-shadow: 3px 3px 0 1px #fab24d !important;
    border: 1px solid #fab24d !important;
    transition: all 0.3s ease !important;
    /* transform: skew(-10deg); */
}

..wp-block-search__inside-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.wp-block-search__inside-wrapper input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #00AEEF;
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.wp-block-search__inside-wrapper input:focus {
    border-color: #fab24d !important;
    background: #fff;
    outline: none;
    box-shadow: 3px 3px 0 1px #fab24d !important;
}

.wp-block-search__inside-wrapper input:hover {
    border-color: #fab24d !important;
    background: #fff;
    outline: none;
    box-shadow: 3px 3px 0 1px #fab24d !important;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-embedded-audio,
.entry-content .wp-embedded-video,
.entry-content .wp-video,
.entry-content p {
    margin-bottom: 0 !important;
}

.ast-custom-button {
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #00AEEF !important;
    box-shadow: 3px 3px 0 1px #00AEEF !important;
    border: 1px solid #00AEEF !important;
    transition: all 0.3s ease !important;
}


.ast-custom-button:hover {
    background-color: #fff !important;
    color: #fab24d !important;
    box-shadow: 3px 3px 0 1px #fab24d !important;
    border: 1px solid #fab24d !important;
    transition: all 0.3s ease !important;
    /* transform: skew(-10deg); */
}

.social-icons i {
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

/* Brand Colors */
.social-icons .bi-linkedin {
    color: #0077b5;
}

.social-icons .bi-facebook {
    color: #1877f2;
}

.social-icons .bi-whatsapp {
    color: #25d366;
}

.social-icons .bi-instagram {
    color: #e4405f;
}

/* Hover Zoom */
.social-icons i:hover {
    transform: scale(1.2);
}

.footer-contact .email, 
.footer-contact .phone {
    cursor: pointer;
}

.footer-contact .email i,
.footer-contact .email a {
    color: #000 !important;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer-contact .email:hover a {
    color: #00AEEF !important;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
}

.footer-contact .email:hover i {
    color: #00AEEF !important;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer-contact .capabilities-card::before {
    content: none;
}

.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {
    padding-top: 0 !important
}

.newsletter-email {
    text-align: left;
    color: #00aeef !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #fab24d;
    line-height: 1.2 !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    box-shadow: inset 0 10px 4px -4px #00aeef !important;
}

.newsletter-paragraph span {
    text-align: left;
    color: #000 !important;
    font-size: 16px !important;
    font-family: 'Nunito', sans-serif !important;
}

.footer-contact .phone i,
.footer-contact .phone a {
    color: #000 !important;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer-contact .phone:hover a {
    color: #00AEEF !important;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
}

.footer-contact .phone:hover i {
    color: #00AEEF !important;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* .footer-contact .address i, */
.footer-contact .phone span {
    color: #000 !important;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* .footer-contact .address:hover span {
    color: #00AEEF !important;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
}

.footer-contact .address:hover i {
    color: #00AEEF !important;
    transition: transform 0.3s ease, color 0.3s ease;
} */

.footer-contact h5 {
    color: #00AEEF !important;
    border-bottom: 2px solid #fab24d !important;
    text-align: left;
}

.mailpoet_message {
    font-size: 1rem !important;
    font-family: "Nunito", Sans-serif !important;
}


@media (min-width: 279px) and (max-width: 900px) {
    .entry-content.clear .awsm-job-single-wrap {
        display: grid !important;
        grid-template-columns: 100% !important;
        align-items: start !important;
        margin: 0 !important;
    }
}

/* Contact Form 7 - Clean and Attractive Styling */
.awsm-job-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.awsm-job-form-group select,
.awsm-job-form-group input[type="text"],
.awsm-job-form-group input[type="tel"],
.awsm-job-form-group input[type="email"],
.awsm-job-form-group textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 1px solid #00AEEF;
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.awsm-job-form-group select:focus,
.awsm-job-form-group input[type="text"]:focus,
.awsm-job-form-group input[type="tel"]:focus,
.awsm-job-form-group input[type="email"]:focus,
.awsm-job-form-group textarea:focus {
    border-color: #fab24d !important;
    background: #fff;
    outline: none;
    box-shadow: 3px 3px 0 1px #fab24d !important;
}

.awsm-job-form-group input[type="text"]:hover,
.awsm-job-form-group input[type="tel"]:hover,
.awsm-job-form-group input[type="email"]:hover,
.awsm-job-form-group textarea:hover {
    border-color: #fab24d !important;
    background: #fff;
    outline: none;
    box-shadow: 3px 3px 0 1px #fab24d !important;
}

.awsm-job-form-group textarea {
    min-height: 60px;
    resize: vertical;
}

.awsm-job-form-group input[type="submit"] {
    color: #00AEEF !important;
    border: 1px solid #00AEEF !important;
    box-shadow: 3px 3px 0 1px #00AEEF !important;
    background: #fff !important;
    padding: 12px 25px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.awsm-job-form-group input[type="submit"]:hover {
    color: #fab24d !important;
    box-shadow: 3px 3px 0 1px #fab24d !important;
    border: 1px solid #fab24d !important;
    transition: all 0.3s ease !important;
    /* transform: skew(-10deg); */
}

.awsm-job-form-group br {
    display: none !important;
}

/* Ensure parent has height context */

.entry-content.clear .awsm-job-single-wrap {
    display: grid !important;
    grid-template-columns: 50% 50%;
    align-items: start !important;
    margin: 0 !important;
}

.entry-content.clear .awsm-job-single-wrap .awsm-job-content {
    padding-right: 1rem;
}

.awsm-job-item {
    flex-direction: column !important;
    justify-content: space-between !important;
    box-shadow: 5px 5px 0 1px #00AEEF !important;
}

.awsm-job-item:hover {
    box-shadow: 5px 5px 0 1px #fab24d !important;
}

.awsm-job-featured-image {
    text-align: center !important;
}

.awsm-job-featured-image img {
    height: 150px !important;
    width: 150px !important;
}

.awsm_job_openings.type-awsm_job_openings.status-publish {
    margin-top: 50px !important;
}

.elementor-element.elementor-element-639cd10.elementor-widget.elementor-widget-sidebar {
    font-family: "Nunito", Sans-serif !important;
}

.elementor-element.elementor-element-639cd10.elementor-widget.elementor-widget-sidebar .wp-block-heading {
    font-size: 26px !important;
    color: #00AEEF;
}

.elementor-element.elementor-element-639cd10.elementor-widget.elementor-widget-sidebar li a {
    color: #00AEEF !important;
}

.elementor-element.elementor-element-639cd10.elementor-widget.elementor-widget-sidebar li a:hover {
    color: #fab24d !important;
}

/* Prevent horizontal scroll caused by wide header */
html,
body {
    overflow-x: hidden;
}

.ast-header-sticked,
.ast-header-sticked .main-header-bar-wrap,
.ast-header-sticked .ast-builder-grid-row {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
}

/* Ensure all mobile header sections fit screen width */
.ast-mobile-header-wrap,
.ast-mobile-header-content,
.ast-builder-grid-row {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
}


@media (max-width: 767px) {
    .elementor-7 .elementor-element.elementor-element-f0c9b05 {
        --width: 100%;
    }
}

@media (max-width: 1024px) {
    .elementor-7 .elementor-element.elementor-element-e12d6b7 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
    }
}


/* ---------- Scoped layout fixes ---------- */
.elementor-element-2b32653 .e-con-inner {
    display: flex !important;
    align-items: flex-start !important;
    /* important so children don't stretch */
    gap: 20px;
    overflow: visible !important;
    /* ensure sticky isn't trapped by ancestor overflow */
    -webkit-overflow-scrolling: touch;
}

/* Ensure some common ancestors don't hide overflow (Elementor sometimes sets these) */
.elementor-element-2b32653,
.elementor-element-2b32653 .e-con,
.elementor-element-2b32653 .e-con-inner {
    overflow: visible !important;
}

/* Make the 2nd .e-child sticky */
.elementor-element-2b32653 .e-con-inner>.e-child:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    /* adjust distance from top as you like */
    align-self: flex-start;
    /* keeps it from stretching in flexbox */
    height: fit-content;
    z-index: 5;
}

/* Mobile: stack columns and disable sticky so layout stays clean */
@media (max-width: 767px) {
    .elementor-element-2b32653 .e-con-inner {
        flex-direction: column;
    }

    .elementor-element-2b32653 .e-con-inner>.e-child:nth-child(2) {
        position: static;
        top: auto;
        width: 100%;
    }
}


@media (min-width: 922px) {
    .ast-container {
        max-width: 100% !important;
    }
}

#testimonials {
    display: none !important
}

@media (min-width: 2560px) {
    .elementor-7 .elementor-element.elementor-element-8107b6a {
        width: 2560px !important;
        height: 75vh !important;
    }
}

.ekit-wid-con .path {
    stroke: #00AEEF !important;
}

.ast-site-title-wrap {
    display: none !important;
}

.elementor-7 .elementor-element.elementor-element-21b82dd {
    margin-top: 100px
}

.elementor-element.elementor-element-f18874c.popmake-730.elementor-widget.elementor-widget-button.pum-trigger {
    margin-bottom: 4rem;
}

.wpcf7-response-output {
    font-size: 1rem;
}

.awsm-job-entry-content .emoji {
    width: 70px;
}

.highlighted-text {
    color: #fab24d;
}

/* preload-spinner-css */
/* Fullscreen Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* change background color if needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Logo animation (optional) */
#preloader img {
  width: 120px; /* adjust size */
  height: auto;
  animation: pulse 0.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

/* ue-animated-element */
/* Prevent hidden posts if animation JS fails */
.ue_post_blocks_box,
.ue-animated-element {
  opacity: 1 !important;
  visibility: visible !important;
}
.ue_post_blocks_box .ue_post_blocks_image a {
    overflow: hidden;
    border-radius: 20px;
}
#uc_post_blocks_elementor_62edc89 .ue_post_blocks_box {
    opacity: 1 !important;
	visibility: visible !important;
    overflow: hidden;
}
