html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.home-title-container {
    background-image: url('../images/ocean_break1.jpg');
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating the image */
    padding: 40px 20px; /* Add padding for spacing */
    text-align: center; /* Centers the text horizontally */
    color: white; /* Ensures text is readable on a dark background */
    border-radius: 8px; /* Optional: Adds rounded corners */
    margin-bottom: 30px; /* Add spacing below the section */
}

.home-title {
    margin: 0; /* Remove default margin from the h2 */
    font-size: 2.5rem; /* Adjust font size */
    font-weight: bold; /* Make the text bold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Add a subtle shadow */
    color: white;
}

.automation-title-container {
    background-image: url('../images/ocean_break1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    text-align: center;
    color: white;
    border-radius: 8px;
    margin-bottom: 30px;
}

.automation-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: white;
}

.filemaker-title-container {
    background-image: url('../images/ocean_break1.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating the image */
    padding: 40px 20px; /* Add padding for spacing */
    text-align: center; /* Centers the text horizontally */
    color: white; /* Ensures text is readable on a dark background */
    border-radius: 8px; /* Optional: Adds rounded corners */
    margin-bottom: 30px; /* Add spacing below the section */
}

.filemaker-title {
    margin: 0; /* Remove default margin from the h2 */
    font-size: 2.5rem; /* Adjust font size */
    font-weight: bold; /* Make the text bold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Add a subtle shadow for readability */
    color: white;
}

.api_integrations-title-container {
    background-image: url('../images/ocean_break1.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating the image */
    padding: 40px 20px; /* Add padding for spacing */
    text-align: center; /* Centers the text horizontally */
    color: white; /* Ensures text is readable on a dark background */
    border-radius: 8px; /* Optional: Adds rounded corners */
    margin-bottom: 30px; /* Add spacing below the section */
}

.api_integrations-title {
    margin: 0; /* Remove default margin from the h2 */
    font-size: 2.5rem; /* Adjust font size */
    font-weight: bold; /* Make the text bold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Add a subtle shadow for readability */
    color: white;
}

.services_list-title-container {
    background-image: url('../images/ocean_break1.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating the image */
    padding: 40px 20px; /* Add padding for spacing */
    text-align: center; /* Centers the text horizontally */
    color: white; /* Ensures text is readable on a dark background */
    border-radius: 8px; /* Optional: Adds rounded corners */
    margin-bottom: 30px; /* Add spacing below the section */
}

.services_list-title {
    margin: 0; /* Remove default margin from the h2 */
    font-size: 2.5rem; /* Adjust font size */
    font-weight: bold; /* Make the text bold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Add a subtle shadow for readability */
    color: white;
}

.about_us-title-container {
    background-image: url('../images/ocean_break1.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating the image */
    padding: 40px 20px; /* Add padding for spacing */
    text-align: center; /* Centers the text horizontally */
    color: white; /* Ensures text is readable on a dark background */
    border-radius: 8px; /* Optional: Adds rounded corners */
    margin-bottom: 30px; /* Add spacing below the section */
}

.about_us-title {
    margin: 0; /* Remove default margin from the h2 */
    font-size: 2.5rem; /* Adjust font size */
    font-weight: bold; /* Make the text bold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Add a subtle shadow for readability */
    color: white;
}

.services_list-title-container {
    background-image: url('../images/ocean_break1.jpg'); /* Replace with a relevant image for blogs */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    text-align: center;
    color: white;
    border-radius: 8px;
    margin-bottom: 30px;
}

.services_list-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    color: white;
}

.about-header {
    background-color: #0078D7;
    color: white;
}

.about-header h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.about-who-we-are {
    background-color: white;
}

.about-expertise {
    background-color: #f8f9fa;
}

.about-expertise h3, .about-process h4 {
    color: #0078D7;
    font-weight: bold;
}

.about-contact {
    background-color: #f8f9fa;
}

.about-contact h2 {
    color: #0078D7;
    font-weight: bold;
}

h1:focus {
    outline: none;
}

h2 {
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    color: #0078D7;
}

h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #0078D7;
}

h4 {
    text-align: center;
}

/* Card styling */
.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 8px; /* Ensures smooth corners on hover */
    overflow: hidden; /* Ensures no overflow or extra layers */
}

.card-content {
    padding: 15px;
    background-color: #f8f9fa; /* Light gray background */
    border-radius: 8px;
}

.card-content img {
    border-radius: 8px;
}

.card-link:hover {
    transform: scale(1.02); /* Slight zoom on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
    text-decoration: none;
}

.card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 1rem;
    color: #555;
}

.btn-primary {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.development-process {
    padding: 20px;
    border-top: 2px solid #0078D7; /* Add a separator line */
    text-align: center
}

.development-step{
    display: flex;

}

.process-step {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
}

.step-number {
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Make it a circle */
}

.process-step h4 {
    margin-bottom: 5px;
    color: #333; /* Dark text color */
\
}

.process-step p {
    margin: 0;
    color: #555; /* Slightly lighter text color */
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.form-input {
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    border-color: #0078D7;
    box-shadow: 0 0 5px rgba(0, 120, 215, 0.5);
}

.button-group {
    display: flex;
    justify-content: flex-end;
}

.btn-submit {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
}

.alert {
    max-width: 600px;
    margin: 10px auto;
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


.blog-code {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin: 0 auto 30px auto; /* centers the block */
    width: 90%; /* keeps it from being too wide */
    max-width: 900px; /* consistent reading width */
    overflow-x: auto; /* prevents overflow issues */
    font-size: 0.95rem;
}



/* Responsive font scaling (optional) */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Focus outlines for accessibility */
.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;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}
