@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


/* ---------------INICIO INDEX Y SERVICIOS---------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: "Poppins", sans-serif;
    color: #000000;
    background-color: rgb(255, 255, 255);
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.header{
    background-color: #000000;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 15vh;
    display: flex;
    align-items: center;
}

.header-menu1{
    background-color: #000000;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 8vh;
    display: flex;
    align-items: center;
}
.header-menu2{
    background-color: #000000;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 8vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.header-content{
    background-color: #000000;
    padding-bottom: 10px;
    width: 100%;
    
}

.header-content{
    text-align: center;
}

.img-logo{
    width: 350px;
    height: 180px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.img-logo1{
    width: 350px;
    height: 180px;
    margin-top: 5px;
}



.menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.logo{
    color: #FFFDFC;
    font-size: 25px;
    font-weight: 800;
}

.menu .navbar ul li{
    position: relative;
    float: left;
}

.menu .navbar ul li a:hover{
    color: #00FDAC;
}

.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
}

#menu {
    display: none;
}



.header-content h1{
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35PX;
}

.header-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding: 0 250px;
    margin-bottom: 25px;
}

.social-media img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.social-media h3{
    color: #ffffff;
}

.btn-1{
    display: inline-block;
    padding: 11px 35px;
    background-color: #00FDAC;
    color: #000000;

}

.btn-1:hover{
    background-color: #008AFF;
}

.btn-1{
    display: inline-block;
    padding: 11px 35px;
    background-color: #008AFF;
    color: #000000;
    border-radius: 5px;

}

.btn-1:hover{
    background-color: #00FDAC;
}

img{
    width: 100%;
}

S
.text-section{
    text-align: center;
    
}

.footer{
    background-color:#000000;
    margin-top: 50px;
    color: #00FDAC;
}


.footer-content{
    flex-direction: column;
    text-align: center;
   
}
.marcaFITS{
    text-align: center;
    padding: 30px;
}

.services{
    padding-bottom: 50px;
    
}

.services-content{
    text-align: center;
    margin-top: 50px;
}

.services-content h2{
    font-size: 55px;
    line-height: 70px;
    color: #000000;
    text-transform: uppercase;
}

.services-content p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    padding: 0 10px;
}

.services-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    
}

.services-group > * {
    flex-basis: 48%;  
}


.services-1{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ),url("IMG/Legal.jpg");
    background-position: center center;
    background-size: cover;
    padding: 50px;
    margin: 20px;
    border-radius: 15px;
}

.services-2{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ),url("IMG/AltoRiesgo.jpg");
    background-position: center center;
    background-size: cover;
    padding: 50px;
    margin: 20px;
    border-radius: 15px;
    
}

.services-3{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ),url("IMG/food.jpg");
    background-position: center center;
    background-size: cover;
    padding: 50px;
    margin: 20px;
    border-radius: 15px;
}

.services-4{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ),url("IMG/Especial.jpg");
    background-position: center center;
    background-size: cover;
    padding: 50px;
    margin: 20px;
    border-radius: 15px;
}

.services-1 img{
    width: 180px;
    margin-bottom: 15px;
}

.services-2 img{
    width: 180px;
    margin-bottom: 15px;
}

.services-3 img{
    width: 180px;
    margin-bottom: 15px;
}

.services-1 h3{
    color: #ffffff;
    font-size: 28px;
}

.services-2 h3{
    color: #ffffff;
    font-size: 28px;
}

.services-3 h3{
    color: #ffffff;
    font-size: 28px;
}

.services-4 h3{
    color: #ffffff;
    font-size: 28px;
    
}

.services-1 p{
    color: #ffffff;
}

.services-2 p{
    color: #ffffff;
}

.services-3 p{
    color: #ffffff;
}

.services-4 p{
    color: #ffffff;
}


.pServicios {
    margin-top: -20;
    text-align: justify;
    color: #ffffff;
}







.wa-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #4cc370;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    box-shadow: 2px 2px 3px #999;
    text-decoration: none;

}

.wa-button:hover{
    background-color: #3d9e5a;
}
/* ---------------FINAL INDEX Y SERVICIOS---------------*/

