/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

body{
    margin:0;
    background:#f5f7fb;
    font-family:'Segoe UI',Arial,sans-serif;
    color:#222;
}

.af-hero{
    position:relative;
    background:url("https://images.unsplash.com/photo-1511578314322-379afb476865?q=80&w=2000&auto=format&fit=crop") center center/cover no-repeat;
    min-height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:left;
}

.af-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(6,27,60,.78);
}

.af-hero .af-container{
    position:relative;
    z-index:2;
}

.af-subtitle{
    display:inline-block;
    color:#ff4d7d;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.af-heading{
    font-size:72px;
    color:#fff;
    margin:0 0 20px;
    line-height:1.1;
}

.af-description{
    color:#fff;
    font-size:22px;
    max-width:700px;
    line-height:1.7;
    opacity:.95;
}

.af-container{
    max-width:1250px;
    margin:auto;
    padding:70px 20px;
}

.af-speakers{
    margin-top:-120px;
    position:relative;
    z-index:20;
}

.af-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.af-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    transition:.35s;
}

.af-card:hover{
    transform:translateY(-12px);
}

.af-image{
    overflow:hidden;
}

.af-image img{
    width:100%;
    height:360px;
    object-fit:cover;
    transition:.4s;
}

.af-card:hover img{
    transform:scale(1.05);
}

.af-content{
    padding:28px;
}

.af-content h3{
    margin:0;
    font-size:30px;
    color:#153b69;
}

.af-job{
    color:#e6406b;
    font-weight:700;
    margin:15px 0 8px;
    font-size:18px;
}

.af-org{
    color:#666;
    margin-bottom:25px;
    line-height:1.6;
}

.af-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#e6406b;
    font-weight:700;
    text-decoration:none;
}

.af-btn::after{
    content:"→";
    font-size:20px;
}

.af-filter{
    display:flex;
    justify-content:flex-end;
    margin-bottom:30px;
}

.af-filter select{
    padding:12px 18px;
    min-width:250px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
}

#af-popup{

position:fixed;

top:50%;

left:50%;

transform:translate(-50%,-50%);

background:white;

padding:30px;

border-radius:10px;

box-shadow:0 0 20px rgba(0,0,0,.3);

display:none;

z-index:9999;

}

#af-popup input{

width:100%;

padding:12px;

margin-bottom:15px;

}

#af-popup button{

padding:12px 20px;

background:#123d69;

color:white;

border:none;

cursor:pointer;

}

@media(max-width:991px){

.af-grid{
grid-template-columns:repeat(2,1fr);
}

.af-heading{
font-size:54px;
}

}

@media(max-width:768px){

.af-grid{
grid-template-columns:1fr;
}

.af-heading{
font-size:40px;
}

.af-description{
font-size:18px;
}

}