html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Segoe UI',sans-serif;
    background: #f6f8fb;
}

/* HERO */

.hero {
    background: linear-gradient(135deg,#0A2540,#0077ff);
    padding: 140px 0;
}

/* PAGE HEADER */

.page-header {
    background: #0A2540;
    padding: 80px 0;
}

/* SERVICE CARDS */

.service-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
}

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }
.hero-modern {
    background: linear-gradient(135deg, #0A2540, #0077ff);
    padding: 120px 0;
    color: white;
    text-align: center;
}

    .hero-modern h1 {
        font-weight: 700;
    }

    .hero-modern p {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }

.list-check li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

    .list-check li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        color: #0077ff;
        font-weight: bold;
    }

section img {
    max-width: 100%;
    height: auto;
}

h2.fw-bold {
    color: #0A2540;
}

ol.text-muted li {
    margin-bottom: 10px;
}
/* Hero Section */
.hero-modern {
    background: linear-gradient(135deg,#0A2540,#0077ff);
    padding: 120px 0;
    color: white;
    text-align: center;
}

    .hero-modern h1 {
        font-weight: 700;
    }

    .hero-modern p {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }

/* Services Checkmark Lists */
.list-check li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

    .list-check li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        color: #0077ff;
        font-weight: bold;
    }

/* Images */
section img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

    section img:hover {
        transform: scale(1.02);
    }

h2.fw-bold {
    color: #0A2540;
}
/* Hero Section */
.hero-modern {
    background: linear-gradient(135deg, #0A2540, #0077ff);
    padding: 120px 0;
    color: white;
    text-align: center;
}

    .hero-modern h1 {
        font-weight: 700;
    }

    .hero-modern p {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }

/* Checkmark Lists */
.list-check li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

    .list-check li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        color: #0077ff;
        font-weight: bold;
    }

/* Images */
section img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

    section img:hover {
        transform: scale(1.02);
    }

h2.fw-bold {
    color: #0A2540;
}
/* Contact Page Hero Section inherits hero-modern style */
.hero-modern {
    background: linear-gradient(135deg,#0A2540,#0077ff);
    padding: 120px 0;
    color: white;
    text-align: center;
}

/* Form Styles */
form .form-control {
    border-radius: 6px;
    box-shadow: none;
    transition: border 0.3s, box-shadow 0.3s;
}

    form .form-control:focus {
        border-color: #0077ff;
        box-shadow: 0 0 8px rgba(0,119,255,0.2);
    }

form button {
    border-radius: 6px;
    padding: 10px 25px;
}

/* Company Info */
h2.fw-bold {
    color: #0A2540;
}