
/* ================= GLOBAL ================= */
.nyba-section {
    padding: 80px 20px;
    text-align: center;
}

.form-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.half-field{
    flex:1;
}
.dashicons, .dashicons-before:before{
	font-size: 45px;
	max-width: auto !important;
	width: auto !important;
	max-height: auto !important;
	color: #07456a !important;
	height: auto !important;
}


.half-field .wpcf7-form-control{
    width:100%;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea{
    width:100%;
    padding:14px 16px;
    border:1px solid #dcdcdc;
    border-radius:8px;
    font-size:15px;
    margin-top:6px;
}

.wpcf7-form textarea{
    min-height:90px;
    resize:vertical;
}

@media (max-width:768px){
    .form-row{
        flex-direction:column;
        gap:15px;
    }
}

.wpcf7-submit{
    background:#07456a;
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
}

.form-row{
    display:flex;
    gap:20px;
    margin-bottom:18px;
}

.half-field{
    width:50%;
}

.half-field input,
.half-field select,
.half-field textarea{
    width:100%;
}

textarea{
    min-height:90px;
    max-height:90px;
    resize:none;
}

@media(max-width:768px){
    .form-row{
        flex-direction:column;
    }
    .half-field{
        width:100%;
    }
}
/* ================= HERO ================= */
.nyba-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 140px 20px;
    color: white;
    overflow: hidden;
}
.nyba-hero{
	text-align: center;
}
.nyba-ro h1{
	color: #f8f8f8 !important;
}
.nyba-about-hero h1{
	color: #f8f8f8 !important;
}
.ast-site-title-wrap{
	display: none !important;
}
.nyba-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0,0,0,0.75), rgba(10,20,40,0.6));
}

/* ================= BUTTONS ================= */
.nyba-btn {
    background: #07456a;
    color: white;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.nyba-btn:hover {
    transform: translateY(-3px);
}

.nyba-btn-outline {
    border: 2px solid white;
    color: white;
    padding: 12px 22px;
    border-radius: 8px;
    margin-left: 10px;
}

/* ================= ICON GRID ================= */
.nyba-icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.nyba-icon-card {
    padding: 20px;
    background: white;
    border-radius: 12px;
    transition: 0.3s;
}

.nyba-icon-card:hover {
    transform: translateY(-5px);
}

/* ================= CARDS ================= */
.nyba-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* ================= STEPS ================= */
.nyba-steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nyba-step {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

/* ================= ASSETS ================= */
.nyba-assets {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 80px 20px;
}

.nyba-assets img {
    width: 100%;
    border-radius: 12px;
}

/* ================= CTA ================= */
.nyba-cta {
    background: #0b0b0b;
    color: white;
    padding: 100px 20px;
}

/* ================= ANIMATION ================= */
.nyba-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.nyba-animate.show {
    opacity: 1;
    transform: translateY(0);
}
a{
	text-decoration: none !important;
}
.nyba-delay-1 { transition-delay: 0.1s; }
.nyba-delay-2 { transition-delay: 0.2s; }
.nyba-delay-3 { transition-delay: 0.3s; }


/* ================= ABOUT HERO ================= */

.nyba-about-hero {
    position: relative;
    padding: 140px 20px;
    text-align: center;
    color: white;
    background: #0b0b0b;
    overflow: hidden;
}

.nyba-about-hero::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,59,48,0.15), transparent 60%);
    top: -200px;
    right: -150px;
}

.nyba-about-hero::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,59,48,0.08), transparent 60%);
    bottom: -200px;
    left: -150px;
}

/* ================= BADGE ================= */

.nyba-about-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}

/* ================= CONTENT ================= */

.nyba-about-content {
    padding: 90px 20px;
    background: #ffffff;
}

.nyba-about-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.nyba-about-text h2 {
    color: #0b0b0b;
    margin-bottom: 20px;
}

.nyba-about-text p {
    color: #444;
    line-height: 1.8;
}

/* ================= SIDE CARD ================= */

.nyba-about-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 30px;
    transition: 0.3s;
}

.nyba-about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.nyba-about-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.nyba-about-card h3 {
    margin-bottom: 10px;
    color: #0b0b0b;
}

.nyba-about-card ul {
    padding-left: 18px;
}

.nyba-about-card li {
    margin-bottom: 8px;
    color: #555;
}

/* ================= DISCLOSURE ================= */

.nyba-disclosure-section {
    padding: 20px 90px;
    background: #f5f3e7;
}

.nyba-disclosure-card {
    max-width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 50px;
    border: 1px solid #eee;
}

.nyba-disclosure-card h2 {
    margin-bottom: 20px;
    color: #0b0b0b;
}

.nyba-disclosure-card p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 12px;
}

/* ================= CTA ================= */

.nyba-about-cta {
    background: #0b0b0b;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.nyba-about-cta h2 {
    color: white;
    margin-bottom: 15px;
}

.nyba-about-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* ================= BUTTON OVERRIDE (RED SYSTEM) ================= */

.nyba-btn {
    background: #07456a;
    color: white;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    font-weight: 600;
}

.nyba-btn:hover {
    transform: translateY(-3px);
    background: #07456a;
}

.nyba-btn-outline {
    border: 2px solid white;
    color: white;
    padding: 12px 22px;
    border-radius: 8px;
}

/* ================= RESPONSIVE ================= */

@media(max-width: 768px){

    .nyba-about-grid {
        grid-template-columns: 1fr;
    }

    .nyba-about-hero {
        padding: 100px 20px;
    }

    .nyba-disclosure-card {
        padding: 30px;
    }
}


/* ================= NEWS CARDS ================= */

.nyba-news-card {
    text-align: left;
    overflow: hidden;
    border-radius: 12px;
}

.nyba-news-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.nyba-news-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.nyba-news-card h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #0b0b0b;
}

.nyba-news-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.nyba-read-more {
    display: inline-block;
    margin-top: 10px;
    color: #07456a;
    font-weight: 600;
    font-size: 13px;
}

/* ================= HOME CONTENT ================= */

.nyba-home-content,
.nyba-assets-section{
    padding:90px 20px;
}

.nyba-container{
    max-width:1200px;
    margin:auto;
}

.nyba-home-grid{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:60px;
    align-items:center;
}

.nyba-home-grid.reverse{
    grid-template-columns:1fr 1.1fr;
}

.nyba-home-image img{
    width:100%;
    border-radius:16px;
    display:block;
}

.nyba-mini-title{
    color:#07456a;
    font-weight:700;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.nyba-home-text h2{
    margin:15px 0 20px;
    font-size:42px;
    line-height:1.15;
}

.nyba-home-text p{
    line-height:1.8;
    margin-bottom:18px;
}

.nyba-list-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin:30px 0;
}

.nyba-list-grid ul,
.nyba-benefits ul{
    margin:0;
    padding-left:20px;
}

.nyba-list-grid li,
.nyba-benefits li{
    margin-bottom:10px;
}

.nyba-benefits{
    background:#f7f7f7;
    padding:25px;
    border-radius:14px;
    margin-top:20px;
}

.nyba-benefits h3{
    margin-bottom:15px;
}

.nyba-disclosure{
    margin-top:25px;
    padding:20px;
    border-left:4px solid #07456a;
    background:#fafafa;
    font-size:14px;
    line-height:1.7;
}

@media(max-width:991px){

    .nyba-home-grid,
    .nyba-home-grid.reverse{
        grid-template-columns:1fr;
    }

    .nyba-home-text h2{
        font-size:32px;
    }

    .nyba-list-grid{
        grid-template-columns:1fr;
    }
}