body {
    font-family: 'Rajdhani', sans-serif;
    scroll-behavior: smooth;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('/img/bg.jpg') no-repeat center center/cover;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}

.hero-section {
    color: white;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.text-ag-primary {
    color: #ece819 !important;
}

.text-ag-secondary {
    color: #04034f !important;
}

.btn-ag-primary {
    background-color: #ece819 !important;
    color: #04034f !important;
    border: none;
}

.btn-ag-primary:hover {
    background-color: #04034f !important;
    color: #ece819 !important;
}

.btn-ag-secondary {
    background-color: #04034f !important;
    color: #ece819 !important;
    border: none !important;
}

.btn-ag-secondary:hover {
    background-color: #ece819 !important;
    color: #04034f !important;
}

.btn-ag {
    background-color: #ece819 !important;
    color: #04034f !important;
    border: none;
    font-weight: bold;
}

.btn-ag:hover {
    background-color: #04034f !important;
    color: #ece819 !important;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #04034f;
    text-align: center;
}

.stat-box {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.stat-box h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ece819;
}

.stat-box p {
    font-size: 1.1rem;
    margin: 0;
    color: #04034f;
}

.info-section {
    padding: 80px 0;
    background-color: #fff;
}

.cta-section {
    background-color: #04034f;
    color: white;
    text-align: center;
    padding: 60px 0;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.footer {
    background-color: #001f4d;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.navbar {
    background: #04034f !important;
    transition: background 0.3s;
}

.navbar .nav-link {
    color: #ece819 !important;
    transition: color 0.3s;
}

.navbar .nav-link.active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
    color: #fff !important;
}

.navbar-scrolled {
    background: rgba(4, 3, 79, 0.85) !important;
    transition: background 0.3s;
}

.bg-ag-primary {
    background-color: #ece819 !important;
}

.bg-ag-primary-50 {
    background-color: rgba(236, 232, 25, 0.5) !important;
}

.bg-ag-secondary {
    background-color: #04034f !important;
}

.bg-ag-secondary-50 {
    background-color: rgba(4, 3, 79, 0.5) !important;
}

.border-ag-primary {
    border-color: #ece819 !important;
}

.border-ag-secondary {
    border-color: #04034f !important;
}

.color-ag-primary {
    color: #ece819 !important;
}

.color-ag-secondary {
    color: #04034f !important;
}

.custom-radius {
    border-radius: 1rem;
}

.hero-section {
    background: url('../img/delegelik.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