/* ---------------INICIO CONTACTO---------------*/

/* ---------------INICIO INFO---------------*/
.mv{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 50px;
}

.txt-p{
    text-align: justify;
    color: #000000;
}

.mv-content{
    background-color:#0088ff25;
    background-position: center center;
    background-size: cover;
    
    padding: 50px;
    margin: 20px;
    border-radius: 15px;
}

.pqe-content{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0),
        rgba(0,0,0,0)
    ),url("IMG/pin6.png");
    background-position: center center;
    background-size: cover;
    padding: 50px;
    border-radius: 15px;
    margin-top: 40px;
}

.txt-p1{
    color: #000000;
    background-color: #ffffff2a;
}

.pqe-content h2{
    color: #000000;
    background-color: #ffffff2a;
}
/* ---------------FINAL INFO ---------------*/
.form-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: black;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #ffffff;
    
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

textarea {
    resize: vertical;
}

button {
    width: 100%;
    padding: 12px;
    background-color: #008AFF;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #00FDAC;
}

button:active {
    background-color: #3e8e41;
}
/* ---------------FINAL CONTACTO---------------*/


.ing{
    position: relative;
    width: 300px;
    box-shadow: 0;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 50px;
    
}

/* ---------------FINAL CONTACTO---------------*/
.it-content h2{
margin-top: 30px;
}

/* ---------------INICIO SERVICIOS INDEX---------------*/
.service-h{
    text-align: left;
    margin-top: 30PX;
}

/*--------------------------------------------*/

