@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
}

.container {
    width: 1200px;
}

.row {
    padding: 0px -15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Changa", sans-serif;
}

body {
    font-family: "Source Sans 3", sans-serif;
}


.col-sm-12 {
    width: 100%;
}

.col-sm-11 {
    width: 91.66666667%;
}

.col-sm-10 {
    width: 83.33333333%;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-8 {
    width: 66.66666667%;
}

.col-sm-7 {
    width: 58.33333333%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-5 {
    width: 41.66666667%;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-1 {
    width: 8.33333333%;
}

[class*='col-sm-'] {
    padding: 0px 15px;
}

.banner .row {
    display: grid;
}



.banner-img {
        transform: translate(75%, -61%);
    object-fit: cover;
    position: relative;
    display: inline-block;
    z-index: 9;
}

.banner-img::after {
       content: '';
    position: absolute;
    left: 10%;
    width: 80%;
    height: 98px;
    background: rgba(0, 0, 0, 0.3);
    filter: blur(17px);
    z-index: -1;
    border-radius: 100%;
    bottom: 14%;
    transform: rotate(326deg);
}

.banner-img img {
    width: 553px;
    display: block;
}

.banner::before {
    content: '';
       background-color: #d4d0d069;
    width: 100%;
    height: 484px;
    display: block;
    position: absolute;
    z-index: 9;
    opacity: 3.5;
}

.banner-con {
    position: relative;
    z-index: 9;
    top: 19%;
}

.banner-con h1 {
   font-size: 49px;
    color: #212121;
    width: 59%;
    line-height: 51px;
    margin-left: 0px;
}

.banner-con p {
   width: 56%;
    margin-left: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #212121;
    margin-bottom: 27px;ss
}

.banner-con a{
    text-decoration : none;
    background-color : #212121;
    color: #fff;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 16px;
}

.banner-con a:hover {
    background-color: transparent;
    border: 1px solid #212121;
    color: #212121;
    transition: 0.5s;
}

.about-us {
    height: 183px;
}

.about-con h1 {
    font-size: 46px;
    width: 45%;
    line-height: 53px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #212121;
    margin-top: 25px;
    margin-bottom: 29px;
    margin-left: 0;
}

.about-con p {
    text-align: left;
    width: 57%;
    margin-left: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 19px;
    margin-top: 10px;
}

.about-btn {
    font-size: 19px;
    text-decoration: none;
    background-color: #212121;
    color: #fff;
    padding: 7px 37px;
    letter-spacing: 1px;
    border-radius: 16px;
    font-weight: 300;
    margin-right: 2%;
}

.about-btn:last-child {
    color: #212121;
    border: 1px solid #212121;
    background-color: transparent;
}

.about-btn:last-child:hover {
    background-color: #212121;
    color: #fff;
    transition: 0.5s;
}

.gallery .row {
    display: grid;
    grid-template-columns: 50% 25% 25%;
    justify-content: space-between;
}

.gallery-con h3 {
        font-size: 41px;
    letter-spacing: 1px;
    color: #fff;
}
@media (max-width: 768px) {
    .gallery-img::before {
        display: none; /* Removes the dark overlay */
    }
    
    .gallery-con p,
    .gallery-con h3 {
        color: #000 !important;
        text-shadow: 0 0 5px rgba(255,255,255,0.5); /* Adds subtle text shadow for better contrast */
    }
}
.cards {
    background: #2b2a2a;
    width: 92%;
    height: 320px;
    border-radius: 15px;
    text-align: justify;
    padding: 8px;
    color: #a6a6a6;
    padding: 10px;
}

.gallery-img img {
    width: 98%;
    border-radius: 15px;
    height: 322px;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.gallery-img {
    width: 100%;
}

.gallery-con {
    transform: translate(11px, -305px);
    width: 94%;
}

.gallery-con p {
        color: #fff;
    font-size: 17px;
    font-weight: 300;
    width: 91%;
    margin-left: 0;
}

.gallery-img::before {
    content: '';
    background-color: #41414163;
    border-radius: 15px;
    width: 38.7%;
    height: 322px;
    display: block;
    position: absolute;
}

.gallery {
    margin-top: 33px;
    height: 368px;
}

.cards h1 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
    padding: 0px 10px;
}

.cards p {
    font-size: 13px;
    padding: 0px 10px;
    margin-bottom: 31%;
}

.card-btn {
    padding: 7px 25px;
    text-decoration: none;
    color: #000;
    background-color: #ffffffbd;
    border-radius: 16px;
    display: inline-grid;
    backdrop-filter: blur(10px);
}

.num-h h1{
    text-align: center;
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 100;
    height: 104px;
}

.num .row{
        display: flex;
}

.num-con{
    text-align: center;
}

.num-con h2{
    font-size: 53px;
    height: 78px;
    color: #212121;
}

.num-con h3{
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
}

.num-con p{
    font-size: 15px;
    font-weight: 300;
    color: #212121;
    text-align: left;

}

.mission .row{
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: space-between;
}

.mission-con p{
    margin-top: 32px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 26px;
}

.mission-con a{
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    background-color: #212121;
    padding: 8px 58px;
    font-weight: 200;
    border-radius: 18px;
}

/* .head{
    margin-top: 20px;
}

.head-h{
    text-align: center;
    font-size: 28px;
} */

.feature{
    height: 387px;
}

.feature .row{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-content: space-between;
}

.feature-img img{
    width: 100%;
    padding: 12px;
}

.feature-con{
    padding:0px 10px;
}

.feature-con h1{
    font-size: 24px;
    font-weight: 500;
}

.feature-con p{
    font-size: 15px;
    font-weight: 300;
}

.best-h{
    text-align: center;
    font-size: 24px;
    padding: 12px;
}

.best-img img{
   width: 100%;
    height: 264px;
    border-radius: 8px;
    object-fit: contain;
    padding: 9px;
}

.best .row{
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.bg{
        width: 92%;
    background-color: #0000002b;
    height: 370px;
    box-shadow: 7px -4px 19px 7px #34343433;
    margin: 19px 32px;
    transition: all 0.3s ease-in-out;
}

.bg:hover{
    transform: scale(1.05s);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.best-con h2{
    font-size: 19px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.best{
    width: 100%;
    height: 100%;
    display: grid;
    padding: 0px 23px;
}

.best-con{
 margin-top: 48px;
    background-color: #2f2f2f;
    display: block;
    padding: 8px;
}

.ban1{
    height: 470px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 41px;
}

.ban1::before{
    content: '';
    background-color: #262525ba;
    width: 100%;
    height: 470px;
    display: block;
    position: absolute;
    z-index: 9;
    opacity: 3.5;
}

.head-h h2{
        text-align: center;
    font-size: 47px;
    padding: 12px;
    color: #2f2f2f;
}

.con{
    position: relative;
    z-index: 9;
}
.con-ar{
  display:inline-flex;
  margin-top: 36px;
  text-align: center;
}

.con-ar a{
    text-decoration: none;
    color: #fff;
}

.con-ar a i{
  font-size: 47px;
  padding: 15px 0px;
  color: #fff;
}

.con-ar h2{
  font-size: 33px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.con-ar p{
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    font-weight: 200;
    text-align: left;

}

/* footer{
    width: 100%;
    height: 527px;
    background-color: #000;
    color: #fff;
    padding: 28px;
} */

/* .f-logo{
    width: 100%;
    margin-left: 13px;
    filter: invert(1);
    display: inline-flex;
    margin-top: 66px;
}
.f-logo img{
    width: 29%;
    height: 25%;
    object-fit: cover;
} */

.tag-line p{
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 21px;
    font-size: 11px;
    width: 60%;
    margin-left: 20px;
}

.tag ul{
    margin: 0;
    padding: 20px 15px;
}

.tag ul li{
    display: inline-block;
    padding: 10px 15px;
}

.tag a{
    color: #fff;
    text-align: right;
    font-size: 24px;
}

.con1{
    margin-top: 62px;
}

.con1 ul{
    list-style: none;
}

.con1 a{
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    line-height: 32px;
    font-size: 15px;
}

.con3 h1{
    font-size: 55px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: right;
}

.con3 p{
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 29px;
    text-align: justify;
    margin-left: 14px;
}

.f-button input{
    padding: 20px 65px;
    background-color: #000;
    font-size: 14px;
    border: 1px solid #fff;
}

.f-button{
    display: flex;
    padding: 28px 0px;
}

.f-button button{
    padding: 20px 36px;
    background-color: #000;
    border: 1px solid #fff;
    color: #757575;
}

/* footer .row {
    display: flex;
    flex-direction: row;
} */

.company-con{
      margin-top: 8%;
    color: #6a6767;
    font-weight: 300;
    letter-spacing: 1px;
}

/* .auto .row{
        display: grid;
    grid-template-columns: 50% 50%;
}

.auto-con h1{
    font-size: 39px;
    font-weight: 300;
    letter-spacing: 1px;
}

.auto-con p{
    font-size: 15px;
    font-weight: 300;
    width: 69%;
    margin-left: 0px;
    margin-bottom: 46px;
    line-height: 30px;
}

.auto-con a{
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #212121;
    padding: 10px 22px;
    border-radius: 13px;
} */

/* Mobile Responsive Styles (ONLY for screens below 768px) */
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }


    /* Banner */
    .banner {
        height: auto;
        padding: 40px 0;
    }
    
    .banner::before {
        height: 100%;
    }
    
    .banner .row {
        display: flex;
        flex-direction: column;
    }
    
    .banner-con {
        top: 0;
        text-align: center;
        padding: 20px 0;
    }
    
    .banner-con h1 {
        font-size: 32px;
        height: auto;
        margin-bottom: 15px;
    }
    
    .banner-con p {
        width: 100%;
        margin: 0 auto 20px;
    }
    
    .banner-img {
        transform: none;
        margin-top: -20px;
        text-align: center;
    }
    
    .banner-img img {
        width: 100%;
        max-width: 400px;
    }

    /* About Us */
    .about-us {
        height: auto;
        padding: 40px 0;
    }
    
    .about-con h1 {
        width: 100%;
        font-size: 28px;
        line-height: 1.3;
        text-align: center;
    }
    
    .about-con p {
        width: 100%;
        text-align: center;
    }
    
    .about-btn {
        display: block;
        margin: 0 auto 15px;
        text-align: center;
    }

    /* Gallery */
    .gallery {
        height: auto;
        padding: 40px 0;
    }
    
    .gallery .row {
        grid-template-columns: 100%;
        gap: 20px;
    }
    
    .gallery-img {
        width: 100%;
    }
    
    .gallery-img img {
        height: auto;
    }
    
    .gallery-con {
        transform: none;
        width: 100%;
        position: relative;
        top: 0;
        padding: 15px;
    }
    
    .gallery-img::before {
        display: none;
    }
    
    .cards {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    /* Numbers */
    .num .row {
        flex-direction: column;
    }
    
    .num-h h1 {
        font-size: 36px;
        height: auto;
    }
    
    .num-con {
        margin-bottom: 30px;
    }
    
    .num-con h2 {
        font-size: 36px;
        height: auto;
    }

    /* Mission */
    .mission .row {
        grid-template-columns: 100%;
    }
    
    .mission-img {
        margin-bottom: 30px;
    }
    
    .mission-con {
        text-align: center;
    }

    /* Best Products */
    .best .row {
        grid-template-columns: 50% 50%;
    }
    
    .best-img img {
        /* height: 200px; */
    }

    /* Banner 1 */
    .ban1 {
        height: auto;
        padding: 40px 0;
    }
    
    .ban1::before {
        height: 100%;
    }
    
    .con-ar {
        flex-direction: column;
    }
    
    .col-sm-3 {
        width: 100%;
        margin-bottom: 30px;
    }

    /* Features */
    .feature {
        height: auto;
        padding: 40px 0;
    }
    
    .feature .row {
        grid-template-columns: 50% 50%;
    }

    /* Auto Section */
    /* .auto .row {
        grid-template-columns: 100%;
    } */
    
    /* .auto-img {
        margin-top: 30px;
        text-align: center;
    } */

    /* Original Desktop Styles (unchanged) */


    .auto {
    padding: 60px 0;
}


.text-content h1 {
  
}

.text-content p {
    font-size: 15px;
    font-weight: 300;
    width: 90%;
    margin-bottom: 30px;
    line-height: 1.6;
}

.text-content .btn {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #212121;
    padding: 12px 25px;
    border-radius: 13px;
    transition: all 0.3s ease;
}

.text-content .btn:hover {
    background-color: #333;
}

.image-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .auto {
        padding: 40px 0;
    }
    
    .auto .row {
        grid-template-columns: 1fr;
    }
    
    .text-content {
        text-align: center;
        order: 2; /* Makes text appear after image */
    }
    
    .text-content h1 {
        font-size: 28px;
    }
    
    .text-content p {
        width: 100%;
        margin: 0 auto 25px;
        font-size: 14px;
    }
    
    .image-content {
        order: 1; /* Makes image appear first */
        text-align: center;
    }
    
    .image-content img {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .text-content h1 {
        font-size: 24px;
    }
    
    .image-content img {
        max-width: 100%;
    }
}


    /* Footer */
    /* footer {
        height: auto;
        padding: 40px 0;
    }
    
    footer .row {
        flex-direction: column;
    } */
    
    .f-logo {
        margin: 20px 0;
        justify-content: center;
    }
    
    .f-logo img {
        width: 150px;
    }
    
    .con1, .tag {
        margin-top: 30px;
        text-align: center;
    }
    
    .con3 h1 {
        text-align: center;
        font-size: 36px;
    }
    
    .con3 p {
        text-align: center;
        margin-left: 0;
    }
    
    .tag ul {
        justify-content: center;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .best .row,
    .feature .row {
        grid-template-columns: 100%;
    }
    
    
    
    .banner-con h1 {
        font-size: 28px;
    }
    
    .about-con h1 {
        font-size: 24px;
    }
}

.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
    color: white;
    font-size: 24px;
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }
    
}
/* Estilos de la sección del mapa */
.map-section {
  padding: 50px 0;
  text-align: center; /* Centra todo el contenido por defecto */
}

.map-section h2 {
  font-size: 41px;
  margin-bottom: 10px;
  font-weight: 600;
}

.map-section p {
  font-size: 16px;
  width: 45%; /* Aumenta un poco el ancho para que se vea mejor */
  font-weight: 300;
  line-height: 26px;
  margin: 0 auto 30px auto; /* Centra el párrafo y añade espacio debajo */
}

.map-container {
  width: 80%;
  height: 400px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Estilos responsivos para la sección del mapa */
@media (max-width: 768px) {
  .map-section {
    padding: 40px 15px; /* Añade un poco de relleno en los lados */
  }

  .map-section h2 {
    font-size: 32px; /* Reduce el tamaño de la fuente para móviles */
  }
  
  .map-section p {
    width: 90%; /* El párrafo ocupa casi todo el ancho */
  }

  .map-container {
    width: 95%; /* El mapa ocupa casi todo el ancho */
    height: 300px; /* Reduce la altura en móviles */
  }
}


.auto {
    padding: 60px 0;
}

.auto .row {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
    align-items: center;
    gap: 30px; 
}

.auto .text-content h1 {
    font-size: 42px;
    color: #2f2f2f;
}

.auto .text-content p {
    font-size: 16px;
    font-weight: 300;
    width: 92%;
    margin-left: 0;
    line-height: 31px;
    margin-bottom: 36px;
}

.auto .text-content .btn {
    text-decoration: none;
    background-color: #2f2f2f;
    padding: 10px 32px;
    color: #fff;
    border-radius: 12px;
    font-weight: 300;
    transition: background-color 0.3s ease;
}

.auto .text-content .btn:hover {
    background-color: #000;
}

.auto .image-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .auto {
        padding: 40px 15px; 
    }

    .auto .row {
        grid-template-columns: 1fr; 
    }

    .auto .text-content {
        text-align: center;
        order: 2; 
    }

    .auto .text-content h1 {
        font-size: 28px;
    }

    .auto .text-content p {
        width: 100%;
        margin-bottom: 25px;
    }

    .auto .image-content {
        order: 1; 
        text-align: center;
        margin-bottom: 20px; 
    }
}