body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f5f7; /* Softer background to match Apple's aesthetic */
    color: #333;
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1d1d1f; /* Darker text color */
    margin-bottom: 20px;
}

.btn-dark {
    background-color: #0071e3; /* Apple’s blue color */
    border-color: #0071e3;
    color: #fff;
}

.nav-tabs .nav-link.active {
    background-color: #f5f5f7;
    border-color: #f5f5f7;
    color: #0071e3; /* Active tab in Apple blue */
}

.card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px; /* More rounded corners */
    margin-bottom: 15px; /* Spacing to keep cards distinct */
    background-color: #ffffff;
}

.card-title a {
    color: #0071e3; /* Link color in Apple blue */
    text-decoration: none;
}

.card-title a:hover {
    text-decoration: underline;
}

.card-text {
    font-size: 1rem; /* Slightly larger and more readable text */
    color: #555555;
}

/* General rounded corners and shadows */
/* .card, .btn, .img-fluid, .tab-pane, .container, .row {
    border-radius: 0px; /* More rounded for a softer look */
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); /* Slightly stronger shadow 
} */

/* Remove extra layers by limiting the shadow and border effects */
.tab-pane {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: none; /* Remove extra shadow for the content pane */
}

/* Buttons with rounded corners */
.btn {
    border-radius: 20px; /* Rounded corners for buttons */
    padding: 10px 20px;
    background-color: #0071e3; /* Apple’s blue */
    color: #fff;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.btn:hover {
    background-color: #005bb5; /* Slightly darker blue on hover */
}

h5.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1d1d1f;
}

p.card-text {
    font-size: 1rem;
    color: #555555;
}

/* Project images with rounded corners */
.img-fluid {
    border-radius: 20px 0 0 20px;
}

/* Navigation Tabs */
.nav-tabs .nav-link {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #f5f5f7; /* Light grey background */
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-right: 10px;
    color: #0071e3; /* Apple blue */
}

.nav-tabs .nav-link.active {
    background-color: #e0e0e0; /* Slightly darker grey for active tab */
    color: #000;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle inset shadow for active tab */
}

.nav-tabs {
    border-bottom: none;
    justify-content: flex-start;
    padding-left: 20px;
    margin-bottom: 20px;
}

.nav-tabs .nav-link:hover {
    background-color: #e5e5ea; /* Slightly darker on hover */
    color: #0071e3;
}

/* Tab Content */
.tab-content {
    background-color: #ffffff; /* White background for the content area */
    padding: 20px;
    border-radius: 20px;
    box-shadow: none; /* Remove shadow to avoid additional layer effect */
}
/* General Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f5f7;
    color: #333;
    line-height: 1.6;
}

/* Responsive Image */
img {
    max-width: 100%;
    height: auto;
}

/* Adjust Spacing for Better Readability */
p, ul, h1, h5 {
    margin-bottom: 1rem;
}

/* Buttons */
.btn-p {
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
    color:#e0e0e0;
    background:#e0e0e0;
}

/* Cards */
.card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

/* Tabs */
.nav-tabs .nav-link {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #f5f5f7;
    border: none;
    margin-right: 10px;
    color: #0071e3;
}

.nav-tabs .nav-link.active {
    background-color: #e0e0e0;
    color: #000;
}

@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row.g-0 > .col-md-4,
    .row.g-0 > .col-md-8 {
        padding: 0;
    }
    .nav-tabs {
        flex-wrap: wrap;
    }
    .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }
}
.button-container {
    display: flex;
    justify-content: center;
    gap: 10px; /* Space between buttons */
}

.btn-rounded {
    border-radius: 30px; /* Makes the buttons round */
    padding: 10px 20px; /* Adjust padding for button size */
    text-decoration: none; /* Remove the underline */
}

.btn-rounded:hover {
    background-color: #005bb5; /* Slightly darker blue on hover */
}

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

.card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card img {
    height: auto;
    max-height: 200px; /* Adjust this to give more vertical space */
    width: 100%;
    object-fit: cover; /* Ensures the image covers the container area */
    object-position: center; /* Centers the image within the container */
    padding: 10px 0; /* Adds some padding to give breathing space around the image */
    border-radius: 12px 0 0 12px; /* Keeps the rounded corners */
}


.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 0.95rem;
    color: #555;
    flex-grow: 1;
}

.card .btn {
    align-self: flex-start;
    margin-top: 10px;
    background-color: #007bff;
    color: white;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.card .btn:hover {
    background-color: #0056b3;
}

.card .row {
    align-items: center;
}