/**
Theme Name: premford child
Author: Brainstorm Force
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: premford-child
Template: astra
*/


/* Common button animation class */



.addcl{
	padding-left:80px!important;
}

@media (max-width: 1366px) {
	div#e-n-menu-content-1671{
		left:-87px!important;
	}
	
	.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{
		padding-left:20px!important;
	}
	
	.elementor-33 .elementor-element.elementor-element-7fa09bd .swiper-slide-inner{
		padding:80px 0px 0px 66px!important;
	}
	
	.elementor-slide-button.elementor-size-sm, 
	.elementor-slide-button.elementor-size-sm a {
    padding: 0 !important;
}
	
	
	/*********************/


}



.elementor-button.elementor-slide-button.elementor-size-sm,
.elementor-button.elementor-size-sm,
.elementor-slide-button.elementor-size-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.elementor-button.elementor-slide-button.elementor-size-sm {
    position: relative;
    overflow: hidden;
}

.elementor-button.elementor-slide-button.elementor-size-sm::before {
    content: '';
    position: absolute;
    bottom: 24px; /* Adjust as needed */
    left: 0; /* Start from the left */
    width: 0;
    height: 1.5px; /* Line thickness */
    background-color: #816C3F; /* Line color */
    transition: width 0.4s ease; /* Adjust transition duration if needed */
}

.elementor-button.elementor-slide-button.elementor-size-sm:hover::before {
    width: 100%; /* Expand to full width on hover */
}

.elementor-33 .elementor-element.elementor-element-7fa09bd .elementor-slide-description{
	width:83%;
}
.elementor-33 .elementor-element.elementor-element-7fa09bd .elementor-slide-heading{
	width:90%!important;
}


.animated-line-btn24 {
    position: relative;
    overflow: hidden;
}

.animated-line-btn24::before {
    content: '';
    position: absolute;
    bottom: 15px; /* Position from the bottom */
    left: 0;
    width: 0;
    height: 1.5px; /* Line thickness */
    background-color: #816C3F; /* Line color */
    transition: none; /* Prevent default hover transitions */
}

.animated-line-btn24:hover::before {
    animation: line-slide-hover 1s ease forwards;
}

@keyframes line-slide-hover {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}

.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future{
	opacity:1!important;
}
@media screen and (max-width:767px){
	.elementor-33 .elementor-element.elementor-element-7fa09bd .swiper-slide-inner{
		padding:190px 18px 170px !important;
	}
	.elementor-33 .elementor-element.elementor-element-7fa09bd .elementor-slide-description{
		width:100%;
	}
	
	#uc_ue_listing_accordion_elementor_04f8cfb *{
		padding-left: 0!important;
	}
	#uc_ue_listing_accordion_elementor_c377714 *{
		padding-left: 0!important;
	}
	.e-fas-plus.e-font-icon-svg {
		fill:white!important;
	}
	
	 .elementor-33 .elementor-element.elementor-element-7fa09bd .elementor-repeater-item-6730237 .swiper-slide-bg {
        background-image: url('/wp-content/uploads/2024/11/Hero-Section-2.png') !important;
        background-size: cover !important;
        background-position: center !important;
    }
	

}



.e-con .e-con-boxed .e-flex .e-lazyloaded .e-parent .elementor-element .elementor-element-fc40bd6 .elementor-hidden-mobile .elementor-section--handles-inside .elementor-sticky .elementor-sticky--active .elementor-sticky--effects .stickyHeader{
    width: 100% !important;
    max-width: 100%!important;
}

.elementor-element .elementor-element-fc40bd6 .elementor-hidden-mobile .e-flex .e-con-boxed .e-con .e-parent .elementor-sticky .e-lazyloaded .stickyHeader .elementor-sticky--active .elementor-section--handles-inside{
	width: 100% !important;
    max-width: 100%!important;
}

.swiper-wrapper{cursor:context-menu !important}

/****16.11.2024***********/


@media (max-width: 768px) {
    .dynamic-blog-grid {
        grid-template-columns: 1fr; /* Full width layout for small screens */
    }

    .small-blog {
        flex-direction: column;
    }

    .small-blog .small-thumbnail {
        width: 100%;
        height: auto;
    }
}


#uc_ue_listing_accordion_elementor_04f8cfb *{
	padding-left: 0px !important;
}
#uc_ue_listing_accordion_elementor_c377714 *{
	padding-left: 0px !important;
}



/**************/

/* Ensure the title is styled and positioned correctly */
.swiper-slide .info {
    text-align: center; /* Center the title */
    margin-top: 10px; /* Add spacing between the image and title */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition for visibility */
}

/* Show the title only for the middle (active) slide */
.swiper-slide-active .info {
    opacity: 1; /* Show the title for the active slide */
}

/****6.2.2025************/
header {
    display: flex;
    justify-content: space-between; /* Adjust items inside header */
    align-items: center; /* Vertically align items */
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

.header-container {
    width: 100%;
    box-sizing: border-box; /* Prevent content overflow */
}

@media (max-width: 768px) {
    header {
        flex-direction: column; /* Stack elements vertically on smaller screens */
        padding: 10px; /* Add padding for spacing */
    }

    .menu-container {
        width: 100%; /* Ensure full-width menu */
        text-align: center; /* Center menu items */
    }
}


/***************/
.info {
    text-align: center;
    padding-top: 15px;
    visibility: hidden; /* Hide by default */
    opacity: 0; /* Transparent by default */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* Smooth transition */
}

.info .name {
    font-size: 18px;
    font-weight: bold;
    color: black; /* Ensure text color is black */
    margin: 5px 0;
}

.info .type {
    font-size: 14px;
    color: black;
}

/**************/



