body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgb(175, 123, 10,0.4), white, rgb(175, 123, 10,0.4));
    overflow-x: hidden;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    border-bottom: 1px solid #eaeaea;
    position: relative;

}

.navbar-left {
    display: flex;
    align-items: center;
    margin-left: 2%;
}

.logo {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.app-name {
    font-size: 1.5em;
    background: rgb(175, 123, 10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 2%;
}

.navbar-right a {
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 1em;
}

.sign-in {
    color: rgb(175, 123, 10);
    border: 1px solid rgb(175, 123, 10);
}

.get-started {
    background-color: rgb(175, 123, 10);
    color: white;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background-color: #333 !important;
    margin: 4px 0;
}

/* Mobile responsive design */
@media (max-width: 768px) {
    .navbar-right {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .navbar-right.active {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: white;
        border-top: 1px solid #eaeaea;
    }
}














.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 5% auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-container, .cv-preview {
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
}

.form-container h2, .form-container label {
    color: #333;
}

.form-container input, .form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-container button {
    padding: 10px 20px;
    background-color: #2b3a67;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form-container button:hover {
    background-color: #1d2a4b;
}

.cv-preview {
    display: flex;
    height: auto !important;
}

.main-content {
    width: 75%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.header h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
}

.contact-info {
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.contact-info p {
    margin: 0;
}

.cv-content {
    width: 100%;
    margin-top: 20px;
}

.cv-content h3 {
    font-size: 18px;
    border-bottom: 2px solid #2b3a67;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.cv-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.sidebar {
    width: 34%;
    background-color: #061c2c;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar img {
    width: 80%;
    border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar .section {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.sidebar h3 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.sidebar p {
    font-size: 14px;
    margin-bottom: 10px;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.action-buttons button {
    padding: 10px 20px;
    background-color: #2b3a67;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.action-buttons button:hover {
    background-color: #1d2a4b;
}






















@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center; /* Center align content for smaller screens */
    }
    
    .footer-top > div {
        padding: 0.5rem 0;
    }

    .footer h3 {
        font-size: 1.25rem; /* Adjusted heading size for mobile */
    }
}



/* 11 footer */
.footer_wrapper {
    background-color: #000;
    padding-top: 10vh;
    padding-bottom: 5vh;
}

.footer_wrapper h5 {
    color: #fff;
    margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
}

.footer_wrapper .contact-info li a{
    color: #caa169;
    text-decoration: none;
    
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: #e4e4e4;
    font-size: .875rem;
    padding-left:1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

.footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: #caa169;
}

.footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height:2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid #e4e4e4;
    color: #e4e4e4;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
    background-color: #caa169;;
    border-color: #caa169;;
    color:#fff;
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #caa169;;
}

.footer_wrapper .copyright-section {
    background-color: #021832;
    padding: 1.25rem 0 .3125rem;
    text-align: center;
}


.footer_wrapper .copyright-section a {
    color: #caa169;
}








