﻿body {
    padding-top: 77px !important;
    font-family: 'Open Sans', sans-serif !important;
}



html {
    scroll-behavior: smooth;
}

/*Clase para h1 que sirve para mejorar el SEO, se muestra escondido*/
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0  0 0 0);
    overflow: hidden;
    white-space: nowrap;
}


h1, h2, h3, h4, h5, h6,
.display-4,
.carousel-caption h2,
.btn-contact {
    font-family: 'Playfair Display', serif !important;
}

.subrayado:hover {
    text-decoration: underline 2px!important;
    text-decoration-color: #fff;
}


section {
    padding: 0px 0 !important;
}


    section[id] {
        scroll-margin-top: 100px; 
    }


#imageSection1 .container-fluid,
#ubicacion .container-fluid,
#contacto .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


#imageSection1 .col-md-4 {
    margin-bottom: 0 !important;
}






button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23A0CCDA' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

button.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}






/* Sección Carrusel */
#proyeccionCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A0CCDA'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#proyeccionCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A0CCDA'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
span.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A0CCDA'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


#proyeccionCarousel .carousel-control-prev,
#proyeccionCarousel .carousel-control-next {
    width: 6%;
}

#proyeccionCarousel .carousel-control-prev-icon,
#proyeccionCarousel .carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    transition: transform 0.3s ease;
}



header .btn-contact {
    padding: 6px 16px !important;
    font-size: 0.95rem;
    background-color: #A0CCDA !important;
    border-radius: 25px;
    text-decoration: none;
    min-width: 100px;
    text-align: center;
    margin-left: 10px;
    font-weight: 700 !important;
    transition: all 0.7s ease;
    transform: scale(1);
    display: inline-block;
}


    header .btn-contact:hover {
        color: #ffffff !important;
        background-color: black !important;
        transform: scale(0.96);
    }


.carousel-item .btn-dark {
    color: #fff;
    background-color: black;
    border-color: black;
    border-radius: 10px;
    padding: 8px 12px 8px 12px !important;
    transition: transform 0.7s ease;
    transform: scale(1);
    display: inline-block;
}



    .carousel-item .btn-dark:hover {
        background-color: #A0CCDA !important;
        border-color: #A0CCDA !important;
        color: #000000;
        font-weight: bold;
        transform: scale(0.96); 
    }

.carousel-item a {
    border: 2px solid transparent;
    box-shadow: none !important;
}



    .carousel-item a:focus,
    .carousel-item a:focus-visible,
    .carousel-item a:active {
        outline: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }


.carousel-item {
    height: 80vh;
    min-height: 500px;
    max-height: 800px;
    position: relative; 
    overflow: hidden; 
    transition: transform 0.5s ease-in !important;
}

.carousel-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}


.carousel-item:nth-child(1) .carousel-img {
    content: url('/img/1Desktop.png');
    object-position: center center;
}

.carousel-item:nth-child(2) .carousel-img {
    content: url('/img/2Desktop.png');
    object-position: center center;
}

.carousel-item:nth-child(3) .carousel-img {
    content: url('/img/Desktop3.png');
    object-position: center center;
}

.carousel-item:nth-child(4) .carousel-img {
    content: url('/img/Desktop4.png');
    object-position: center center;
}









#imageSection1 .img-wrapper {
    width: 100%;
    max-width: 470px;
    height: 100px;
    overflow: hidden;
    border-radius: 15px;
}

    #imageSection1 .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        /*        transform: translateX(-60px);*/
    }






/*preventa*/
.btn-preventa {
    background-color: #ACAE47 !important;
    border-radius: 10px;
    font-weight: bold;
    transition: transform 0.7s ease;
    transform: scale(1);
    display: inline-block;
    outline: none;
    border: 2px solid transparent; 
    appearance: none;
   
}

