/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753250553
Updated: 2025-07-23 06:02:33

*/

h3, p{
	font-family: 'Assistant' !important;
}



div {
scroll-margin-top: 2.5rem;
}
html {
scroll-padding-top: 2.5rem;
}
.hero-video-open {
    position: fixed;
    z-index: 9;
   display:none;
	transition:1s ease-in;
	top:100px;
	left:0;
}
.cursor-p{
	cursor:pointer;
}
.mouse-play-btn a{
    width: 100%;
    height: 100%;
    align-content: center;
    cursor: none;
}
.hero-video-open video{
    width:100% !important;
    height:100% !important;
}

.hero-banner{
    width:95%;
    margin: auto;
    transition: 1s ;
}
.hero-banner.popup-video{
    width: 100%;
    transition: 1s ;
}
.hero-banner.popup-video .hero-video-open{
    margin: 0;
    transition: 1s;
}
.top-hero-banner {
  position: relative;
}

.mouse-play-btn {
  position: absolute;
  display: none;
  z-index: 8;
  width: 70px !important;
  height: 70px;
  pointer-events: auto;
  cursor: pointer;
  transform: translate(-50%, -50%); /* Center the button on the cursor */
 
}

.sw-products .swiper-slide .product-image {
    overflow: hidden;
}

.sw-products .swiper-slide .product-image img {
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.sw-products .swiper-slide .product-image:hover img {
    transform: scale(1.1);
}
.footer-icons svg {
    filter: brightness(0.3);
}
 #our-products .swiper-initialized  {
    overflow: unset;
}
.watch-story span {
    align-items: center;
}
.hero-video-open {
    align-content:Center !important;
}
.swiper-button-disabled {
    opacity: 0 !important;
}
strong {
    font-weight: 600;
}

.review-text {
    height: 140px;
    overflow-y: auto;
}
.review-text::-webkit-scrollbar {
    background: #cfcfcf !important;
    width: 3px;
    border-radius: 15px;
}
.review-text::-webkit-scrollbar-thumb {
    background: #757575;
    border-radius: 15px;
}

@media screen and (max-width:1580px) and (min-width:1367px){
    .our-projects .elementor-swiper-button-next {
    right: 0% !important;
}
.our-projects .elementor-swiper-button-prev {
    left: 0% !important;
}
}
@media screen and (max-width:767px){
    
div {
scroll-margin-top: 2rem;
}
html {
scroll-padding-top: 2rem;
}
}



/* projects */


.project-swiper-button-prev, .project-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    font-size: 30px;
    background: white;
        cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.project-swiper-button-prev{
    left: -5%;
}
.project-swiper-button-next{
    right: -5%;
}
.projects-slider .project-image img {
    height: 300px;
    object-fit: cover;
}














.reviews-slider .review-item {
    padding: 20px;
    border: 1px solid;
    border-radius: 2px;
    display: grid;
    gap:15px;
    height: auto;
}
.reviews-slider .review-item h3 {
    font-size: 23px;
    color: #961825;
    font-weight: 600;
    margin: 0;
}
p.review-year {
    font-size: 17px;
    color: #961825;
}
.reviews-slider .review-text p{
	color: #78716b;
}
.review-section .swiper-button-prev, .review-section .swiper-button-next {
    box-shadow: 0 0 2px 0;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    font-size: 30px;
    background: white;
}
.review-section .swiper-button-prev{
	left: -5%;
}
.review-section .swiper-button-next{
	right:-5%;
}
.review-section .swiper-button-prev:after, .review-section .swiper-button-next:after{
	display: none;
}
.review-stars img{
	font-size: 20px;
}