.elementor-1542 .elementor-element.elementor-element-ae5a62c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-100px;--margin-bottom:-100px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-1542 .elementor-element.elementor-element-ae5a62c{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-55f4cff *//* Top Gradient Header */
.header {
    background: linear-gradient(135deg, #0a2a43 0%, #0f4c75 40%, #3282b8 100%);
    padding: 40px 0;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    /* Premium look */
    font-size: 34px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
    border-bottom: 3px solid rgba(255, 215, 0, 0.45);
}

/* Stylish Gradient Text */
.header span {
    background: linear-gradient(90deg, #FF914D,  #FF914D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Center Card */
.container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.card {
    width: 700px;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

/* Background Image */
.card img.bg {
    width: 100%;
    height: 600px;
    object-fit: cover;
    opacity: 0.8;
}

/* Glass Area */
.content {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
}

/* Logo */
.logo1 img {
    width: 160px;         /* Perfect size (clear & sharp) */
    height: auto;         /* Aspect ratio safe */
    
    background: rgba(255,255,255,0.15);
    padding: 12px;
    border-radius: 12px;

    backdrop-filter: blur(10px);   /* blur fixed */
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0 4px 15px rgba(0,0,0,0.3); /* Makes logo pop */
}

/* Buttons */
.buttons a {
    display: block;
    width: 75%;
    margin: 10px auto;
    padding: 12px 0;
    background: #004AAD;
    color: white;
   
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.buttons a:hover {
    background: #FF914D;
    transform: scale(1.05);
}

/* Add Icons Space */
.buttons a i {
    margin-right: 8px;
}/* End custom CSS */