.btn-preventa2 {
    background-color: #4D4E20;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
    transition: transform 0.7s ease;
    transform: scale(1);
    display: inline-block;
    outline: none;
    border: 2px solid transparent; 
    box-shadow: none !important;
    appearance: none;
}

    .btn-preventa:hover, .btn-preventa2:hover {
        color: #ffffff !important;
        background-color: black !important;
        transform: scale(0.96);
        border-color: transparent;
    }




a.btn-preventa:focus,
a.btn-preventa:focus-visible,
a.btn-preventa2:focus,
a.btn-preventa2:focus-visible,
a.btn-preventa:active,
a.btn-preventa2:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}






/* Sección Proyección */
.proyeccion-fondo {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/img/Los Alamos fondo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

    .proyeccion-fondo .container {
        position: relative;
        z-index: 1;
    }
    
    .proyeccion-fondo .projection-img {
        max-width: 600px;
        width: 100%;
        height: auto;
        border-radius: 8px;
    }






#imageSection2 .img-wrapper-second {
    width: 100%;
    height: 320px; 
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
}

    #imageSection2 .img-wrapper-second img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }




/*BN*/
.img-wrapper-BN {
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
}

    .img-wrapper-BN img {
        width: 100%;
        object-fit: cover;
        display: block;
    }




  /* Sección Mapa */
.places-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 1rem;
    margin-bottom: 2rem;
}




.places-grid .place-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}

 .places-grid .place-item:nth-child(5) {
     grid-column: 2;
     grid-row: 2;
 }

 .places-grid .place-item:nth-child(6) {
     grid-column: 1;
     grid-row: 3;
 }

 .places-grid .place-item:nth-child(7) {
     grid-column: 2;
     grid-row: 3;
 }



.mapa-lineal {
    width: 100%;
    height: auto;
    display: block;
}


.mapa-embed iframe {
    width: 100%;
    height: 322px;
    border: 0;
    display: block;
}


.direccion {
    margin-top: 1rem;
}





/* Sección Contacto*/
.formulario-contacto {
    max-width: 568px;
    width: 100%;
    padding: 1rem;
}


#contacto input,
#contacto textarea,
#contacto select{
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 25px;
    margin-bottom: 25px;
    color: black;
    padding: 12px 20px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 1rem;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
    #contacto input:-webkit-autofill,
    #contacto textarea:-webkit-autofill,
    #contacto select:-webkit-autofill {
        /* tu sombra normal + filtro de brillo */
        box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.2), 2px 4px 12px rgba(0,0,0,0.2) !important;
        -webkit-text-fill-color: black !important;
        filter: brightness(0.9) !important; /* <–– oscurece todo el autofill */
        transition: background-color 5000s ease-in-out 0s !important;
    }
}





select option.placeholder-option {
    color: gray;
}



#contacto textarea {
    border-radius: 20px;
}


/*#contacto ::placeholder {
    color: black !important;
}*/


#contacto button {
    background-color: #A0CCDA !important;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: bold;
    transition: all 0.7s ease;
    transform: scale(1);
    display: inline-block;
    border: 2px solid transparent;
}


    #contacto button:hover {
        color: #ffffff !important;
        background-color: black !important;
        transform: scale(0.96);
        border-color: transparent;
    }



    #contacto button:focus,
    #contacto button:focus-visible,
    #contacto button:active {
        outline: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

    .btn-accept:hover,
    .btn-accept:focus,
    .btn-accept:active {
        background-color: #989a3e !important;
        color: white !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }












/*Footer*/
.footer-slogan {
    color: #4D4E20;
    font-size: 0.875rem;
}

.contact-text {
    color: #6c757d;
    margin-bottom: 0.3rem;
}

.nav-link-footer {
    color: #1B1B1E;
    padding: 0.25rem 0;
    text-decoration: none;
    font-size: 0.875rem;
}

.footer-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.2rem;
}

.footer-subtitle {
    font-size: 0.875rem;
    color: #1B1B1E;
    margin-bottom: 0.8rem;
}

