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

*{
    font-family: 'MyCustomFont', sans-serif;

}

html {
  scroll-padding-top: 100px; /* Works with scroll-behavior: smooth */
  scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
.wpa-test-msg{
	display:none;
}


.first-row{
	display:flex;
	gap:15px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select,input[type="textarea"] {
    height: 50px;
	border: 1px solid #e9eaeb;
    background-color: #ffffff;
    box-shadow: inset 0 0 2.5px .8px #0a0d1208, inset 0 0 2.5px .8px #0a0d1208, 0 0 2px -2px #0a0d1214;
    color: #afafaf;
    border-radius: 16px;
    height: auto;
    padding: 16px 18px;
    font-size: 16px;
    transition: all .2s;

}
 .wpcf7 textarea {
   	border: 1px solid #e9eaeb;
    background-color: #ffffff;
    box-shadow: inset 0 0 2.5px .8px #0a0d1208, inset 0 0 2.5px .8px #0a0d1208, 0 0 2px -2px #0a0d1214;
    color: #afafaf;
    border-radius: 16px;
    height: auto;
    padding: 16px 18px;
    font-size: 16px;
	height:100px
}

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

.third-row{
		display:flex;
	gap:15px;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}

input[type="submit"]{
	    background-color: #f91e1e;
    
    
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5) inset;
    border-style: none;
    border-radius: 35px 35px 35px 35px;
    padding: 15px 50px 15px 50px;
}

.third-coulumn p{
display:flex;
	flex-direction:column;
}

#wpcf7-f991-p1459-o1{
	display:flex;
	flex-direction:column;
	gap:20px;
}

h1,h2,h3,h4,h4,h5,h6,p{
    margin: 5px 0px;
}
p{
    margin: 0px !important;
}
.badge{
    width: max-content
}

.sample-table td {
    border: 1px solid #1091ef2b;
    font-size: 13px;
    text-align: center;
	border-radius:5px;
}
.sample-table tr{

background:#1091ef05;
	
}


.sample-table th{
background: linear-gradient(344deg, #f71d1d 59.14%, #fff 183.71%);
    color: white;
    padding: 10px 2px;
    font-size: 12px;
    width: max-content;
    border-radius: 5px;
	
}

.list{
    list-style-type: none;
        text-align: left;

    font-size: 17px;
    font-weight: 500;
    color: #606476;
} 
.list  li a {
    text-decoration: none !important;
   list-style-type: none;
        text-align: left;
   
    font-size: 17px;
    font-weight: 500;
    color: #606476;
    
}
  .overflow {
  overflow-x: auto;
	  height:400px;

}

.main-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.main-table th,
.main-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: top;
  text-align: left;
}

.main-table th {
  width: 30%;
  background: #f5f7f7;
  font-weight: 600;
  color: #193441;
}

.main-table td ul {
  margin: 0;
  padding-left: 18px;
}

.main-table td li {
  margin-bottom: 4px;
}


.list  li a:hover {
    color: #f71d1d;
}

.list li {
    margin:10px 0px;
}


.gr-ic .elementor-icon {
 
    background-image: linear-gradient(120deg, #ff00ae, #f50);
}

.wpa-test-msg{
	display:none;
}
.contact-us-page .hr-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-us-page .hr-col {
  flex: 1;
  min-width: 250px;
}

.contact-us-page .hr-col-full {
  flex: 1 1 100%;
}

.contact-us-page input,
.contact-us-page textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Button styling */
.contact-us-page input[type="submit"] {
  background-color: #f91e1e;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.contact-us-page input[type="submit"]:hover {
  background-color: #f91e1e;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .contact-us-page .hr-col {
    flex: 1 1 100%;
  }
  .contact-us-page .hr-row:last-child {
    justify-content: flex-end;
  }
}


/* Base CTA Flex */
.cta-flex {
  display: flex;
  gap: 20px;                  
}

/* Children (example for buttons/links) */
.cta-flex > * {
  flex: 1 1 auto;              /* Grow, shrink, auto-basis */
            /* Prevent items from getting too small */
  text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .cta-flex {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .cta-flex {
    flex-direction: column;    /* Stack vertically on tablets & below */
    align-items: stretch;
  }

  .cta-flex > * {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
 
}

@media (max-width: 480px) {
  .cta-flex {
    gap: 0.75rem;
    padding: 1rem;
  }
}

.child-pages-heading{
	    background-color: #F91E1E;
    
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5) inset;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 35px 15px 35px;
	color:white;
	width:100%;
}
#ast-scroll-top {
    background-color: #f91f1f;
    font-size: 15px;
}
