body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

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

.list-group-item {
    border-left: none;
    border-right: none;
}

footer {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-nav {
        margin-top: 10px;
    }
    
    .card {
        margin-bottom: 20px;
    }
}

/* Contact Page Styles */
.contact-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Map iframe styling */
.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Form styling */
.contact-form .form-control {
    padding: 12px;
    border: 1px solid #dee2e6;
}

.contact-form .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Header styles */
header {
    position: sticky;
    top: 0;
    z-index: 1020;
}

/* Navigation adjustments */
.navbar-nav {
    gap: 0.5rem;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
}

/* Mobile menu styles */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #343a40;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 0.25rem;
    }
    
    .d-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
}

/* Modern What We Do Page Styles */
.text-gradient-primary {
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.service-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
}

.card-hover-effect {
    transition: transform 0.3s ease;
}

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

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .card .row.g-0 > [class^="col-"] {
        width: 100%;
    }
    
    .card .bg-primary, .card .bg-dark {
        padding: 1.5rem !important;
    }
}


/* Modern Stay Ahead of Threats Page Styles */
.text-gradient-danger {
    background: linear-gradient(90deg, #dc3545, #fd7e14);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.threat-intel-card {
    border-radius: 12px;
    overflow: hidden;
}

.threat-bg {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
    min-height: 300px;
}

.threat-features {
    list-style: none;
    padding-left: 0;
}

.threat-features li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.threat-features li:last-child {
    border-bottom: none;
}

.cta-card {
    border-radius: 12px;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('assets/images/cyber-threats.jpg');
    background-size: cover;
    background-position: center;
    border: none;
}

/* Hover effects */
.btn-danger {
    transition: all 0.3s ease;
}

.btn-danger:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(220, 53, 69, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .threat-bg {
        min-height: auto;
        padding: 2rem !important;
    }
    
    .threat-intel-card .row.g-0 > [class^="col-"] {
        width: 100%;
    }
}

/* Cyber World Modern Styles */
.cyber-world-header {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    overflow: hidden;
}

.cyber-world-bg {
    background: url('assets/images/cyber-network-bg.jpg') center/cover;
    opacity: 0.15;
    animation: pulse 15s infinite alternate;
}

@keyframes pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.threat-factor-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(220, 53, 69, 0.1);
}

.threat-factor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(220, 53, 69, 0.1);
}

.threat-factor-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .cyber-world-header {
        padding: 3rem 1rem !important;
    }
    
    .d-flex.justify-content-center {
        flex-direction: column;
        gap: 1rem !important;
    }
    
    .btn-lg {
        width: 100%;
    }
}

/* Who We Are Modern Styles */
.about-hero {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
}

.about-hero-bg {
    background: url('assets/images/cyber-team-bg.jpg') center/cover;
    opacity: 0.15;
}

.value-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.bg-gradient-dark {
    background: linear-gradient(135deg, #212529, #495057);
    border: none;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .about-hero {
        padding: 3rem 1rem !important;
    }
    
    .card .row.g-0 > [class^="col-"] {
        width: 100%;
    }
    
    .d-flex.justify-content-center {
        flex-direction: column;
        gap: 1rem !important;
    }
    
    .btn-lg {
        width: 100%;
    }
}

/* Our Team Modern Styles */
.team-hero {
    background: linear-gradient(135deg, #212529, #495057);
}

.team-hero-bg {
    background: url('assets/images/team-bg.jpg') center/cover;
    opacity: 0.15;
}

.team-member-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.team-member-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.team-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-member-card:hover .team-member-img img {
    transform: scale(1.05);
}

.social-links {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    transition: bottom 0.3s ease;
}

.team-member-card:hover .social-links {
    bottom: 0;
}

.social-links a {
    color: white;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: var(--bs-primary);
}

.team-member-info {
    padding: 1.5rem;
}

.expertise-tags {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    border: none;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .team-hero {
        padding: 3rem 1rem !important;
    }
    
    .d-flex.justify-content-center {
        flex-direction: column;
        gap: 1rem !important;
    }
    
    .btn-lg {
        width: 100%;
    }
    
    .team-member-img {
        height: 200px;
    }
}

/* Our Purpose Modern Styles */
.purpose-hero {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
}

.purpose-gradient-animation {
    background: linear-gradient(-45deg, #0d6efd, #6610f2, #dc3545, #fd7e14);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    opacity: 0.8;
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.purpose-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--bs-primary);
}

.purpose-pillar {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.purpose-pillar:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.pillar-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.object-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .purpose-hero {
        padding: 3rem 1rem !important;
    }
    
    .d-flex.justify-content-center {
        flex-direction: column;
        gap: 1rem !important;
    }
    
    .btn-lg {
        width: 100%;
    }
    
    .d-flex.mb-3 {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    
    .d-flex.mb-3 > div {
        margin-right: 0 !important;
    }
}