@media screen and (max-width: 460px){
   /* Stack the navbar items vertically */
   .header{
    background-color: #000000;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 10vh;
    display: flex;
    align-items: center;
}

.menu .navbar ul {
    flex-direction: column;
    align-items: center;
}

.menu .navbar ul li {
    margin: 10px 0; /* Add margin for spacing */
}

.menu .navbar ul li a {
    padding: 15px;
    font-size: 12px;
    text-align: center; /* Center align text */
}

.img-logo{
    width: 320px;
    height: 150px;
    margin-bottom: 15px;
}

.img-logo1{
    width: 320px;
    height: 150px;
}
.social-media img{
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.social-media h3{
    color: #ffffff;
    font-size: 13px;
}

/* Make header content more responsive */
.header-content h1 {
    font-size: 50px;
    line-height: 60px;
}

.header-content p {
    padding: 0 20px;
}

.services-content h2{
    font-size: 45px;
    line-height: 70px;
    color: #000000;
    text-transform: uppercase;
}

/* Stack services group items vertically */
.services-group {
    flex-direction: column;
    align-items: center;
}

.services-1, .services-2, .services-3, .services-4 {
    padding: 30px;
}

/* Make the buttons smaller on mobile */
.btn-1 {
    padding: 8px 25px;
}

.mv {
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.txt-p {
    font-size: 16px; /* Adjust font size for better readability */
}

.mv-content {
    padding: 30px;
    width: 100%;
}

.pqe-content {
    padding: 40px;
    margin-top: 30px;
}

.txt-p1 {
    font-size: 18px; /* Adjust text size */
}

.pqe-content h2 {
    font-size: 22px; /* Smaller font size for headings */
}
}

/* Responsive Styles for max-width: 768px and max-width: 420px */
@media screen and (max-width: 768px) {
    /* Stack the navbar items vertically */
    .header{
        background-color: #000000;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 10vh;
        display: flex;
        align-items: center;
    }
    
    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .menu .navbar ul li {
        margin: 10px 0; /* Add margin for spacing */
    }

    .menu .navbar ul li a {
        padding: 15px;
        font-size: 15px;
        text-align: center; /* Center align text */
    }

    .social-media img{
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }
    
    .social-media h3{
        color: #ffffff;
        font-size: 13px;
    }

    /* Make header content more responsive */
    .header-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-content p {
        padding: 0 20px;
    }

    .img-logo{
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .img-logo1{
        width: 320px;
        height: 150px;
    }

    .services-content h2{
        font-size: 50px;
        line-height: 70px;
        color: #000000;
        text-transform: uppercase;
    }

    /* Stack services group items vertically */
    .services-group {
        flex-direction: column;
        align-items: center;
    }

    .services-1, .services-2, .services-3, .services-4 {
        padding: 30px;
    }

    /* Make the buttons smaller on mobile */
    .btn-1 {
        padding: 8px 25px;
    }

    .mv {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .txt-p {
        font-size: 16px; /* Adjust font size for better readability */
    }

    .mv-content {
        padding: 30px;
        width: 100%;
    }

    .pqe-content {
        padding: 40px;
        margin-top: 30px;
    }

    .txt-p1 {
        font-size: 18px; /* Adjust text size */
    }

    .pqe-content h2 {
        font-size: 22px; /* Smaller font size for headings */
    }
}

/* Responsive Styles for max-width: 768px and max-width: 420px */
@media screen and (max-width: 420px) {
    /* Stack the navbar items vertically */
    .header{
        background-color: #000000;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 10vh;
        display: flex;
        align-items: center;
    }
    
    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .menu .navbar ul li {
        margin: 10px 0; /* Add margin for spacing */
    }

    .menu .navbar ul li a {
        padding: 15px;
        font-size: 15px;
        text-align: center; /* Center align text */
    }

    .img-logo{
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .img-logo1{
        width: 320px;
        height: 150px;
    }
    .social-media img{
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }
    
    .social-media h3{
        color: #ffffff;
        font-size: 13px;
    }

    /* Make header content more responsive */
    .header-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-content p {
        padding: 0 20px;
    }

    .services-content h2{
        font-size: 45px;
        line-height: 70px;
        color: #000000;
        text-transform: uppercase;
    }

    /* Stack services group items vertically */
    .services-group {
        flex-direction: column;
        align-items: center;
    }

    .services-1, .services-2, .services-3, .services-4 {
        padding: 30px;
    }

    /* Make the buttons smaller on mobile */
    .btn-1 {
        padding: 8px 25px;
    }

    .mv {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .txt-p {
        font-size: 16px; /* Adjust font size for better readability */
    }

    .mv-content {
        padding: 30px;
        width: 100%;
    }

    .pqe-content {
        padding: 40px;
        margin-top: 30px;
    }

    .txt-p1 {
        font-size: 18px; /* Adjust text size */
    }

    .pqe-content h2 {
        font-size: 22px; /* Smaller font size for headings */
    }
}

/* Responsive Styles for max-width: 768px and max-width: 420px */
@media screen and (max-width: 390px) {
    /* Stack the navbar items vertically */
    .header{
        background-color: #000000;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 10vh;
        display: flex;
        align-items: center;
    }
    
    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .menu .navbar ul li {
        margin: 10px 0; /* Add margin for spacing */
    }

    .menu .navbar ul li a {
        padding: 15px;
        font-size: 14px;
        text-align: center; /* Center align text */
    }

    .img-logo{
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .img-logo1{
        width: 320px;
        height: 150px;
    }

    .social-media img{
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }
    
    .social-media h3{
        color: #ffffff;
        font-size: 12px;
    }

    /* Make header content more responsive */
    .header-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-content p {
        padding: 0 20px;
    }

    .services-content h2{
        font-size: 45px;
        line-height: 70px;
        color: #000000;
        text-transform: uppercase;
    }

    /* Stack services group items vertically */
    .services-group {
        flex-direction: column;
        align-items: center;
    }

    .services-1, .services-2, .services-3, .services-4 {
        padding: 30px;
    }

    /* Make the buttons smaller on mobile */
    .btn-1 {
        padding: 8px 25px;
    }

    .mv {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .txt-p {
        font-size: 16px; /* Adjust font size for better readability */
    }

    .mv-content {
        padding: 30px;
        width: 100%;
    }

    .pqe-content {
        padding: 40px;
        margin-top: 30px;
    }

    .txt-p1 {
        font-size: 18px; /* Adjust text size */
    }

    .pqe-content h2 {
        font-size: 22px; /* Smaller font size for headings */
    }
}

/* Responsive Styles for max-width: 768px and max-width: 420px */
@media screen and (max-width: 393px) {
    /* Stack the navbar items vertically */
    .header{
        background-color: #000000;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 10vh;
        display: flex;
        align-items: center;
    }
    
    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .menu .navbar ul li {
        margin: 10px 0; /* Add margin for spacing */
    }

    .menu .navbar ul li a {
        padding: 15px;
        font-size: 13px;
        text-align: center; /* Center align text */
    }

    .img-logo{
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .img-logo1{
        width: 320px;
        height: 150px;
    }

    .social-media img{
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }
    
    .social-media h3{
        color: #ffffff;
        font-size: 11px;
    }

    /* Make header content more responsive */
    .header-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-content p {
        padding: 0 20px;
    }

    .services-content h2{
        font-size: 45px;
        line-height: 70px;
        color: #000000;
        text-transform: uppercase;
    }

    /* Stack services group items vertically */
    .services-group {
        flex-direction: column;
        align-items: center;
    }

    .services-1, .services-2, .services-3, .services-4 {
        padding: 30px;
    }

    /* Make the buttons smaller on mobile */
    .btn-1 {
        padding: 8px 25px;
    }

    .mv {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .txt-p {
        font-size: 16px; /* Adjust font size for better readability */
    }

    .mv-content {
        padding: 30px;
        width: 100%;
    }

    .pqe-content {
        padding: 40px;
        margin-top: 30px;
    }

    .txt-p1 {
        font-size: 18px; /* Adjust text size */
    }

    .pqe-content h2 {
        font-size: 22px; /* Smaller font size for headings */
    }
}

/* Responsive Styles for max-width: 350px and max-width: 420px */
@media screen and (max-width: 360px) {
    /* Stack the navbar items vertically */
    .header{
        background-color: #000000;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 10vh;
        display: flex;
        align-items: center;
    }
    
    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .menu .navbar ul li {
        margin: 10px 0; /* Add margin for spacing */
    }

    .menu .navbar ul li a {
        padding: 15px;
        font-size: 12px;
        text-align: center; /* Center align text */
    }

    .img-logo{
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .img-logo1{
        width: 320px;
        height: 150px;
    }

    .social-media img{
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }
    
    .social-media h3{
        color: #ffffff;
        font-size: 11px;
    }

    /* Make header content more responsive */
    .header-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-content p {
        padding: 0 20px;
    }

    .services-content h2{
        font-size: 45px;
        line-height: 70px;
        color: #000000;
        text-transform: uppercase;
    }

    /* Stack services group items vertically */
    .services-group {
        flex-direction: column;
        align-items: center;
    }

    .services-1, .services-2, .services-3, .services-4 {
        padding: 30px;
    }

    /* Make the buttons smaller on mobile */
    .btn-1 {
        padding: 8px 25px;
    }

    .mv {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .txt-p {
        font-size: 16px; /* Adjust font size for better readability */
    }

    .mv-content {
        padding: 30px;
        width: 100%;
    }

    .pqe-content {
        padding: 40px;
        margin-top: 30px;
    }

    .txt-p1 {
        font-size: 18px; /* Adjust text size */
    }

    .pqe-content h2 {
        font-size: 22px; /* Smaller font size for headings */
    }
}

/* Responsive Styles for max-width: 350px and max-width: 420px */
@media screen and (max-width: 350px) {
    /* Stack the navbar items vertically */
    .header{
        background-color: #000000;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 10vh;
        display: flex;
        align-items: center;
    }
    
    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .menu .navbar ul li {
        margin: 10px 0; /* Add margin for spacing */
    }

    .menu .navbar ul li a {
        padding: 15px;
        font-size: 11px;
        text-align: center; /* Center align text */
    }

    .img-logo{
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .img-logo1{
        width: 320px;
        height: 150px;
    }

    .social-media img{
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }
    
    .social-media h3{
        color: #ffffff;
        font-size: 11px;
    }

    /* Make header content more responsive */
    .header-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-content p {
        padding: 0 20px;
    }

    .services-content h2{
        font-size: 45px;
        line-height: 70px;
        color: #000000;
        text-transform: uppercase;
    }

    /* Stack services group items vertically */
    .services-group {
        flex-direction: column;
        align-items: center;
    }

    .services-1, .services-2, .services-3, .services-4 {
        padding: 30px;
    }

    /* Make the buttons smaller on mobile */
    .btn-1 {
        padding: 8px 25px;
    }

    .mv {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .txt-p {
        font-size: 16px; /* Adjust font size for better readability */
    }

    .mv-content {
        padding: 30px;
        width: 100%;
    }

    .pqe-content {
        padding: 40px;
        margin-top: 30px;

    }

    .txt-p1 {
        font-size: 18px; /* Adjust text size */
    }

    .pqe-content h2 {
        font-size: 22px; /* Smaller font size for headings */
    }
}

/* Responsive Styles for max-width: 350px and max-width: 420px */
@media screen and (max-width: 329px) {
    /* Stack the navbar items vertically */
    .header{
        background-color: #000000;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 10vh;
        display: flex;
        align-items: center;
    }
    
    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .menu .navbar ul li {
        margin: 10px 0; /* Add margin for spacing */
    }

    .menu .navbar ul li a {
        padding: 15px;
        font-size: 10px;
        text-align: center; /* Center align text */
    }

    .img-logo{
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .img-logo1{
        width: 320px;
        height: 150px;
    }

    .social-media img{
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }
    
    .social-media h3{
        color: #ffffff;
        font-size: 10px;
    }

    /* Make header content more responsive */
    .header-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-content p {
        padding: 0 20px;
    }

    .services-content h2{
        font-size: 45px;
        line-height: 70px;
        color: #000000;
        text-transform: uppercase;
    }

    /* Stack services group items vertically */
    .services-group {
        flex-direction: column;
        align-items: center;
    }

    .services-1, .services-2, .services-3, .services-4 {
        padding: 30px;
    }

    /* Make the buttons smaller on mobile */
    .btn-1 {
        padding: 8px 25px;
    }

    .mv {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .txt-p {
        font-size: 16px; /* Adjust font size for better readability */
    }

    .mv-content {
        padding: 30px;
        width: 100%;
    }

    .pqe-content {
        padding: 40px;
        margin-top: 30px;

    }

    .txt-p1 {
        font-size: 18px; /* Adjust text size */
    }

    .pqe-content h2 {
        font-size: 22px; /* Smaller font size for headings */
    }
}

/* Responsive Styles for max-width: 350px and max-width: 420px */
@media screen and (max-width: 310px) {
    /* Stack the navbar items vertically */
    .header{
        background-color: #000000;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 10vh;
        display: flex;
        align-items: center;
    }
    
    .menu .navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .menu .navbar ul li {
        margin: 10px 0; /* Add margin for spacing */
    }

    .menu .navbar ul li a {
        padding: 15px;
        font-size: 9px;
        text-align: center; /* Center align text */
    }

    .img-logo{
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .img-logo1{
        width: 320px;
        height: 150px;
    }

    .social-media img{
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }
    
    .social-media h3{
        color: #ffffff;
        font-size: 9px;
    }

    /* Make header content more responsive */
    .header-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .header-content p {
        padding: 0 20px;
    }

    .services-content h2{
        font-size: 45px;
        line-height: 70px;
        color: #000000;
        text-transform: uppercase;
    }

    /* Stack services group items vertically */
    .services-group {
        flex-direction: column;
        align-items: center;
    }

    .services-1, .services-2, .services-3, .services-4 {
        padding: 30px;
    }

    /* Make the buttons smaller on mobile */
    .btn-1 {
        padding: 8px 25px;
    }

    .mv {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .txt-p {
        font-size: 16px; /* Adjust font size for better readability */
    }

    .mv-content {
        padding: 30px;
        width: 100%;
    }

    .pqe-content {
        padding: 40px;
        margin-top: 30px;

    }

    .txt-p1 {
        font-size: 18px; /* Adjust text size */
    }

    .pqe-content h2 {
        font-size: 22px; /* Smaller font size for headings */
    }
}

