/*
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.6.1770395054
Updated: 2026-02-06 16:24:14

*/

body{
	overflow-x: hidden !important;
}
::selection {
    background-color: #FDDA13;
    color: #000; /* optional: adjust text color for readability */
}

body {
  --sb-track-color: #212121;
  --sb-thumb-color: #fdda13;
  --sb-size: 10px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}
/* Header */
div#my-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

div#my-header.scrolled {
    background-color: #212121;
}
/* Home Banner Starts */
.home_banner {
    position: relative !important;
}
 
.home_banner:before {
    content: '' !important;
    width: 75% !important;
    height: 100% !important;
    background: rgb(0 0 0 / 75%) !important;
    clip-path: polygon(0 0%, 100% 0, 58% 100%, 0% 100%) !important;
}
 
.home_banner .bottom_col {align-items: end;}
 
.home_banner .bottom_col .book_free_qoute_col {
    clip-path: polygon(13.1% 0, 100% 0, 100% 100%, 0% 100%);
    align-items: center;
    justify-content: center;
}
 
.home_banner .bottom_col .counter_col {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 7em;
    position: relative;
}
 
.home_banner .bottom_col .counter_col:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #eccd13;
    display: block;
    position: absolute;
    right: -100%;
    top: 0;
}
 
.home_banner .bottom_col .counter_col .elementor-widget-counter {
    position: relative;
    z-index: 2;
}
 
.home_banner .bottom_col .book_free_qoute_col .elementor-widget-heading {
    width: 100%;
    text-align: center;
}
/* Home Banner Ends */

/* Home Page Starts */
.service-card .hover-container *{
    transition: all 0.3s ease;
}
.service-card:hover .hover-container{
    background-color: #FDDA13 !important;
    border-color: #FDDA13 !important;
}
.service-card:hover .elementor-heading-title{
    color: #212121 !important;
}
.service-card:hover .elementor-widget-text-editor{
    color: #212121 !important;
}
.service-card:hover a.elementor-button{
    color: #212121 !important;
}
.service-card:hover a.elementor-button svg path{
    fill: #212121 !important;
}

.free-quote-form .elementor-field-type-submit {
    width: 50% !important;
}

.home-vdeo .elementor-custom-embed-play::before{
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    position: absolute;
    border-radius: 100%;
    opacity: 0.55;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out;
}

.home-vdeo .elementor-custom-embed-play:hover::before{
    transform: translate(-50%,-50%) scale(1.1);
}
.grad-hover-content{
    transition: all 0.3s ease-in-out !important;
    opacity: 0;
}
.grad-hover-parent:hover .grad-hover-content{
    opacity: 1;
}
.grad-hover-parent::before{
    content: "" !important; /* required for pseudo-element to show */
    display: block; /* or inline-block if needed */
    position: absolute; /* or relative depending on your layout */
    top: 0;
    left: 0;
    width: 100%; /* full width of parent */
    height: 100%; /* full height of parent */
    background: linear-gradient(to bottom, #21212100, #212121); /* top to bottom gradient */
    transition: all 0.3s ease-in-out;
    opacity: 0 !important;
}
.grad-hover-parent:hover::before{
    opacity: 1 !important;
}
/* Home Page Ends */

/* Global Testimonial Slider Starts*/
.testimonials-main .testimonial-item{
    background-color: #FBFBFB5C;
    border: 1px solid #EBEBEB;
    padding: 40px 30px 40px 30px;
}
.testimonials-main .testimonial-item .testimonial-content{
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
	line-height: 1.8em;
}
.testimonials-main .testimonial-item .testimonial-footer{
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonials-main .testimonial-item .testimonial-footer .testimonial-image{
    width: 80px;
}
.testimonials-main .testimonial-item .testimonial-footer .testimonial-image img{
    max-width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: center center;
    border-radius: 100%;
}
.testimonials-main .testimonial-item .testimonial-footer .star{
    color: rgb(255,255,255,0.1)
}
.testimonials-main .testimonial-item .testimonial-footer .star.filled{
    color: #F5E01E;
}
.testimonials-main .testimonial-item .testimonial-footer .testimonial-name{
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.testimonials-main .testimonial-item .testimonial-footer .testimonial-role{
    color: #979797;
    font-size: 16px;
    font-weight: 500;
}
/* Global Testimonial Slider Ends */


/* Inner Page Banner Starts */
.home_banner.inner-page .bottom_col .book_free_qoute_col {
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
    align-items: center;
    justify-content: center;
}
/* Inner Page Banner Ends */

.btn-skew-forward a{
    transform: skewX(-26.565deg);
}
.btn-skew-forward a span{
    transform: skewX(13.2825deg);
}
 @media(max-width: 767px){.counter_col {display: none !important;overflow: hidden !important;}.testimonial-item.swiper-slide.swiper-slide-active { width: 95% !important; max-width: 95%; justify-content: center; align-content: center; align-items: center;}
}