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 {
    width: 800px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-top: 5%;
    flex-wrap: wrap;
}

#cv-form {
    padding: 20px;
    width: 50%;
    box-sizing: border-box;
}

.preview-cv {
    padding: 20px;
    width: 50%;
    box-sizing: border-box;
    background-color: #f9f9f9;
    position: relative;
}

.preview-cv .header {
    background-color: #2b3a67;
    color: white;
    padding: 5px 20px !important;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.preview-cv .header h1 {
    font-size: 28px;
    margin: 0;
}

.preview-cv .header h2 {
    font-size: 20px;
    margin: 5px 0 0 0;
}

.preview-cv .header .contact-info {
    font-size: 14px;
    margin-top: 10px;
}

.preview-cv .header .contact-info p {
    margin: 0;
    line-height: 1.5;
}

.preview-cv .section {
    margin-top: 20px;
}

.preview-cv .section h3 {
    font-size: 18px;
    color: #2b3a67;
    border-bottom: 2px solid #2b3a67;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.preview-cv .section p, .preview-cv .section div {
    font-size: 14px;
    margin-bottom: 10px;
}

.preview-cv .experience h4 {
    font-size: 16px;
    margin: 0;
    color: #2b3a67;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: calc(100% - 10px);
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

button {
    background-color: #2b3a67;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #1d2748;
}

.generate-cv {
    text-align: center;
    margin-top: 20px;
}

.no-print {
    display: inline-block;
    margin-top: 10px;
}

.preview-cv .buttons-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    #cv-form, .preview-cv {
        width: 100%;
    }

    .preview-cv .header {
        padding: 10px;
    }

    .preview-cv .header h1, .preview-cv .header h2 {
        text-align: center;
    }

    .preview-cv .header .contact-info {
        text-align: center;
    }

    .preview-cv .buttons-container {
        position: static;
        transform: none;
        margin-top: 20px;
    }
}

.remove-section-icon {
    font-size: 18px;
    color: #ff0000;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}

.remove-section-icon:hover {
    color: #cc0000;
}

@media print {
    .no-print {
        display: none;
    }
}

@media screen {
    .no-screen {
        display: none;
    }
}























/* 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;
}