.section-title {
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.footer-logo {
    height: 90px;
    margin-right: 1rem;
}






/*Disennios*/
.btn-disennios {
    background-color: #ACAE47 !important;
    color: #FFFFFF !important;
    border-radius: 10px;
    font-weight: bold;
    transition: transform 0.7s ease;
    transform: scale(1);
    display: inline-block;
    border: 2px solid transparent;
    outline: none;
    font-family: 'Open Sans', sans-serif !important;
}



    .btn-disennios:hover {
        transform: scale(0.96);
    }

    .btn-disennios.selected {
        color: black !important;
        background-color: #A0CCDA !important;
        border-color: transparent !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .btn-disennios:focus {
        outline: none !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }




.disennio-titulo {
    font-family: 'Playfair Display', serif !important;
/*    font-size: 1.7rem;*/
/*    font-weight: 700;*/
    color: #ffffff;
    margin-bottom: 10px;
}


.disennio-texto {
    font-family: 'Open Sans', sans-serif !important;
/*    font-size: 1rem;*/
    color: #ffffff;
/*    margin-bottom: 20px;*/
}

.contenido-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* Columna de texto (ancho 100% en xs, 50% en lg) */
.contenido-texto-col {
    flex: 1 1 100%;
}

.contenido-galeria-col {
    flex: 1 1 100%;
}


.lista-con-imagen {
    display: flex;
    align-items: stretch; /* para que ambos hijos (img + ul) tengan la misma altura */
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom:60px;
}

/* Caja de la imagen, ancho fijo */
.lista-imagen {
    flex: 0 0 60px; /* ancho de 60px (ajusta a tu gusto) */
    display: flex;
    padding-right:150px;
}

    /* Imagen ocupa 100% de la altura del contenedor */
    .lista-imagen img {
        height: 100%;
        width: auto; /* respeta la proporción */
        object-fit: contain;
        display: block;
    }



.contenido-lista {
    flex: 1;
    list-style: none;
    padding-left: 0;
}

    .contenido-lista li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.3em;
        width: 1.2rem;
        height: 1.2rem;
        background: url('/ruta/a/tu-icono.svg') no-repeat center/contain;
    }

    /*icono*/
    .contenido-lista i.bi-circle-fill {
        font-size: 0.3rem;
        color: #fff;
    }


/* Galería 2×2 */
.contenido-galeria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 1rem;
}

    .contenido-galeria img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

        /* Tarjetas 1 y 2 */
        .contenido-galeria img:nth-child(1),
        .contenido-galeria img:nth-child(3) {
            height: 300px;
        }

        /* Tarjeta 3 (fila inferior izquierda) */
        .contenido-galeria img:nth-child(2) {
            height: 230px;
        }

        /* Tarjeta 4 (fila inferior derecha) */
        .contenido-galeria img:nth-child(4) {
            grid-row: span 2;
            height: 300px;
            margin-top: -60px;
        }






    /*Celulares*/
@media (max-width: 767.98px) {
    #navMenu .nav-item:last-child a.btn-contact {
        padding: 8px 8px !important;
        margin: 8px auto !important;
        font-size: 0.95rem !important;
        width: 100%;
        border-radius: 20px !important;
    }

    #navMenu .nav-item:last-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
        border-top: none !important;
    }


    main {
        padding-top: 73px !important;
    }

    /*carrusel*/

    .carousel-item {
        height: 60vh;
        min-height: 400px;
        max-height: 700px;
    }


        .carousel-item:nth-child(1) .carousel-img {
            content: url('/img/1Mobile.png');
            object-position: center center;
        }

        .carousel-item:nth-child(2) .carousel-img {
            content: url('/img/Mobile2.png');
            object-position: center center;
        }

        .carousel-item:nth-child(3) .carousel-img {
            content: url('/img/Mobile3.png');
            object-position: center top;
        }

        .carousel-item:nth-child(4) .carousel-img {
            content: url('/img/Mobile4.png');
            object-position: center 70%;
        }




    body {
        padding-top: 0 !important;
    }




    #imageSection1 .row {
        display: flex !important;
        flex-direction: column !important;
    }

