/*
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 6,000+ 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.18.1767008521
Updated: 2025-12-29 11:42:01

*/

body{
background-color: #c7c7c7 !important;}
.stuntw {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
}
.logos {
    width: 13%;
    margin-bottom: 12px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -Webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.companies {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -Webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-direction: row;
    -Webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    justify-content: space-around;
    -Webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    width: 100%;
}
.logos p:hover + .unilever {
    display: block;
}
.unilever {
    display: none;
    height: auto;
    width: auto;
    padding: 15px;
    position: absolute;
    background: white;
    z-index: 9;
    color: #000000;
    margin-top: 100px;
}
.ast-site-identity .site-title a{
	display:none;
}
.ast-builder-menu-1 .menu-item > .menu-link{
	font-weight: 900;
}
.social-icons {
display: flex;
    gap: 20px;
    justify-content: flex-start;
    padding: 0;
        }
        .social-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%; /* Perfect circle */
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 30px;
            text-decoration: none;
            transition: transform 0.3s ease;
        }
        .social-icon:hover {
            transform: scale(1.1);
					color: #fff;
        }
        .facebook {
            background: #1877F2; /* Official Facebook blue */
        }
        .instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
            /* Official-like Instagram gradient */
        }
h2 a{
	text-decoration: none !important;
}