/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.13.1760469652
Updated: 2025-10-14 19:20:52

*/



/* REMOVE DEFAULT LABELS */
#fluentform_1 .ff-el-input--label {
  display: none;
}

/* INPUT FIELDS */
#fluentform_1 .ff-el-form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff90;
  border-radius: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}

#fluentform_1 .ff-el-form-control:focus {
  outline: none;
  border-bottom: 1px solid #fff;
  background: transparent;
}

/* PLACEHOLDER TEXT */
#fluentform_1 .ff-el-form-control::placeholder {
  color: #ffffffb3;
  font-weight: 300;
}

/* SELECT DROPDOWN */
#fluentform_1 select.ff-el-form-control {
  appearance: none;
  -webkit-appearance: none;
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath fill='%23fff' d='M7 8L0 0h14z'/%3E%3C/svg%3E") no-repeat right 0.5rem center;
  background-size: 12px 7px;
  color: #fff;
  padding-right: 2rem;
  margin-top: 6px
}

/* PHONE FIELD FLAG CONTAINER */
#fluentform_1 .iti__selected-country-primary {
  background: transparent !important;
  border: none !important;
}

#fluentform_1 .iti__arrow {
  border-top: 5px solid #fff;
}

/* MESSAGE BOX */
#fluentform_1 textarea.ff-el-form-control {
  min-height: 80px;
  resize: none;
}

/* BUTTON */
#fluentform_1 .ff-btn-submit {
  background-color: #fff;
  color: #7E9C99;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
  margin-top: 15px;
}

#fluentform_1 .ff-btn-submit:hover {
  background-color: #f5f5f5;
}

/* RESPONSIVE COLUMNS */
#fluentform_1 .ff-t-container.ff-column-container {
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 600px) {
  #fluentform_1 .ff-t-container.ff-column-container {
    flex-direction: column;
  }
}

/* ============================
   CONTACT BUTTON
============================ */
.ast-builder-button-wrap .ast-custom-button
 {
    background-color: #7E9C99 !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    border-radius: 25px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: all 0.3s 
ease !important;
    border: 0px;
}
.ast-builder-button-wrap .ast-custom-button:hover {
  background-color: #668782 !important;
}

.ast-builder-button-wrap .menu-link {
  display: none !important;
}