/*
    #imageSection1 .img-wrapper {
        width: 100% !important;
        max-width: 580px !important;
        transform: none !important;
    }

        #imageSection1 .img-wrapper img {
            width: 100% !important;
            object-fit: cover;
        }
*/


    .proyeccion-fondo {
        padding: 20px 0;
        min-height: auto;
    }

        .proyeccion-fondo h2 {
            font-size: 1.4rem;
            margin-bottom: 1rem;
        }

        .proyeccion-fondo .projection-img {
            max-width: 90% !important;
            width: auto !important;
            height: auto;
        }




/*    #imageSection1 .img-wrapper {
        height: 240px;
    }*/

    #imageSection1 .img-wrapper {
        width: 100%;
        max-width: 370px;
        height: 240px; /* móvil por defecto */
        overflow: hidden;
        border-radius: 15px;
        margin: 0 auto;
    }

        #imageSection1 .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



    /*Footer*/
    .mobile-section {
        margin-bottom: 1.5rem;
    }

        .mobile-section:last-child {
            margin-bottom: 0;
        }

    /* Mapa */
    .places-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

        .places-grid .place-item:nth-child(4),
        .places-grid .place-item:nth-child(5),
        .places-grid .place-item:nth-child(6),
        .places-grid .place-item:nth-child(7) {
            grid-column: auto;
            grid-row: auto;
        }



    .img-wrapper-BN {
        width: 90%;
        max-width: 400px;
        overflow: hidden;
        border-radius: 15px;
        margin: 0 auto;
    }

        .img-wrapper-BN img {
            width: 100%;
            object-fit: cover;
            display: block;
        }




    /*disennios*/
   
        /* BOTONES: mayor especificidad para hover/active y selected */
    .d-md-none .btn-disennios {
        background-color: #ACAE47 !important;
        color: #FFFFFF !important;
        border-radius: 10px;
        font-weight: bold;
        transition: transform 0.7s ease;
        transform: scale(1);
        display: inline-block;
        border: 2px solid transparent;
        outline: none;
        font-family: 'Open Sans', sans-serif !important;
    }

        .d-md-none .btn-disennios:hover {
            transform: scale(0.96);
        }

        .d-md-none .btn-disennios.selected {
            color: black !important;
            background-color: #A0CCDA !important;
            border-color: transparent !important;
            outline: none !important;
            box-shadow: none !important;
        }

    .btn-disennios:focus {
        outline: none !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }



    .d-md-none .contenido-row {
        flex-direction: column !important;
        gap: 1.5rem;
    }
            
    .d-md-none .lista-con-imagen {
        flex-direction: column !important;
        gap: 1rem;
    }

    .d-md-none .lista-imagen {
        padding-right: 0 !important;
        width: 100% !important;
        max-height: 80px; 
    }

        .d-md-none .lista-imagen img {
            width: auto;
            height: 100%;
        }
           
    .d-md-none .contenido-galeria {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

        .d-md-none .contenido-galeria img,
        .d-md-none .contenido-galeria img:nth-child(1),
        .d-md-none .contenido-galeria img:nth-child(2),
        .d-md-none .contenido-galeria img:nth-child(3),
        .d-md-none .contenido-galeria img:nth-child(4) {
            height: auto !important;
            margin-top: 0 !important;
            margin-bottom: 1rem !important;
        }

      
   }


