/* Professional Landing Page Styles */
/* ========================================
   CENTERED LOGO NAVBAR - BLACK BACKGROUND
   ======================================== */

/* Navbar base styles - black background */
.navbar {
    background-color: #000000 !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3) !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 90px !important;
    z-index: 1000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Navbar large state (default) */
.navbar--large {
    height: 115px !important;
    background-color: transparent !important;
}

.navbar--large .landing-logo-centered img,
.navbar--large .navbar-brand.landing-logo-centered img,
.navbar--large .navbar-brand img {
    max-height: 90px !important;
    height: 90px !important;
}

.navbar--large .nav-link {
    font-size: 15px !important;
    padding: 30px 18px !important;
}

/* Logo container styling */
.landing-logo-centered,
.navbar-brand.landing-logo-centered {
    width: 260px !important;
    padding: 5px 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: -40px !important;
    margin-right: -40px !important;
    margin: 0 !important;
}

.landing-logo-centered img,
.navbar-brand.landing-logo-centered img {
    height: 70px !important;
    max-height: 70px !important;
    width: auto !important;
    object-fit: contain !important;
    transition: 0.3s;
}

/* Navbar brand styling (Bootstrap class) */
.navbar .navbar-brand {
    max-height: 70px !important;
    height: 70px !important;
}

.navbar .navbar-brand img {
    height: 70px !important;
    max-height: 70px !important;
    width: auto !important;
}

/* Navbar shrunk state (when scrolled) */
.navbar--shrink {
    height: 80px !important;
    background-color: #101010 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
}

.navbar--shrink .landing-logo-centered img,
.navbar--shrink .navbar-brand.landing-logo-centered img,
.navbar--shrink .navbar-brand img {
    height: 50px !important;
    max-height: 50px !important;
}

.navbar--shrink .nav-link {
    font-size: 14px !important;
    padding: 20px 16px !important;
}

.navbar--shrink .navbar-social .social-link {
    width: 28px;
    height: 28px;
}

.navbar--shrink .navbar-social .social-link i {
    font-size: 12px;
}

/* Social media links in navbar */
.navbar-social {
    display: flex;
    font-size: 28px;
    align-items: center;
    gap: 20px;
}

.navbar-social .social-link {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.navbar-social .social-link:hover {
    color: #db3236;
    transition: color 0.2s ease-in-out;
}

.navbar-social .social-link i {
    font-size: inherit;
}

/* Keep navbar black on scroll - prevent any color changes */
.navbar.top-nav-collapse,
.navbar.default {
    background-color: #000000 !important;
}

.navbar.bg-light {
    background-color: #000000 !important;
}

.navbar-social .social-link i {
    font-size: 14px;
}

/* Keep navbar black on scroll - prevent any color changes */
.navbar.top-nav-collapse,
.navbar.default {
    background-color: #000000 !important;
    backdrop-filter: blur(10px) !important;
}

.navbar.bg-light {
    background-color: #000000 !important;
}

.landing-logo-centered {
    position: absolute !important;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.navbar .navbar-brand {
    max-height: 70px;
}

.navbar .navbar-brand img {
    max-height: 70px;
    height: 70px;
    width: auto;
}

/* Desktop styles */
@media (min-width: 992px) {
    .navbar .container {
        position: relative;
    }

    .navbar-collapse {
        position: static !important;
    }

    .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }

    .navbar-nav.me-auto {
        margin-right: auto !important;
        justify-content: flex-end !important;
        width: 450px !important;
    }

    .navbar-nav.ms-auto {
        margin-left: auto !important;
        justify-content: flex-start !important;
        width: 450px !important;
    }

    .landing-logo-centered {
        position: absolute !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 260px !important;
        padding: 5px 30px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .landing-logo-centered img,
    .navbar-brand.landing-logo-centered img {
        height: 70px !important;
        max-height: 70px !important;
        width: auto !important;
        object-fit: contain !important;
        transition: 0.3s;
    }

    .navbar--large .landing-logo-centered img,
    .navbar--large .navbar-brand.landing-logo-centered img,
    .navbar--large .navbar-brand img {
        height: 90px !important;
        max-height: 90px !important;
    }

    .navbar--shrink .landing-logo-centered img,
    .navbar--shrink .navbar-brand.landing-logo-centered img,
    .navbar--shrink .navbar-brand img {
        height: 50px !important;
        max-height: 50px !important;
    }
        transition: 0.3s;
    }

    .navbar--large .landing-logo-centered img {
        max-height: 90px;
    }

    .navbar--shrink .landing-logo-centered img {
        max-height: 50px;
    }
}

/* Mobile styles - improve responsive layout */
@media (max-width: 991.98px) {
    .navbar {
        height: 60px !important;
        padding: 0 !important;
    }

    /* Mobile navbar states */
    .navbar--large {
        height: 60px !important;
        padding: 0 !important;
    }

    .navbar--shrink {
        height: 60px !important;
        padding: 0 !important;
    }

    .navbar--large .landing-logo-centered img,
    .navbar--large .navbar-brand.landing-logo-centered img,
    .navbar--large .navbar-brand img,
    .navbar--shrink .landing-logo-centered img,
    .navbar--shrink .navbar-brand.landing-logo-centered img,
    .navbar--shrink .navbar-brand img {
        height: 50px !important;
        max-height: 50px !important;
    }

    .landing-logo-centered,
    .navbar-brand.landing-logo-centered {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        padding: 10px 0 !important;
        margin: 0 !important;
    }

    /* Hide social links on mobile */
    .navbar-social {
        display: none !important;
    }

    .navbar .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .navbar-toggler {
        order: 1;
        margin-left: auto;
        border: 2px solid #333333;
        padding: 8px 12px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-brand.landing-logo-centered {
        position: static !important;
        transform: none !important;
        order: 2;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .navbar-collapse {
        order: 3;
        width: 100%;
        margin-top: 15px;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
    }

    .navbar-nav {
        flex-direction: column !important;
        width: 100%;
        gap: 5px !important;
    }

    .navbar-nav.me-auto,
    .navbar-nav.ms-auto {
        margin: 0 !important;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        border-bottom: 1px solid #1a1a1a;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .nav-link {
        padding: 12px 15px !important;
        border-radius: 0 !important;
        width: 100%;
        display: block;
    }

    .btn-nav-cta {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .nav-item.ms-2 {
        margin-left: 0 !important;
        padding: 10px 15px;
        background-color: #0a0a0a;
    }

    .dropdown-menu {
        position: static !important;
        transform: none !important;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-color: #0a0a0a;
        padding-left: 20px;
    }

    .dropdown-item {
        padding: 8px 15px;
        color: #ffffff;
    }
}

/* Navbar link styles - white text */
.navbar .nav-link {
    font-weight: 600;
    color: #ffffff !important;
    padding: 30px 18px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    transition: color 0.4s;
    display: block;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #db3236 !important;
    transition: color 0.2s ease-in-out;
}

.navbar .nav-link:focus {
    color: #ffffff !important;
}

/* Dropdown toggle */
.navbar .dropdown-toggle::after {
    display: none;
}

/* Dropdown menu styles */
.navbar .dropdown-menu {
    background-color: #101010;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-top: 0;
    padding: 10px 0;
    min-width: 200px;
}

.navbar .dropdown-item {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
    letter-spacing: 0.6px;
    text-transform: none;
}

.navbar .dropdown-item:hover {
    color: #b9b9b9 !important;
    background-color: transparent;
}
    font-weight: 600;
}

.navbar .dropdown-toggle::after {
    margin-left: 5px;
}

.navbar .dropdown-menu {
    background-color: #000000;
    border: 1px solid #1a1a1a;
}

.navbar .dropdown-item {
    color: #ffffff;
}

.navbar .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Black button styles */
.btn-nav-cta {
    background: #000000 !important;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-nav-cta:hover {
    transform: translateY(-2px);
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Very small mobile devices */
@media (max-width: 575.98px) {
    .navbar-brand.landing-logo-centered img {
        max-height: 40px;
    }

    .nav-link {
        font-size: 14px !important;
    }
}

/* ========================================
   PROFESSIONAL HERO SECTION
   ======================================== */

.professional-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    overflow: hidden;
}

.professional-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.professional-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(37, 99, 235, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.professional-hero .hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    color: #60a5fa;
    font-size: 0.875rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s ease-out;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-title span {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 50%, #93c5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #94a3b8;
    line-height: 1.8;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.btn-hero-primary {
    background: #000000 !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 16px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    background: #ffffff !important;
    color: #000000 !important;
}

/* ========================================
   MAGNUM PROTECTIVE - HERO SLIDES SECTION
   ======================================== */

.slides {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slides__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slides__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

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

.hero-background-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                        url('{{ asset('assets/images/hero-background.svg') }}') center/cover no-repeat;
}

/* ========================================
   INTRO SECTION
   ======================================== */

.intro-section {
    padding: 100px 0;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.intro-section__body {
    flex: 1;
    padding: 0 60px;
}

.intro-section__text--large {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.3;
}

.intro-section__text--small {
    font-size: 1rem;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.intro-section__img {
    flex: 1;
    min-height: 400px;
    background: url('../images/index_4.jpg') center/cover no-repeat;
}

.btn {
    margin-top: 40px;
}

.btn__link {
    display: inline-block;
    padding: 12px 24px;
    background: #db3236;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.37) 0px 1px 4px 0px;
}

.btn__link:hover {
    background: #c02b2f;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
}

/* ========================================
   SERVICES SECTION - MAGNUM STYLE
   ======================================== */

.services-section {
    padding: 80px 0;
    background: #f8f9fa;
    text-align: center;
}

.services-section__text--large {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.services-section__text--small {
    font-size: 1.1rem;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.services-grid__col {
    display: flex;
}

.services-grid__col__card {
    flex: 1;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

.services-grid__col__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.services-grid__col__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.services-grid__col__link:hover .services-grid__col__img {
    transform: scale(1.1);
}

.services-grid__col__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: #ffffff;
    padding: 30px 20px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.services-grid__last-row {
    display: flex;
    justify-content: center;
}

/* ========================================
   ABOUT SECTION
   ======================================== */

.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #333333;
    box-sizing: border-box;
    overflow: hidden;
}

.about-section__text {
    z-index: 100;
    padding: 0 8.33333%;
    box-sizing: border-box;
    width: 50%;
    color: #000000;
}

.about-section__image {
    background: url('../images/index_1.jpg') center/cover no-repeat;
    width: 50%;
    height: 700px;
}

.text--large {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 20px;
    font-family: 'Lustria', serif;
    line-height: 1.3;
}

.text--small {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}

/* ========================================
   STATS SECTION
   ======================================== */

.stats-section {
    padding: 80px 0;
    background: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.7)),
                url('../images/index_6.jpg') center/cover no-repeat;
    color: #ffffff;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.stats-col--left {
    flex: 1;
    padding: 0 60px;
}

.stats-col--right {
    flex: 1;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.round-item {
    text-align: center;
}

.round-item__title {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.round-item__circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.round-item__number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.round-item__text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.stats-col--left .text--large {
    color: #ffffff;
}

.stats-col--left .text--small {
    color: rgba(255, 255, 255, 0.85);
}

/* ========================================
   FEATURES SECTION
   ======================================== */

.features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 150px 8.33333%;
    background: #ffffff;
    margin-left: -40px;
}

.features-col {
    display: flex;
    width: 50%;
    padding-left: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.features-col__image {
    flex-shrink: 0;
}

.features-col__image__img {
    max-width: 100%;
    height: auto;
    display: block;
}

.img__access {
    margin-top: -1px;
}

.img__cam {
    margin-top: 1px;
}

.img__event {
    margin-top: -2px;
}

.features-col__card {
    display: flex;
    background: #ffffff;
    border-radius: 2px;
    padding: 25px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}

.features-col__text-box {
    flex: 1;
}

.features-col__text--large {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Lustria', serif;
}

.features-col__text--small {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.features-section__btn {
    text-align: center;
    margin-top: 20px;
}

.features-section__btn__link {
    display: inline-block;
    padding: 18px 45px;
    background: #db3236;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.features-section__btn__link:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}

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

@media (max-width: 991.98px) {
    .intro-section {
        padding: 60px 20px;
    }

    .intro-section__text--large {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .intro-section {
        flex-direction: column;
        padding: 60px 20px;
    }

    .intro-section__body {
        padding: 0;
        text-align: center;
    }

    .intro-section__img {
        min-height: 300px;
    }

    .about-section {
        flex-direction: column;
    }

    .about-section__text {
        width: 100%;
        padding: 100px 8.33333%;
    }

    .about-section__image {
        width: 100%;
        height: 500px;
    }

    .stats-section {
        flex-direction: column-reverse;
        padding: 60px 20px;
    }

    .stats-col--left,
    .stats-col--right {
        padding: 30px 0;
    }

    .stats-col--right {
        flex-direction: column;
        gap: 30px;
    }

    .round-item__circle {
        width: 120px;
        height: 120px;
    }

    .round-item__number {
        font-size: 2rem;
    }

    .features-section {
        padding: 100px 8.33333%;
        margin-left: 0;
    }

    .features-col {
        width: 100%;
        padding-left: 0;
        flex-direction: column;
    }

    .features-col__image {
        flex: 1;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .features-section__btn__link {
        padding: 15px 35px;
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .services-section__text--large {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-grid__last-row {
        display: flex;
    }

    .intro-section__text--large,
    .text--large {
        font-size: 1.75rem;
    }

    .round-item__circle {
        width: 100px;
        height: 100px;
    }

    .round-item__number {
        font-size: 1.5rem;
    }

    .round-item__text {
        font-size: 0.75rem;
    }
}
    color: #000000 !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.btn-hero-outline {
    background: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 16px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-hero-outline:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

.hero-trust {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.9375rem;
}

.trust-item i {
    color: #10b981;
}

.hero-visual {
    position: relative;
}

.hero-main-image {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.3));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    animation: floatCard 5s ease-in-out infinite;
}

.floating-card .card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1.25rem;
}

.floating-card .card-text strong {
    display: block;
    font-size: 1.25rem;
    color: #0f172a;
}

.floating-card .card-text span {
    font-size: 0.875rem;
    color: #64748b;
}

.floating-card.card-1 {
    top: 10%;
    right: -10%;
    animation-delay: 0s;
}

.floating-card.card-2 {
    top: 50%;
    right: -20%;
    animation-delay: 1.5s;
}

.floating-card.card-3 {
    bottom: 10%;
    right: -5%;
    animation-delay: 3s;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   STATISTICS SECTION
   ======================================== */

.statistics-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    margin-top: -60px;
    z-index: 10;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -1px rgba(0, 0, 0, 0.06),
                0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.stat-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 16px;
    color: #ffffff;
    font-size: 1.75rem;
    flex-shrink: 0;
}

.stat-content {
    flex: 1;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0;
}

/* ========================================
   SERVICES SECTION
   ======================================== */

.services-section {
    padding: 100px 0;
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

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

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 16px;
    color: #ffffff;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.service-card p {
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   VALUES SECTION
   ======================================== */

.values-section {
    padding: 100px 0;
    background: #f8fafc;
    position: relative;
}

.values-content {
    padding-right: 40px;
}

.values-section .section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #000000;
    color: #ffffff;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.values-section .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 30px;
    line-height: 1.2;
}

.values-section .section-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.8;
}

.values-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.values-list li {
    padding: 12px 0;
    font-size: 1.0625rem;
    color: #334155;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.values-list li:hover {
    padding-left: 10px;
    color: #000000;
    font-weight: 600;
}

.values-list li i {
    font-size: 1.25rem;
}

.values-image {
    position: relative;
}

.image-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.image-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #000000;
}

.card-icon-large {
    width: 100px;
    height: 100px;
    background: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: #ffffff;
    font-size: 3rem;
}

.image-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.image-card p {
    color: #64748b;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .values-section {
        padding: 60px 0;
    }

    .values-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .values-section .section-title {
        font-size: 2rem;
    }

    .image-card {
        padding: 40px 30px;
    }
}

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

.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.25rem;
    color: #94a3b8;
    margin-bottom: 2.5rem;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 18px 40px;
    background: #000000 !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.btn-cta-primary:hover {
    transform: translateY(-2px);
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

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

@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .floating-card {
        display: none;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .professional-hero {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }

    .hero-trust {
        flex-direction: column;
        gap: 1rem;
    }

    .statistics-section {
        padding: 60px 0;
        margin-top: -30px;
    }

    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .services-section,
    .features-section,
    .cta-section {
        padding: 60px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-content p {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .service-card {
        padding: 1.5rem;
    }
}

/* ========================================
   FOOTER STYLES
   ======================================== */

.footer {
    background: #000000 !important;
    position: relative;
}

/* Contact Section Styles */
.contact-section {
    display: flex;
    flex-direction: row;
    padding: 80px 0;
    background: #000000;
}
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.2rem;
}

.footer p {
    color: #ffffff !important;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.footer .footer-link {
    list-style: none;
    padding: 0;
}

.footer .footer-link a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 0;
    display: block;
    font-size: 0.95rem;
}

.footer .footer-link a:hover {
    color: #ffffff;
    padding-left: 5px;
    text-decoration: underline;
}

.sub-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    margin-top: 50px;
    background: #000000;
}

/* Contact Section Styles */
.contact-section {
    display: flex;
    flex-direction: row;
    padding: 80px 0;
}

.contact-col--left {
    flex: 1;
    padding-right: 60px;
}

.contact-col--right {
    flex: 1;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.contact-section__divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 40px;
}

.contact-col__logo__img {
    max-height: 80px;
    margin-bottom: 20px;
}

.text--large {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.text--small {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 0;
}

.contact-col__line {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-col__fa {
    color: #ffffff;
    width: 20px;
    margin-top: 2px;
    margin-right: 15px;
    flex-shrink: 0;
}

/* Copyright Section Styles */
.copyright-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    background: #000000;
}

.copyright-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-section .text--copyright {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.9rem;
}

.copyright-section__right {
    display: flex;
    align-items: center;
}

.copyright-section__right a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.copyright-section__right a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.copyright-section__separator {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 10px;
}

@media (max-width: 991.98px) {
    .contact-section {
        flex-direction: column;
        padding: 60px 20px;
    }

    .contact-col--left {
        padding: 0 0 30px 0;
    }

    .contact-col--right {
        padding: 0;
        text-align: left;
        align-items: flex-start;
    }

    .contact-section__divider {
        display: none;
    }

    .contact-col__logo__img {
        max-height: 60px;
        margin-bottom: 15px;
    }

    .copyright-section {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    .copyright-section__right {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .contact-section {
        padding: 40px 15px;
    }

    .contact-col__line {
        flex-direction: row;
        justify-content: flex-start;
    }
}

.sub-footer p {
    color: #ffffff !important;
    margin: 0;
    font-size: 0.95rem;
}

.sub-footer a {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.footer-sos-link a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.footer-sos-link a:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-3px);
}

/* ========================================
   FOOTER CONTACT INFO
   ======================================== */

.contact-item {
    display: flex;
    align-items: flex-start;
    font-size: 0.9375rem;
}

.contact-item a {
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer .contact-info {
    margin-top: 1.5rem;
}

/* ========================================
   UPDATED FOOTER STYLES - CENTERED LOGO
   ======================================== */

.footer-logo {
    text-align: center;
    margin-bottom: 25px;
}

.footer-logo img {
    max-height: 80px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 30px;
}

.footer-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
    text-decoration: underline;
}

.footer .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
}

.footer .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.footer .contact-item i {
    color: #ffffff;
    width: 18px;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .footer-logo img {
        max-height: 60px;
    }

    .footer-description {
        margin-bottom: 30px;
    }

    .footer-heading {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .copyright-section .container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .copyright-section__right {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .footer-logo img {
        max-height: 50px;
    }

    .footer-heading {
        margin-top: 25px;
    }

    .footer .contact-item {
        font-size: 0.9rem;
    }
}
