/*
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.3.0.1738654361
Updated: 2025-02-04 07:32:41

*/




h4.headingtab {
    font-weight: 600;
	font-size: 30px;
}
p.tabtext {
    font-weight: 500;
    font-size: 17px;
    padding-right: 75px;
}

div#elementor-tab-content-9161 {
    padding: 0;
    padding-top: 15px;
}

.elementor-element.elementor-element-575e8fd.elementor-tabs-view-horizontal.elementor-widget.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper {
  gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.elementor-654 .elementor-element.elementor-element-575e8fd .elementor-tab-title.elementor-active, .elementor-654 .elementor-element.elementor-element-575e8fd .elementor-tab-title.elementor-active a {
    /* padding: 0px !important; */
    padding-top: 10px;
    background-color: #262560;
    color: white;
    padding-bottom: 10px !important;
    font-weight: 400;
    border-radius: 25pc;
}
.elementor-654 .elementor-element.elementor-element-575e8fd .elementor-tab-title, .elementor-654 .elementor-element.elementor-element-575e8fd .elementor-tab-title a {
    color: #262560;
    border: 2px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    transition: 0.5s;
}

.text-white a {
    color: white;
    text-decoration: none;
}
.text-black a {
    color: #000000;
    text-decoration: none;
}


.event_image {
    display: none;
}
div#active-image-display {
  
    width: 600px;
}
.premium-adv-carousel__media-info-wrap { 

    position: absolute; 
   width: 100%; 
    padding: 20px; 
   border: 0; 
   bottom: 0; 
  text-align: left; 
}
 


/* card hover */
.elementor-654 .elementor-element.elementor-element-8484cdb a.carousel-arrow.carousel-next {
    right: 0px;
    left: 85px;
    bottom: -41px;
    position: relative;
}
.elementor-654 .elementor-element.elementor-element-8484cdb a.carousel-arrow.carousel-prev {
    left: 8px;
    position: absolute;
    /* bottom: -4%; */
    top: 103%;
}

.slick-track.translate {
    display: flex;
    gap: 20px;
}

/* Ensure the wrapper has relative positioning for the hover effect */
.elementor-widget-image-box {
    position: relative;
    overflow: hidden;
}

/* Initially hide the background color */
.elementor-widget-image-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0; /* Initially no height */
    background: rgba(120, 120, 222, 0.8); /* Background color of your choice */
    transition: height 0.4s ease-in-out;
    z-index: 1;
}

/* On hover, expand the background color to 100% of the element */
.elementor-element.elementor-widget.elementor-widget-image:hover + .elementor-widget-image-box::before {
    height: 100%; /* Make background fill the element */
}

/* Ensure text remains above the background */
.elementor-widget-image-box .elementor-image-box-content {
    position: relative;
    z-index: 2; /* Keep text above the background */
    color: white; /* Change text color if needed */
}

/* Optional: Text color change on hover */
.elementor-element.elementor-widget.elementor-widget-image:hover + .elementor-widget-image-box .elementor-image-box-content {
    color: #fff; /* Change text color on hover */
}


/* Text stays in place & left-aligned */
.premium-adv-carousel__media-info-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    text-align: left; /* Left align text */
    z-index: 1; /* Ensure text is above background */
}

button.see-more:hover {
    background-color: black;
}

button.see-more:hover span {
    color: #ffffff; 
}
.scrollB button.see-more {
    border-color: white;
}
.scrollB .button-container span {
    color: white;
}

.scrollB button.see-more:hover {
    border-color: white;
    background-color: white;
}

.scrollB button.see-more:hover span
{
	color: #7878de;
}


/* iPad Portrait (768px) ke liye */
@media screen and (max-width: 768px) {
       .elementor-section.elementor-section-height-full {
        height: 590px;
    }
}

/* mobile css */
@media only screen and (max-width: 600px) {
  
.elementor-tab-title.elementor-tab-mobile-title {
    display: none !important;
}
	h4.headingtab {
    font-weight: 600;
    font-size: 25px;
}
p.tabtext {
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
}	
	.elementor-654 .elementor-element.elementor-element-8484cdb a.carousel-arrow.carousel-next {
    right: 0px;
    left: 85px;
    bottom: -35px;
    position: relative;
}
}