/*Tabletas*/
@media (min-width: 768px) and (max-width: 899.98px) {

    /*Caruusel*/

    .carousel-item {
        height: 55vh;
        min-height: 600px;
        max-height: 700px;
    }

    carousel-item:nth-child(1) .carousel-img {
        content: url('/img/1Tablet.png');
        object-position: center center;
    }

    .carousel-item:nth-child(2) .carousel-img {
        content: url('/img/Tablet2.png');
        object-position: center center;
    }

    .carousel-item:nth-child(3) .carousel-img {
        content: url('/img/Tablet3.png');
        object-position: center 180% !important;
        height: 105vh; 
        object-fit: cover;
    }

    .carousel-item:nth-child(4) .carousel-img {
        content: url('/img/Tablet4.png');
        object-position: 75% 85%;
    }



    body {
        padding-top: 0 !important;
    }



    #imageSection1 .img-wrapper {
        transform: translateX(-30px) !important;
        width: 85% !important;
        max-width: 400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

        #imageSection1 .img-wrapper img {
            width: 120% !important;
            object-fit: cover;
        }


    /* Mapa */
    .places-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }


        .places-grid .place-item:nth-child(-n+4) {
            grid-column: 1;
            grid-row: auto;
        }

        .places-grid .place-item:nth-child(n+5) {
            grid-column: 2;
            grid-row: auto;
        }


        .places-grid .place-item:nth-child(4),
        .places-grid .place-item:nth-child(5),
        .places-grid .place-item:nth-child(6),
        .places-grid .place-item:nth-child(7) {
            grid-row: auto;
        }

    img-wrapper-second {
        width: 100% !important;
        max-width: 300px !important;
        transform: none !important;
    }

        img-wrapper-second img {
            width: 100% !important;
            object-fit: cover;
        }



    /*footer*/
    .footer .d-md-flex .col-6 {
        padding: 0 15px;
    }

    .footer .d-md-flex .section-title {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .footer .d-md-flex .nav-link-footer {
        padding: 3px 0;
        font-size: 0.9rem;
    }

    .footer .d-md-flex .contact-text {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }


    .footer .d-md-flex .d-flex {
        align-items: flex-start;
    }


    

}

.content-wrapper {
    width: 95%;
    margin: 0 auto;
}

@media (max-width: 360px) { /* xs */
    .content-wrapper {
        max-width: 320px;
    }
}

/* ejemplo de ajustes por breakpoint, ajusta valores a tu diseño */
@media (max-width: 575.98px) { /* xs */
    .content-wrapper {
        max-width: 360px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { /* sm */
    .content-wrapper {
        max-width: 420px;
    }
}




@media (min-width: 768px) {

    #imageSection1 .row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    #imageSection1 .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .content-wrapper {
        max-width: 480px;
    }
}





/*tablets*/
@media (min-width: 900px) and (max-width: 1199.98px) {


    .carousel-item {
        height: 55vh;
        min-height: 600px;
        max-height: 700px;
    }
       
        .carousel-item:nth-child(1) .carousel-img {
            content: url('/img/1Tablet.png');
            object-position: center center;
        }

        .carousel-item:nth-child(2) .carousel-img {
            content: url('/img/Tablet2.png');
            object-position: center center;
        }

        .carousel-item:nth-child(3) .carousel-img {
            content: url('/img/Tablet3.png');
            object-position: center 180% !important;
            height: 105vh;
            object-fit: cover;
        }

        .carousel-item:nth-child(4) .carousel-img {
            content: url('/img/Tablet4.png');
            object-position: 75% 85%!important;
        }


   
   
    #imageSection1 .img-wrapper {
        transform: translateX(-20px) !important;
        width: 90% !important;
        height:200px;
        max-width: 450px !important;
        margin: 0 auto !important;
    }

        #imageSection1 .img-wrapper img {
            width: 100% !important;
            object-fit: cover;
        }

    
    .places-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }

        .places-grid .place-item:nth-child(-n+4) {
            grid-column: 1;
            grid-row: auto;
        }

        .places-grid .place-item:nth-child(n+5) {
            grid-column: 2;
            grid-row: auto;
        }

        .places-grid .place-item:nth-child(4),
        .places-grid .place-item:nth-child(5),
        .places-grid .place-item:nth-child(6),
        .places-grid .place-item:nth-child(7) {
            grid-row: auto;
        }

    .img-wrapper-second {
        width: 80% !important;
        max-width: 300px !important;
        overflow: hidden;
        border-radius: 15px;
    }

        .img-wrapper-second img {
            width: 100% !important;
            object-fit: cover;
        }

    #imageSection1 .img-wrapper {
        height: 400px;
    }

}





