
.theme-color-1 {
    --color-primary: #141D3C;
}

.pt-100 {
    padding-top: 80px;
}

.custom-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-primary, #141D3C);
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s ease;
    border: none;
}

.custom-btn i {
    font-size: 16px;
}

.custom-btn:hover {
    background: #141D3C;
    transform: translateY(-2px);
    color: #fff !important;
}
