/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

.galery-img .gallery-icon img {
    background: #fff;
    height: 210px !important;
    object-fit: contain;
    border: 1px solid #ccc;
    width: 270px;
    padding: 20px;
    overflow: hidden;
    transition: 0.5s ease all;
}
.galery-img .gallery-icon{
	overflow:hidden;
}
.galery-img .gallery-icon:hover img{
	transform:scale(1.1);
}

.program-box .elementor-icon svg {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(105%) contrast(105%);
}

.dialog-lightbox-widget-content .elementor-slideshow__footer {display:none;}

.footer_icons_size svg {width:35px;}
.journey-img img {
    height: 250px;
    object-fit: cover;
}
/* Event Section CSS Start 
----------------------------------------------------------------*/
.ambe-events-section{box-sizing:border-box;color:#ffffff;font-family:inherit}
.ambe-events-header{text-align:center;margin-bottom:34px}
.ambe-events-eyebrow{font-size:15px;line-height:1.4;font-weight:700;margin-bottom:15px;color:#ffffff}
.ambe-events-header h2{margin:0;padding:0;color:#ffffff;font-size:34px;line-height:1.2;font-weight:700}
.ambe-featured-event{display:grid;grid-template-columns:48% 52%;align-items:center;width:100%;margin-bottom:30px}
.ambe-featured-image{position:relative;width:100%;height:265px;overflow:hidden;border-radius:6px;background:#111111}
.ambe-featured-image img{width:100%;height:100%;object-fit:cover;display:block}
.ambe-no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#222;color:#fff;font-size:20px;font-weight:700}
.ambe-next-show{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;background:#bd3d45;border-radius:6px;color:#ffffff;font-size:14px;line-height:1;font-weight:700;letter-spacing:.1px; display: none;}
.ambe-featured-content{padding-left:44px}
.ambe-featured-title{margin:0 0 17px!important;padding:0!important;color:#ffffff!important;font-size:31px!important;line-height:1.2!important;font-weight:700!important}
.ambe-featured-meta{display:flex;flex-wrap:wrap;align-items:center;gap:13px 16px;color:#ffffff;font-size:14px;line-height:1.5}
.ambe-meta-item{display:inline-flex;align-items:center;gap:6px;color:#ffffff}
.ambe-meta-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.ambe-featured-divider{width:100%;height:1px;margin:17px 0;background:rgba(255,255,255,.28)}
.ambe-featured-description{margin:0 0 18px!important;padding:0!important;color:#ffffff!important;font-size:15px!important;line-height:1.65!important}
.ambe-ticket-button{display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;background:#23845d;border-radius:4px;color:#ffffff!important;font-size:14px;line-height:1.3;font-weight:700;text-decoration:none!important;transition:all .2s ease}
.ambe-ticket-button:hover{background:#176d4b;color:#ffffff!important;transform:translateY(-1px)}
.ambe-event-row{display:grid;grid-template-columns:130px minmax(0,1fr) 280px;column-gap:38px;align-items:center;padding:15px 0;border-top:1px solid rgba(255,255,255,.45)}
.ambe-date-box{width:130px;min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0b2c50;border-radius:4px;box-sizing:border-box;text-align:center}
.ambe-date-day{display:block;margin-bottom:17px;color:#ffffff;font-size:36px;line-height:1;font-weight:700}
.ambe-date-month{display:block;color:#ffffff;font-size:26px;line-height:1;font-weight:500;text-transform:uppercase}
.ambe-event-details{min-width:0}
.ambe-event-title{margin:0 0 12px!important;padding:0!important;color:#ffffff!important;font-size:23px!important;line-height:1.25!important;font-weight:700!important}
.ambe-event-description{margin:0!important;padding:0!important;color:#ffffff!important;font-size:15px!important;line-height:1.6!important}
.ambe-event-right{display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.ambe-event-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;color:#ffffff;font-size:14px;line-height:1.5}
.ambe-events-empty,.ambe-events-error{width:100%;padding:40px 20px;text-align:center;color:#ffffff;box-sizing:border-box}

@media (max-width: 1440px){
	#top-hdr-menu ul li a {
    padding-right: 30px !important;
}
	.top-hder {
    padding: 10px 20px;
}
	.top-hder .elementor-element-10bfc429 {
    gap: 20px;
}
	.top-hder .elementor-button {
    padding: 15px 20px !important;
    font-size: 18px;
}
	.elementor-button{
		font-size: 16px !important;
	}
}




@media (max-width: 900px) {
.ambe-events-section{padding-left:25px;padding-right:25px}
.ambe-featured-event{grid-template-columns:1fr}
.ambe-featured-image{height:300px}
.ambe-featured-content{padding:28px 0 0}
.ambe-event-row{grid-template-columns:110px minmax(0,1fr);column-gap:25px;row-gap:20px}
.ambe-date-box{width:110px;min-height:130px}
.ambe-event-right{grid-column:2}
}


@media (max-width: 600px) {
.ambe-events-section{padding:40px 15px 45px}
.ambe-events-header{margin-bottom:27px}
.ambe-events-eyebrow{font-size:14px}
.ambe-events-header h2{font-size:27px}
.ambe-featured-image{height:220px}
.ambe-featured-content{padding-top:24px}
.ambe-featured-title{font-size:25px!important}
.ambe-featured-meta{flex-direction:column;align-items:flex-start;gap:8px}
.ambe-event-row{grid-template-columns:82px minmax(0,1fr);column-gap:16px;row-gap:18px;padding:16px 0}
.ambe-date-box{width:82px;min-height:115px}
.ambe-date-day{font-size:29px;margin-bottom:15px}
.ambe-date-month{font-size:20px}
.ambe-event-title{font-size:20px!important}
.ambe-event-description{font-size:14px!important}
.ambe-event-right{grid-column:1 / -1;padding-left:98px}
.ambe-event-meta{flex-direction:column;align-items:flex-start;gap:7px}
}

/* Event Section CSS Stop 
----------------------------------------------------------------*/



@media (max-width: 600px) {
.galery-img #gallery-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
	.galery-img #gallery-1 .gallery-item {
    width: 48%;
    padding: 0px !important;
}
	.galery-img .gallery-icon img {
    height: 100px !important;
    width: 100%;
    padding: 10px;
}
}