@media (min-width: 768px) and (max-width: 1024px) {
   
    .carousel-item {
        height: 55vh;
        min-height: 600px;
        max-height: 700px;
    }

       
        .carousel-item:nth-child(1) .carousel-img {
            content: url('/img/1Tablet.png');
            object-position: center center;
        }

        .carousel-item:nth-child(2) .carousel-img {
            content: url('/img/Tablet2.png');
            object-position: center center;
        }

      
        .carousel-item:nth-child(3) .carousel-img {
            content: url('/img/Tablet3.png');
            object-position: center 180% !important;
            height: 105vh; 
            object-fit: cover;
        }

      
        .carousel-item:nth-child(4) .carousel-img {
            content: url('/img/Tablet4.png');
            object-position: 75% 85%;
        }

   
    body {
        padding-top: 0 !important;
    }

    #imageSection1 .img-wrapper {
        height: 350px;
    }
}





@media (min-width: 768px) and (max-width: 1199.98px) {
    .img-wrapper-BN {
        width: 110%; 
        max-width: none; 
        transform: translateX(-5%); 
        margin: 0; 
    }

        .img-wrapper-BN img {
            width: 100%; 
        }

   
    #imageSection3 .col-md-6.text-md-start {
        padding-right: 0; 
    }

    .carousel-item {
        height: 55vh;
        min-height: 600px;
        max-height: 700px;
    }

    #imageSection1 .img-wrapper {
        height: 300px;
    }
   
}




/*Desktop*/
@media (min-width: 1200px) {

    .carousel-item {
        height: 80vh;
        min-height: 500px;
        max-height: 800px;
    }
        
        .carousel-item:nth-child(1) .carousel-img {
            content: url('/img/1Desktop.png');
            object-position: center center;
        }

        .carousel-item:nth-child(2) .carousel-img {
            content: url('/img/2Desktop.png');
            object-position: center center;
        }

        .carousel-item:nth-child(3) .carousel-img {
            content: url('/img/Desktop3.png');
            object-position: center center;
        }

        .carousel-item:nth-child(4) .carousel-img {
            content: url('/img/Desktop4.png');
            object-position: center center;
        }




    .img-wrapper-BN {
        width: 110%;
        max-width: none;
        transform: translateX(-5%);
    }

        .img-wrapper-BN img {
            width: 100%;
        }
    #imageSection3 .col-md-6.text-md-start {
        padding-right: 0;
    }


    #imageSection1 .img-wrapper {
        height: 400px;
    }                                          


}


@media (min-width: 768px) and (max-width: 991.98px) {
  
    .img-wrapper-tablet {
        width: 110%;
        max-width: none;
        transform: translateX(-5%);
        margin: 0;
    }

        .img-wrapper-tablet img {
            width: 100%;
        }

  
    #imageSection3 .col-md-6.text-md-start {
        padding-right: 0;
    }

    #imageSection1 .img-wrapper {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .img-wrapper-BN {
        width: 110%;
        max-width: none;
        transform: translateX(-5%);
        margin: 0;
    }

        .img-wrapper-BN img {
            width: 100%;
        }
    #imageSection2 .img-wrapper-second {
        height: 400px;  
        width:auto;
    }
  
    #imageSection3 .col-md-6.text-md-start {
        padding-right: 0;
    }
}