body {
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, .font-headline {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.02em;
}

/* Custom Styles for the "Architect" Look */
.navbar {
    background: rgba(15, 23, 42, 0.7) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 242, 255, 0.1);
}

.text-primary-custom { color: var(--primary-glow); }
.bg-primary-custom { background-color: var(--primary-glow); color: #00363a; }

.glass-card {
    background: var(--bs-body-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--primary-glow);
    transition: all 0.3s ease;
}

.glass-card:hover {
    border-color: var(--primary-glow);
    transform: translateY(-5px);
}

.hero-section {
    display: flex;
    align-items: center;
    position: relative;
    background-image: radial-gradient(var(--primary-glow) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--bs-body-bg) 30%, transparent 100%);
}

.text-glow {
    text-shadow: 0 0 15px rgba(0, 242, 255, 0.5);
}

.btn-primary-custom {
    background-color: var(--primary-glow);
    color: #00363a;
    border: none;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s;
}

.btn-primary-custom:hover {
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.4);
    filter: brightness(1.1);
}

.img-architect {
    border-left: 2px solid rgba(0, 242, 255, 0.2);
    border-radius: 2rem 0 0 2rem;
    object-fit: cover;
}

.footer {
    background-color: var(--bs-body-bg);
    border-top: 1px solid #1e293b;
}

.text-secondary-emphasis{
    color: white !important;
}

.text-secondary
{
    color: white !important;
}

.owl-carousel .owl-stage-outer {
    height: 500px !important; /* Adjust to your needs */
}
.owl-carousel .owl-item img {
    height: 500px !important; /* Match stage height */
    object-fit: cover; /* Prevents image stretching */
}

.logo{
    width:40px;
}