/*
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 5,700+ 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.7.1753359003
Updated: 2025-07-24 12:10:03

*/

#ast-hf-menu-1 li a{padding:0 14px;}

/* Krishna Forms */
.form_box {
  display: block;
  width: 100%;
  margin: 0;
}
.form_box .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.form_box .row .col-half {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.form_box .row .col-full {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.form_box .row .col-three {
  flex: 0 0 auto;
  width: 33.3333%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.form_box .row .col-full .col-half {
  padding-left: 0;
  padding-right: 0;
}
.form_box h3 {
  display: block;
  color: #000f23;
  line-height: 1.3em;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px !important;
}
.form_box .row .mb-3 {
  margin-bottom: 1.6em !important;
}
.form_box .row .mb-4 {
  margin-bottom: 0.5rem !important;
}
.form_box .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.form_box label.error,
.form_box .wpcf7-not-valid-tip {
  color: #900 !important;
  font-size: 11px;
  padding-left: 0px !important;
  font-weight: 700;
}
.form_box .form-control {
  margin: 4px 0 0px !important;
  color: #666 !important;
  padding: 0.75em 0.75em !important;
  height: auto !important;
  border: 1px solid #dddddd !important;
  border-radius: 2px !important;
  background: #fafafa !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: all 0.2s linear !important;
  outline: none !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
.form_box label {
  display: block;
  font-weight:500;
  line-height: 1.2;
  word-break: break-word;
  word-wrap: break-word;
  color: #000 !important;
	margin-bottom:0 0 6px 0;
}
.form_box label span.required {
  color: #900;
}
.form_box .submit_button {
  border: 0px solid;
  color: #ffffff !important;
  border-color: #1a5ce0;
  background: #1a5ce0 !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  font-size: 0.875rem;
  line-height: 1em;
  border-radius: 4px;
}
.form_box .submit_button:hover{background:#000 !important;}
.form_box .country-select input,
.country-select input[type="text"] {
  margin: 4px 0 0 !important;
  padding-left: 50px !important;
}
.form_box .country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0) !important;
}
.form_box .radio_checkbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.radio_checkbox label.require_start{display: flex;justify-content:flex-start;align-items:flex-end;}
.radio_checkbox label.require_start span{width:max-content !important;margin:0 !important;}

.form_box .radio_checkbox.checkbox_vertical {
  margin-bottom: 6px;
  margin-top: 10px;
}
.form_box .radio_checkbox.margin_top {
  margin-bottom: 0;
  margin-top: 24px;
}
.form_box .radio_checkbox.checkbox_vertical .multi_options {
  flex-direction: column;
  margin-bottom: 20px;
}
.form_box .radio_checkbox .multi_options {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-top: 6px;
}
.form_box .radio_checkbox .multi_options span.wpcf7-list-item-label {
  font-size: 14px !important;
}
.form_box .radio_checkbox .multi_options input[type="checkbox"],
.form_box .radio_checkbox .multi_options input[type="radio"] {
  height: 16px !important;
}
.form_box h6 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.form_box ol {
  padding: 10px 20px !important;
}
.form_box li {
  list-style: numbers !important;
  font-size: 16px;
}
.form_box .dscf7_signature {
  margin-top: 10px;
}
.form_box .dscf7_signature .dscf7_signature_inner .digital_signature-pad {
  border: 1px solid #dddddd !important;
}
.form_box .dscf7_signature input.clearButton {
  padding: 0px 5px !important;
  width: 20px !important;
}
.form_box .formgroup.sing .wpcf7-form-control-wrap {
  margin-bottom: 6px !important;
}
.form_box p.text-light {
  color: #1d252d;
  font-size: 14px;
}
.form_box .col-full input.wpcf7-password{width:100% !important;}

.contact_form .wpforms-field input,wpforms-field select,.wpforms-field textarea {position: relative;z-index: 2;}

.flag_header {position: relative; display: inline-block;}
.flag_selected {display: flex; align-items: center; gap: 8px; padding:8px 16px; background: #fff; border: 1px solid #ddd; border-radius:3px; cursor: pointer; transition: all 0.3s ease;} .flag_selected:hover {border-color: #999; background: #f9f9f9;}
.flag_selected img {width:24px;height:24px;object-fit:cover;}
.flag_selected h6 {margin: 0; font-size: 14px;}
.flag_selected svg {transition: transform 0.3s ease; margin-left: 4px;}
.flag_header:hover .flag_selected svg,
.flag_header:focus .flag_selected svg{transform: rotate(180deg);}
.flag_list {position: absolute; top: calc(100% + 5px);right:0; background: #fff; border: 1px solid #ddd; border-radius: 6px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); min-width: 160px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; z-index: 1000;}
.flag_header:hover .flag_list,
.flag_header:focus .flag_list{opacity: 1; visibility: visible; transform: translateY(0);}
.flag_option {display: flex; align-items: center; gap: 10px; padding: 10px 16px; text-decoration: none; color: #333; transition: background 0.2s ease;} .flag_option:hover {background: #f5f5f5;} .flag_option:first-child {border-radius: 6px 6px 0 0;} 
.flag_option:last-child {border-radius: 0 0 6px 6px;} 
.flag_option img {width:24px;height:24px;object-fit:cover;}
.flag_option h6 {margin: 0; font-size: 14px;}


@media only screen and (max-width: 991px)  {
	.footer_1{display:block;width:50%;text-align:left;}
	.widget,.widget-title{margin: 0 0 .8em 0;}
	.flag_list {left:0;right:unset;}
}
@media only screen and (max-width: 479px)  {
	.form_box .row .col-half {width: 100%;}
	.footer_1{display:block;width:100%;text-align:left;}
	.ast-off-canvas-active .main-navigation .main-header-menu li.menu-item a.menu-link:hover, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link{color:#000 !important;}
	
}