/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
}

* a:hover{
    color: #c5a059;
}

body {
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

/* Navigation */
header {
    background: #0a192f;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 2px solid black;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    justify-content: left;
}

.logo span {
    color: #c5a059;
}

.nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 60vh;
    background: #0a192f;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    transition: right 0.3s ease;
}

.nav-links.active{
    right: 0;
}

.nav-links ul{
    text-decoration: none;
    list-style: none;
}

.nav-links li{
    margin: 15px 0;
    text-align: center;
    text-decoration: none;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    transition: 0.1s;
}

.nav-links li a.active, .nav-links li a:hover {
    color: #c5a059;
}

.hgi-menu-01{
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.hgi-cancel-01{
    display: block;
    font-size: 20px;
    cursor: pointer;
}

.btn-call {
    background: #c5a059;
    border-radius: 5px;
    color: #0a192f !important;
    font-weight: bold;
}

/* Hero Section */
.hero {
    height: 70vh;
    background: linear-gradient(rgba(10, 25, 47, 0.8), rgba(10, 25, 47, 0.8)),
    url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-content h1 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #c5a059;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
}

/* Services */
.services {
    padding: 50px 10%;
    text-align: center;
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-bottom: 4px solid #c5a059;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/*Why Choose Us*/
.choose-us {
    padding: 50px 10%;
    text-align: center;
}

.choose-us-cards {
    background: #fff;
    padding: 30px;
    border-bottom: 4px solid #c5a059;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/*About Page*/
.about-start {
    height: 45vh;
    background: #0a192f;
    background-size: color;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.about-hero {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px;
    margin-left: 10px;
}
.about-hero h2 span {
    color: #c5a059;
}

.our-story {
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#box{
    margin-top: 30px;
    border-bottom: 4px solid #c5a059;
    position: absolute;
    left: 45%;
    right: 45%;
}

.our-story-text{
    padding: 15px;
}

.our-team span{
    text-align: center;
}

.summary{
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-bottom: 4px solid #c5a059;
    margin-bottom: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.our-team-cards{
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: row;
    color: #c5a059;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#kelvinhulio{
    background: url(images/lawyerhulio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    height: 400px;
    width: 550px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

#René{
    background: url(images/kuster.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    margin-top: 20px;
    height: 460px;
    width: 550px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}


.our-team-text{
    background: #fff;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

footer {
        background: #0a192f;
        color: #fff;
        text-align: left;
        padding: 2rem;
        margin-top: 50px;
    }

footer li {
        list-style: none;
    }

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


/* Tablet */
@media (max-width: 700px) {

    .nav-links {
        position: static;
        /*background-color: #0a192f;*/
        height: auto;
        width: auto;
        flex-direction: row;
        background: none;
        padding-top: 20px;
    }

    .nav-links ul{
        display: flex;
        gap: 20px;
        list-style: none;
    }

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

    /* FIXED icon selectors 
    .hgi-menu-01,
    .hgi-cancel-01 {
        display: none;
        color: #c5a059;
        cursor: pointer;
        margin: 10px;
        
        font-size: 32px;*/   
    
    
    .service-grid{
            grid-template-columns: repeat(2, 1fr);
        }
}

/*Desktop View*/

@media (min-width: 1024px){
    .navbar {
        padding: 20px 8%;
    }

    .hero {
        padding: 80px 20px;
    }

    .hero h1{
        font-size: 3rem;
    }

    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .services {
        padding: 50px 10%;
    }

    .our-team{
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 20px;
    }
}

    

