/**
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
*/
*:focus,
*:active {
    outline: none !important;
    box-shadow: none !important;
}
table.table-custom, table.table-custom td, table.table-custom tr
 {
    border: 0;
}
table.table-custom tr:first-child td
 {
    padding-top: 30px;
}
table.table-custom td:first-child {
    font-weight: 600;
    text-align: right;
    border-right: .5px solid #D39839;
}
table.table-custom td:last-child {
    border-right: 0px solid #D39839;
}
table.table-custom td {
    font-size: 20px;
    padding: 10px 15px;
}
.table-custom td, .table-custom th {
    color: #ffffff !important;
}
.homeh2 h2 span {
    color: #b734af;
}
.homelogoslider .swiper-slide {
    background: #ffffff !important;
    border-radius: 10px!important;
}
.bannertext1 h2 span{color:#ffffff!important;}
.videodiv {
    max-width: 400px !important;
    object-fit: cover !important;
}
.nogap p{margin-bottom: 0!important;}
.videodiv img {
    height: 550px!important;
    width: 400px !important;
    object-fit: cover !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
 {
    border-color: #ffb900;
    color: #ffb900;
}
.wpcf7-form input,.wpcf7-form select,.wpcf7-form textarea {
    background-color: transparent!important;
    border: 1px solid #B09C60!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 300!important;
    line-height: 24px!important;
    resize: none
}
.wpcf7-form input[aria-invalid="true"], .wpcf7-form select[aria-invalid="true"]
 {
    border-color: #ff2c00 !important;
}
.wpcf7-form select {
    background-color: #131E29 !important;
}
.mu-row textarea {
    height: 200px;
}
.mu-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.mu-col {
  width: calc(50% - 10px);
}

.mu-col-full {
  width: 100%;
}

.mu-row input,
.mu-row select,
.mu-row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
}
/* Target all CF7 forms */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Optional: keep support for old IE */
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.mu-btn-wrap {
  text-align: center; /* change to center if needed */
}

.mu-btn {
  display: inline-flex !important;
  width: auto !important;
  align-items: center !important;
  gap: 12px !important;font-weight:bold!important;
  padding: 12px 25px !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.mu-btn-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Hover Effect */
.mu-btn:hover {
  background: #D39839 !important;
  color: #ffffff !important;
}

.mu-btn:hover i {
  transform: translateX(5px) !important;
  transition: 0.3s !important;
}
.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* helper text */
.note {
  color:#ffffff;
  font-size: 1+px;
}

/* Mobile */
@media (max-width: 768px) {
    .wpcf7-spinner
 {
    visibility: hidden;
    display: block;
 }
  .mu-col {
    width: 100%;
  }
}
/* Main Grid Layout */
.elementor-element-2a8da6c{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Each Logo Box */
.elementor-element-2a8da6c .elementor-widget-image{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

/* Logo Container */
.elementor-element-2a8da6c .elementor-widget-container{
    width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Images */
.elementor-element-2a8da6c img{
/*     max-width: 100%; */
    max-width: 220px;	
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto;

    /* Black & White */
    filter: grayscale(100%);
    opacity: 0.8;

    transition: all 0.4s ease;
}

/* Hover Effects */
.elementor-element-2a8da6c .elementor-widget-container:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.elementor-element-2a8da6c .elementor-widget-container:hover img{
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}



/* Mobile */
@media (max-width: 767px){
    .elementor-element-2a8da6c{
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        padding: 20px 15px;
    }

    .elementor-element-2a8da6c .elementor-widget-container{
        padding: 15px;
        border-radius: 14px;
    }

    .elementor-element-2a8da6c img{
        max-width: 100%;
        height: 100%;
    }
}

/* Small Mobile */
@media (max-width: 480px){
    .elementor-element-2a8da6c{
        grid-template-columns: 1fr;
    }

}
.grey_scale img{
   height: 150px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.4s ease;
}
.grey_scale :hover img{
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.elementor-element-f945120 .elementor-widget-container{
	width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    overflow: hidden;
}
/* Main Container */
.elementor-element-09491a5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    padding: 20px 40px;
}

/* Heading */
.elementor-element-09491a5 .elementor-heading-title{
    font-size: 56px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
    color: #1d1d1d;
}

/* Button */
.elementor-element-09491a5 .elementor-button{
    padding: 16px 34px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Desktop Alignment */
@media (min-width: 1025px){

    .elementor-element-09491a5{
        padding-left: 60px;
        align-items: flex-start;
    }

}

/* Tablet */
@media (max-width: 1024px){

    .elementor-element-09491a5{
        align-items: center;
        text-align: center;
        padding: 40px 25px;
    }

    .elementor-element-09491a5 .elementor-heading-title{
        font-size: 42px;
    }

}

/* Mobile */
@media (max-width: 767px){

    .elementor-element-09491a5{
        padding: 30px 20px;
        gap: 15px;
    }

    .elementor-element-09491a5 .elementor-heading-title{
        font-size: 30px;
        line-height: 1.3;
    }

    .elementor-element-09491a5 .elementor-button{
        width: 100%;
        justify-content: center;
    }

}
