/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Top Bar */
.top-bar {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 16px;
}

/* Navigation Bar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

/* Logo */
.logo img {
    height: 40px; /* Adjust logo size */
}

/* Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links li a.active {
    font-weight: bold;
}

.nav-links li a:hover {
    color: #555;
}

/* Navigation Buttons */
.nav-buttons {
    display: flex;
    align-items: center;
}

.nav-buttons .login {
    text-decoration: none;
    color: #000;
    margin-right: 20px;
    font-size: 16px;
}

.nav-buttons .signup {
    text-decoration: none;
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.3s;
}

.nav-buttons .signup:hover {
    background-color: #3e8e41;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    text-align: center;
    background: url('../images/main\ image.png') no-repeat center center/cover;
    color: #fff;
}

.hero-content {
    max-width: 600px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
}



.content {
    display: flex;
    padding: 0 20px;

}

.sidebar {
    width: 330px;
    padding: 0 20px;
    height: 90vh;
}

.services-btn, .contact-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    margin: 15px 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: 1px solid #000;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 41px;
}

.achievements {
    margin-top: 2rem;
    text-align: center;
    background: #111;
    padding: 15px;
    border-radius: 41px;
}

.achievements h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #fff;
}

.achievements ul {
    list-style: none;
    padding: 0;
}

.achievements ul li img {
    width: 150px;
    display: block;
    margin: 5px auto;
}

.main-content {
    flex-grow: 1;
}

.card {
    width: 310px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    border: 1px solid #ddd;
    margin: 0 4rem;
    padding: 20px;
    border-radius: 41px;
    height: 90vh
}

.card h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.card p {
    font-size: 15px;
    margin-bottom: 1.5rem;
}


.tags span {
    display: inline-block;
    background: #8c8a8a;
    color: #fff;
    padding: 6px 12px;
    margin: 5px;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    font-size: 16px;
}

.read-more {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    font-size: 16px;
}

.card1 {
    width: 310px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    margin: 4rem;
    margin-bottom: 2rem;
    padding: 20px;
    border-radius: 41px;
    height: 50vh
}

.card1 img {
    width: 130px;
    max-width: 650px;
    border-radius: 18px;
}

.card1 h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.card1 p {
    font-size: 15px;
}

.card1 img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tags span {
    display: inline-flex;
    background: #c5c5ce;
    color: #000;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 41px;
    font-size: 16px;
}

.read-more {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.featured-work {
    text-align: center;
    width: 330px;
    padding: 20px;
    margin: 3rem;
    margin-bottom: 25px;
}

.featured-work img {
    width: 300px;
    max-width: 650px;
    border-radius: 41px;
}

.featured-work p {
    font-weight: bold;
    margin-top: 12px;
    font-size: 18px;
}

.header {
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: #4a4a6a;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

.subtitle {
    background-color: #b0b0c8;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    color: black;
    margin-bottom: 2rem;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.box {
    width: 30%;
    margin: 10px;
    background-color: white;
    border-radius: 25px;
    overflow: hidden;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.box:hover {
    transform: scale(1.05);
}

.box img {
    width: 100%;
    height: auto;
    display: block;
}


.contact-section {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    background-color: white;
}

.contact-left {
    width: 40%;
}

.talk-btn {
    background-color: white;
    border: 1px solid black;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 41px;
}

h2 {
    font-size: 24px;
    margin: 15px 0;
}

p {
    font-size: 14px;
    color: #333;
}

.career-box {
    background-color: #E0E0E0;
    padding: 15px;
    margin-top: 20px;
    border-radius: 31px;
}

.career-btn {
    display: inline-block;
    margin-top: 10px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.contact-right {
    width: 55%;
}

form {
    display: flex;
    flex-direction: column;
}

.input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.input-group input {
    width: 50%;
    border-radius: 41px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-radius: 41px;
}

.submit-btn {
    background-color: #4a4a6a;
    color: white;
    padding: 10px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    width: 150px;
    border-radius: 41px;
    justify-content: right;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    width: 22%;
    min-width: 200px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-section ul li {
    margin-bottom: 8px;
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.footer-info {
    max-width: 600px;
}

.footer-info h2 {
    font-size: 22px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.footer-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.footer-copyright {
    padding-top: 10px;
}

.social-icons {
    margin-top: 10px;
    align-content: end;
    justify-content: center;
}

.social-icons a img {
    width: 24px;
    margin: 0 10px;
}

