/**
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
*/


.contact-section .main-form{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-bottom: 0 !important;
}
 
.contact-section .main-form .half-form{
    width: 48% !important;
    margin-bottom: 12px !important;
}
 
.contact-section .main-form .full-form{
    width: 100% !important;
    margin-bottom: 12px !important;
}
 
.contact-section .main-form textarea{
    height: 120px !important;
}

/* ================== Portal Form Styling ================== */
.portal-wrapper {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  max-width: 480px;
  margin: 0 auto;
}

.portal-wrapper h2.portal-heading {
  color: #c33638;
  font-size: 22px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px; /* ✅ Tighter spacing under heading */
}

.portal-wrapper form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.portal-wrapper input,
.portal-wrapper textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
}

.portal-wrapper button[type="submit"],
.portal-signout-button {
  width: 100%;
  padding: 12px;
  background-color: #c33638;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
  cursor: pointer;
}

.portal-wrapper button:hover {
  background-color: #a52b2b;
}

@media screen and (max-width: 600px) {
  .portal-wrapper {
    padding: 20px 15px;
    box-shadow: none;
    border-radius: 0;
  }

  .portal-wrapper h2.portal-heading {
    font-size: 20px;
  }

  .portal-wrapper input,
  .portal-wrapper textarea {
    font-size: 16px;
  }
}

.contact-section .main-form input, .contact-section .main-form select, .contact-section .main-form textarea{
    border: 1px solid #dfdfdf !important;
    border-radius: 0 !important;
}
 
.contact-section .main-form input:focus, .contact-section .main-form select:focus, .contact-section .main-form textarea:focus{
    border: 1px solid #13468A !important;
}
 

.header-top-section .option{
	 position: absolute !important;
}
 
.header-top-section .switcher {
	margin: 0 0 0 auto !important;
}
 
.footer-section .option{
	 position: absolute !important;
}
/*================== blogk single page =============*/
.single  .secondary, .single .entry-meta, .single  .comments-area {
	display:none !important;
}

.single  .primary{
    margin-left: auto !important;
    margin-right: auto !important;
}
.single  .site-content {
    background: #ebebeb !important;
}


@media screen and (max-width: 767px){
    .contact-section .main-form .half-form{
        width: 100% !important;
    }
	.header-top-section .switcher {
	margin:  0 auto !important;
}
}