/**
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
*/
.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;
}
.videodiv img {
    height: 550px!important;
    width: 400px !important;
    object-fit: cover !important;
}
/* 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);
}

/* Center Last 3 Items */
.elementor-element-2a8da6c .elementor-widget-image:nth-last-child(1),
.elementor-element-2a8da6c .elementor-widget-image:nth-last-child(2),
.elementor-element-2a8da6c .elementor-widget-image:nth-last-child(3){
    grid-column: span 1;
}

/* Desktop Last Row Centering */
@media (min-width: 1025px){

    .elementor-element-2a8da6c .elementor-widget-image:nth-last-child(3){
        grid-column: 2;
    }

    .elementor-element-2a8da6c .elementor-widget-image:nth-last-child(2){
        grid-column: 3;
    }

    .elementor-element-2a8da6c .elementor-widget-image:nth-last-child(1){
        grid-column: 4;
    }
}

/* Tablet */
@media (max-width: 1024px){
    .elementor-element-2a8da6c{
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

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

    /* Center last 3 naturally */
    .elementor-element-2a8da6c .elementor-widget-image:nth-last-child(3),
    .elementor-element-2a8da6c .elementor-widget-image:nth-last-child(2),
    .elementor-element-2a8da6c .elementor-widget-image:nth-last-child(1){
        grid-column: auto;
    }
}

/* Mobile */
@media (max-width: 767px){
    .elementor-element-2a8da6c{
        grid-template-columns: repeat(2, 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;
    }

}