/**
Theme Name: Vailliant Financial
Author: OneZero Agency
Author URI: https://onezero.agency
Description: This 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, It comes with schema.org code integrated so search engines will love your site. It 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 # Looking for a perfect base theme? Look no further. It 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: vailliant-financial
Template: astra
*/

.elementor-widget-icon-box .elementor-icon-box-description {
    text-align: justify;
  }

.elementor-widget-icon-box .elementor-icon-box-title a { text-decoration: none
}
.fsmfe-wrapper .menu-overlay {
  background: white; 
  display: inline-block;
  padding: 10px; 
  border-radius: 5px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  max-width: 400px; /* Set a maximum width */
  max-height: 500px; /* Set a maximum height */
  margin-top: 10px;
  padding-bottom: 20px; /* Adjust padding as needed */
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto; /* Changed to auto to show a scrollbar only if needed */
}


.fsmfe-wrapper .menu-overlay a {
  font-size: 18px;
  color: #000;
}

.ast-builder-menu-1 {
  background-color: white; 
  padding: 10px 30px;
  border-radius: 30px; 
  display: inline-block;
}

.ast-builder-menu-1 .menu-item a {
  text-decoration: none;
  color: blue !important; /* Black text color with priority */
  font-weight: bold;
  padding: 0 20px; /* Space between menu items */
}
.ast-builder-menu-1 .menu-item a:hover {
  text-decoration: underline; /* Underline on hover */
}

/* Default styles */
/* .ast-builder-layout-element .ast-site-identity {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: -39px;
  margin-right: 22px;
} */

/* Adjust margins for smaller screens */
@media (max-width: 1024px) {
  .ast-builder-layout-element .ast-site-identity {
      margin-left: -20px;
      margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .ast-builder-layout-element .ast-site-identity {
      margin-left: -10px;
      margin-right: 10px;
      margin-top: 15px;
      margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .ast-builder-layout-element .ast-site-identity {
      margin-left: 0;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
  }
}

.social-link { color: #0077b5; font-size: 16px; text-decoration: none; display: inline-flex; align-items: center; } .social-link i { margin-right: 8px; } .social-link:hover { color: #005582; }








.services-section .service-box {
  text-align:justify;
   min-height: 187px; /* Set a minimum height */
  overflow-y: auto; /* Add scroll if content exceeds the height */margin-bottom:-56px;
  
/* Adjust padding as needed */
  box-sizing: border-box;
}




.intro-section {
display: flex;
justify-content: center; /* Center the intro box */
margin-bottom: 20px; /* Adds space below the section */
}

.intro-box {
; /* Light gray background color */
padding: 20px;
max-width: 800px; /* Set a maximum width for the content box */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
border-radius: 10px;
text-align: center; /* Centers the text */
}

.intro-box p {
margin: 0 0 15px; /* Adds space between paragraphs */
padding: 0;
font-size: 16px;
line-height: 1.6; /* Slightly more spaced out for readability */
}
.responsive-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px;
}

@media (max-width: 1024px) {
  .responsive-text {
      font-size: 15px;
  }
}

@media (max-width: 768px) {
  .responsive-text {
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .responsive-text {
      font-size: 13px;
  }
}

@media (max-width: 320px) {
  .responsive-text {
      font-size: 12px;
  }
}

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

