.elementor-16607 .elementor-element.elementor-element-c6b0b3a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-16607 .elementor-element.elementor-element-16a869b{text-align:justify;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;line-height:30px;}.elementor-16607 .elementor-element.elementor-element-16a869b a{color:#EB1C24;}.elementor-16607 .elementor-element.elementor-element-16a869b a:hover, .elementor-16607 .elementor-element.elementor-element-16a869b a:focus{color:#000000;}.elementor-16607 .elementor-element.elementor-element-dd36a86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-16607 .elementor-element.elementor-element-6e511a3{--display:flex;}.elementor-16607 .elementor-element.elementor-element-fde94f3{text-align:justify;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;line-height:30px;}.elementor-16607 .elementor-element.elementor-element-fde94f3 a{color:#EB1C24;}.elementor-16607 .elementor-element.elementor-element-fde94f3 a:hover, .elementor-16607 .elementor-element.elementor-element-fde94f3 a:focus{color:#000000;}@media(min-width:768px){.elementor-16607 .elementor-element.elementor-element-dd36a86{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-6d84037 */.AAT-grid-wrapper {
            margin: auto;
        }

        .AAT-brand-grid {
            display: grid;
            gap: 25px;
            grid-template-columns: repeat(4, 1fr); 
        }

        .AAT-brand-card {
            position: relative;
            background: #ffffff;
            border-radius: 3px;
            height: 150px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 6px rgba(0,0,0,0.08);
            transition: 0.35s ease;
            cursor: pointer;
            text-decoration: none;
        }

        .AAT-brand-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 2px 6px rgb(235, 28, 36);
        }

        .AAT-brand-card img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: 0.3s ease;
        }

        .AAT-brand-card:hover img {
            transform: scale(1.07);
        }
        .AAT-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.65);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            opacity: 0;
            transition: 0.3s ease;
             font-family: 'Poppins', sans-serif;
        }
        .AAT-brand-card:hover .AAT-overlay {
            opacity: 1;
        }
        .AAT-plus-icon {
            position: absolute;
            bottom: 10px;
            right: 10px;
            width: 22px;
            height: 22px;
            background: #eb1c24;
            color: #fff;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 400;
            transition: 0.3s ease;
        }
        .AAT-brand-card:hover .AAT-plus-icon {
            transform: rotate(90deg);
        }
        @media (max-width: 480px) {
            .AAT-brand-card {
                height: 150px;
            }
        }
        @media (max-width: 992px) {
    .AAT-brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .AAT-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .AAT-brand-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}/* End custom CSS */