html {
    padding: 0%;
    margin: 0%;  
    scroll-behavior: smooth;
}

body {
    margin: 0%;
    padding: 0%;
    font-family: "Red Hat Display", sans-serif;
}

h1 {
    margin: 0%;
    padding: 0%;
    font-size: 3vw;
    font-weight: 700;
}

h2 {
    margin: 0%;
    padding: 0%;
    font-size: 3vw;
    font-weight: 700;
}

p {
    margin: 0%;
    padding: 0%;
    font-size: 1.1vw;
    font-weight: 500;
}

span {
    margin: 0%;
    padding: 0%;
    font-size: 1vw;
    font-weight: 500;
}

button {
    background-color: #000;
    color: #FFF;
}

img {
    object-fit: cover;
    width: 50vw;
}

.navbar p {
    font-family: "Urbanist", sans-serif;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.5vw;
    font-weight: 700;
    width: fit-content;
    margin: auto;
}

.hero-section {
    background-image: url("Images/1a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 15vw;
    padding-left: 8vw;
}

.hero-section h1{
    width: 40vw;
    color: #FFF;
}

.hero-section p{
    margin-top: 1vw;
    margin-bottom: 4vw;
    width: 40vw;
    color: #FFF;
}

.hero-section a{
    background-color: #FFF;
    color: #000;
    border-radius: 0.8vw;
    padding: 1vw 7vw 1vw 7vw; 
    text-align: center;
    font-size: 1.3vw;
    font-weight: 700;
    text-decoration: none;
}

.offer {
    background-image: url("Images/4.jpg");
    color: #FFF;
    padding: 5vw;
    padding-left: 8vw;
}

.offer h3 {
    font-size: 1.5vw;
    margin-bottom: 7vw;
}

.offer p {
    margin-top: 2vw;
    width: 65vw;

}

.service-section {
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 84vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.service-section-details p {
    margin-top: 1vw;
    margin-bottom: 2vw;
}

.service-section-details summary{
    font-size: 1.5vw;
    font-weight: 600;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.service-section-details {
    width: 40vw;
}

details {
    position: relative;
    padding: 1em;
}

.service-section-details details p {
    margin-bottom: 1vw;
}

/* Remove the default arrow */
details summary {
list-style: none;
cursor: pointer;
font-weight: 600;
position: relative;
padding-right: 1.5em; /* space for the icon */
}

details summary::-webkit-details-marker {
display: none;
}

/* Add the custom plus/minus icon */
details summary::after {
content: "+";
position: absolute;
right: 0;
font-size: 1.2em;
transition: transform 0.2s ease, content 0.2s ease;
}

/* Change to minus when open */
details[open] summary::after {
content: "–";
}

.service-section img {
    width: 40vw;
}

#option {
    display: block;
}

.quote-section {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 84vw;
}

.quote-section img {
    width: 40vw;
}

.quote-section-details {
    width: 40vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.quote-section-details h2 {
    width: 30vw;
}

.quote-section-details p {
    width: 30vw;
    margin-top: 1vw;
    margin-bottom: 2vw;
}

.quote-section-details form {
    display: flex;
    flex-direction: column;
}

.quote-form-input {
    margin-top: 1vw;
    color: #5D5D5D;
    border: 1px solid #5D5D5D;
    width: 29vw;
    border-radius: 0.8vw;
    padding: 1vw 0vw 1vw 1vw; 
    text-align: left;
    font-size: 1vw;
    font-weight: 500;
    text-decoration: none;
}

#file-upload {
    height: 5vw;
}

.quote-section-details form button {
    margin-top: 1vw;
    background-color: #000;
    color: #FFF;
    border: 0px;
    width: 30vw;
    border-radius: 0.8vw;
    padding: 1vw 5vw 1vw 5vw; 
    text-align: center;
    font-size: 1.3vw;
    font-weight: 700;
    text-decoration: none;
}

.quote-section-details span {
    margin-top: 1vw;
}

.marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 10vw;
    margin-bottom: 5vw;
}

.marquee {
display: flex;
width: max-content;
animation: scroll 48s linear infinite;
}

.marquee-content {
display: flex;
}

.marquee-content span {
margin-right: 2rem;
font-size: 5vw;
letter-spacing: 2px;
text-transform: uppercase;
white-space: nowrap;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.social-section-icons {
    width: 9vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.social-icons {
    width: 4vw;
}

.contact-section {
    margin: auto;
    width: 84vw;
    margin-bottom: 5vw;
    margin-top: 7vw;
}

.contact-section h2 {
    font-size: 9.3vw;
    font-weight: 500;
}

.contact-section-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.contact-section-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40vw;
}

.contact-section-details p {
    margin-bottom: 5vw;
}

.contact-section-details-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-section-details-links a {
    color: #000;
    text-decoration: none;
    font-size: 1vw;
}

.contact-section-form form {
    display: flex;
    flex-direction: column;
}

.contact-form-input-first {
    color: #5D5D5D;
    border: 1px solid #5D5D5D;
    width: 29vw;
    border-radius: 0.8vw;
    padding: 1vw 0vw 1vw 1vw; 
    text-align: left;
    font-size: 1vw;
    font-weight: 500;
    text-decoration: none;
}

.contact-form-input {
    margin-top: 1vw;
    color: #5D5D5D;
    border: 1px solid #5D5D5D;
    width: 29vw;
    border-radius: 0.8vw;
    padding: 1vw 0vw 1vw 1vw; 
    text-align: left;
    font-size: 1vw;
    font-weight: 500;
    text-decoration: none;
}

.button {
    margin-top: 1vw;
    background-color: #000;
    color: #FFF;
    border: 0px;
    width: 30vw;
    border-radius: 0.8vw;
    padding: 1vw 5vw 1vw 5vw; 
    text-align: center;
    font-size: 1.3vw;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 767px) {
    #option {
        display: none;
    }

    h1 {
        margin: 0%;
        padding: 0%;
        font-size: 9.2vw;
        font-weight: 700;
    }
    
    h2 {
        margin: 0%;
        padding: 0%;
        font-size: 9vw;
        font-weight: 700;
    }
    
    p {
        margin: 0%;
        padding: 0%;
        font-size: 3.9vw;
        font-weight: 500;
    }
    
    span {
        margin: 0%;
        padding: 0%;
        font-size: 4vw;
        font-weight: 500;
    }
    
    button {
        background-color: #000;
        color: #FFF;
    }

    .navbar p {
        padding-top: 3vw;
        padding-bottom: 3vw;
        font-size: 5vw;
        font-weight: 700;
    }

    .hero-section {
        background-image: url("Images/1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 80vh;
        padding: 10vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .hero-section h1{
        width: 90vw;
        color: #FFF;
    }
    
    .hero-section p{
        margin-top: 5vw;
        margin-bottom: 80vw;
        width: 90vw;
        color: #FFF;
    }
    
    .hero-section a{
        margin: auto;
        background-color: #FFF;
        color: #000;
        border-radius: 2vw;
        padding: 4vw 23vw 4vw 23vw;
        text-align: center;
        font-size: 6vw;
        font-weight: 700;
        text-decoration: none;
    }

    .offer {
        background-image: url("Images/4.jpg");
        color: #FFF;
        padding: 15vw;
        padding-left: 5vw;
    }
    
    .offer h3 {
        font-size: 6vw;
        margin-bottom: 25vw;
        width: 90vw;
    }
    
    .offer p {
        margin-top: 7vw;
        width: 90vw;
        text-align: justify;
    
    }

    .service-section {
        width: 90vw;
    }

    .service-section-details p {
        margin-top: 2vw;
    }
    
    .service-section-details summary{
        font-size: 5vw;
    }
    
    .service-section-details {
        width: 90vw;
    }
    
    details {
        padding-left: 0vw;
    }
    
    .service-section-details details p {
        margin-bottom: 1vw;
    }

    details summary::after {
        font-size: 6vw;
    }

    .quote-section {
        flex-direction: column;
        width: 90vw;
    }

    .quote-section img {
        width: 90vw;
    }

    .quote-section-details {
        width: 90vw;
    }

    .quote-section-details h2 {
        width: 90vw;
    }
    
    .quote-section-details p {
        width: 90vw;
        margin-bottom: 4vw;
    }

    .quote-form-input {
        margin-top: 4vw;
        width: 90vw;
        border-radius: 2vw;
        padding: 4vw 0vw 4vw 1vw; 
        font-size: 5vw;
    }
    
    .quote-section-details form button {
        margin-top: 4vw;
        width: 90vw;
        border-radius: 2vw;
        padding: 5vw; 
        font-size: 5vw;
    }
    
    .quote-section-details span {
        margin-top: 4vw;
    }

    .marquee-container {
        margin-top: 15vw;
    }
    
    .marquee-content span {
        font-size: 10vw;
    }

    .social-section-icons {
        width: 18vw;
        margin-bottom: 10vw;
    }
    
    .social-icons {
        width: 8vw;
    }

    .contact-section {
        width: 90vw;
        margin-bottom: 15vw;
    }
    
    .contact-section-flex {
        flex-direction: column;
        margin-top: 5vw;
    }
    
    .contact-section-details {
        width: 90vw;
    }
    
    .contact-section-details p {
        margin-bottom: 5vw;
    }
    
    .contact-section-details-links {
        margin-top: 2vw;
        margin-bottom: 4vw;
    }

    .contact-section-details-links a {
        margin-top: 3vw;
        font-size: 4vw;
        font-weight: 600;
    }
    
    .contact-form-input-first {
        width: 86vw;
        border-radius: 2vw;
        padding: 4vw 0vw 4vw 4vw; 
        font-size: 5vw;
        font-weight: 500;
    }
    
    .contact-form-input {
        margin-top: 4vw;
        width: 86vw;
        border-radius: 2vw;
        padding: 4vw 0vw 4vw 4vw; 
        font-size: 5vw;
        font-weight: 500;
    }
    
    .button {
        margin-top: 4vw;
        width: 90vw;
        border-radius: 2vw;
        padding: 5vw; 
        font-size: 5vw;
        font-weight: 700;
    }
}