/**
Theme Name: Astra Child
Author: Madushan Abeysinghe
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
*/


/* ---------------------------------------Madushan's custom Css Starts Here--------------------------- */

/* Globle CSS */
.p-margin-zero p { margin-bottom: 0;}
header {
    z-index: 9999;
}
.image-wrap img,.img-m-wrap img, .hover-box img {
    transition: transform 0.6s ease-in-out; /* Smooth animation */
    transform: scale(1); /* Default */
}
.image-wrap:hover img,.img-m-wrap:hover img, .hover-box:hover img {
    transform: scale(1.1); /* Zoom amount */
}
/* Hero Section */
.text-shadow h1 {
    color: #ffffff; /* text color */
}
.hover-link {
    text-decoration: none !important;
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}
/* .hover-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
} */
.hover-box img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}
/* Overlay */
.hover-overlay {
    width: 100%;
    height: 300px;
    background: #8CC541;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: top 0.4s ease-in-out;
}

/* Hover */
.hover-link:hover .hover-overlay {
    top: 0;
}
.hover-overlay .icon {
    width: 40px;
    height: 40px;
}
.testimonial-wrapper {
    border: 1px solid #2E3192;
    padding: 50px 50px 30px 80px;
    border-radius: 10px;
}
.testimonial-slide {
    width: 620px !important;
    margin: 0 35px;
    min-height: 300px;
}
h3.client-name {
    line-height: 18px;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2E3192;
    margin: 0;
}
.testimonial-arrows span {
    cursor: pointer;
}
.testimonial-user {
    margin-top: 60px;
}
span.position {
    color: #2E3192;
    font-size: 14px;
	font-family: "Helvetica", Sans-serif;
}
.slick-list {
    overflow: visible;
}
/* Smooth transition for all slides */
.testimonial-wrapper {
    transition: all 1s ease-in-out; /* adjust timing as you like */
}
.testimonial-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 758px; /* adjust if needed */
}
.testimonial {
    font-family: "Helvetica", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}
span.position {
    color: #2E3192;
    font-size: 14px;
}
/* Active (center) slide */
.slick-center .testimonial-wrapper {
    background-color: #fff !important;
    border: 1px solid #2E3192;
    transform: scale(1) !important;
    opacity: 1 !important;
    background: unset !important;
}

/* Normal slides */
.slick-slide .testimonial-wrapper {
    opacity: 0.5;
    transform: scale(0.92);
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(201, 240, 255, 1) 100%);
}
.img-m-wrap:hover {
    background-color: #fff;
	 transition: all .5s ease-in-out; 
}
.img-m-wrap:hover h3, .img-m-wrap:hover p{
	 transition: all .5s ease-in-out; 
	color:#2E3192 !important;
}