/* CSS BY Akash */
@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

a:focus, button:focus {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

:root {
    --white: #fff;
    --black: #222;
    --green: #6DB43F;
    --bg-main-color: #5e6e65;
    --font: Arial,
        Helvetica,
        sans-serif;
}

html {
    font-size: 100%;
}

body {
    font-family: Arial,
        Helvetica,
        sans-serif;
    font-family: var(--font);
    padding: 0;
    margin: 0 auto;
    font-size: 1rem;
    background-color: #CCC;
    overflow-x: hidden;
}

.left-side-body {
    padding-right: 3rem !important;
}




/* navbar */

nav     .container {
    max-width: 970px;
}



/* =========== HOME =========== */


.gastonia-body-center .gastonia-building  {
    
    width: 300PX;
 }




/* =========== ADA COMPLIANCE BUTTON =========== */


/* =========== SKIP TO MAIN BUTTON =========== */



/* .userway_buttons_wrapper {
  top: auto !important;
  bottom: 60px !important;
  right: -60px !important;
} */





/* =========== SKIP TO MAIN BUTTON =========== */



/* 
#skip-to-main-button {
  position: fixed;
  top: 10px;
  right: 80px;
  background: #0055a5;
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 99999;
  border-radius: 20px;
} */

#skip-to-main-button {
  position: fixed;
  top: 90px;
  right: 8px;
  background: #0055a5;
  color: #fff;
width: 65px;
height: 65px;
font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  z-index: 99999;
}


/* #skip-to-main-button {
  position: fixed;
  top: -100px;
  left: 0;
  background: #0055a5;
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  z-index: 99999;
  width: auto;
  height: auto;
  border-radius: 0;
  transition: top 0.2s;
}

#skip-to-main-button:focus {
  top: 0;
} */


#carousel-pause-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: 2px solid #fff;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 0.85rem;
  border-radius: 4px;
}

/* =========== UTILITIES =========== */


.paragraph-img {
    max-width: 15rem;
}


.pdf-link {
    color:var(--green);
}

#gastonia-main-body {
    padding-bottom: 22rem;
}


a:focus,
button:focus {
  outline: 3px solid #000;
  outline-offset: 2px;
}

/*===== Gallery Section Styles =====*/



.carousel-item .ratio {
    background-color: transparent!important;
}

.gallery-section {
    padding: 0 2rem 0 6rem;
}

.gallery {
    margin-top: 45px;
}
.gallery .d-flex {
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 35px;
}
.gallery .gallery-item {
    flex-basis: calc(23% - 30px);
    transition: transform 0.25s;
}
.gallery .gallery-item:hover {
    transform: scale(1.07)
}
.gallery .gallery-item img {
    width: 100%;
}



/* ============= HOME =============== */

/* Scale on Hover */
a {
    transition: all .3s ease;
}

a:hover {
    scale: 1.05;
}





/* CSS FOR HEADER */
header#header {
    /* Fallback  Variable */
    background-color: #5e6e65;
    background-color: var(--bg-main-color);
    color: #FFFFFF;
    width: 100%;
}

h1 {
    color: #6DB43F;
    font-size: 1.4em;
}



.wrapper {
    max-width: 1100px;
    margin: auto;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-color: var(--white);
}

/* Slider Design */
.slider-buttons .carousel-indicators {
    justify-content: flex-end;
}

.slider-buttons .carousel-indicators [data-bs-target] {
    position: relative;
    left: 120px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
}

.custom-border-left {
    border-right: 1px solid var(--bg-main-color);
    height: 800px;
}

.custom-border-right {
    border-left: 1px solid var(--bg-main-color);
    height: 800px;
}

.custom-border-bottom {
    border-bottom: 1px solid var(--bg-main-color);
    width: 100%
}







/* =============== FACILITY ================= */




#facility .facility-img {
    width: 55%;
}



/* =============== ROOM CAPACITIES ================= */


#room-caps .gastonia-body-center {
    padding-bottom: 4rem;
}

/* =============== TESTIMONIES ================= */

.testimonies-body {
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-direction: column;
  }






/* ============ Footer ============ */
footer#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: #5e6e65;
    color: #eee;
    font-size: 0.8em;
    margin-bottom: 2px;
}

/* Responsiveness for Mobile devices */
img {
    max-width: 100%;
}

.mobile-max img {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

/* ============ IPAD =========== */

@media only screen and (max-width: 976px) {




    .slider-buttons .carousel-indicators {
        justify-content: flex-start;
    }

    .slider-buttons .carousel-indicators [data-bs-target] {
        position: static;
        justify-content: start;
    }

    .mobile-wrapper {
        padding: 15px;
    }



    .custom-border-left,
    .custom-border-right {
        border: none;
        height: auto;
    }


    .mobile-max a img.image-responsive {
        display: block;
        max-width: 250px !important;
    }


    /* IPAD FULL BODY SIZE SECTIONS */

    .col-md-8 {
        flex: 0 0 auto;
        width: 100%;
    }

    .ipad-right {
        width: 50%;
    }

    /* IPAD FACILITY */
    #facility .gastonia-body-center {
        padding-bottom: 3rem;
    }
        
    #facility .facility-img {
        width: 40%;
    }


    /* ======== ROOM CAPS ======= */
    
    
    #room-caps .gastonia-body-center {
        padding: 0 4rem;
    }
    
    /* ======== SERVICES ======= */

    #services .gastonia-body-center {
        padding-bottom: 0;
    }



    /* MOBILE ORDER */

    .mobile-order-1 {
        order: 1
    }

    .mobile-order-2 {
        order: 2
    }

    .mobile-order-3 {
        order: 3
    }

}

/* ========== MOBILE ========= */

@media only screen and (max-width: 600px) {


    /* ========= UTILITIES ========= */

    #gastonia-main-body {
        padding-bottom: 3rem;
    }

    .paragraph-img {
        max-width: 100%;
    }

    /* ========== HOME ==========  */

    .gastonia-body-center  {
        padding: 0 1.5rem !important;
    }

    .gastonia-body-center .gastonia-building  {
       margin: 1rem 0 !important;
       width: 100%;
    }

    .gastonia-body-center h1 {
        padding: .5rem 1rem !important;
    }


    .button-anchor-links {
        display: flex;
        justify-content: center;
    }

    /* SOCIAL LINKS */

    .social-links {
        justify-content: space-around !important;
    }

    .brochure-img {
        height: 13rem;
        width: auto;
    }

    /* RIGHT SIDE */


    #gastonia-main-body .gastonia-body-right {
        width: 100% !important;
    }

    /* ========= MOBILE FACILITY ========= */


            
    #facility .facility-img {
        width: 100%;
        margin-bottom: 1rem;
    }


    /* ========== MEETINGS ==========  */
    
    #meetings .gastonia-body-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    

    
    /* ========== HOME ==========  */

    .chef-container {
       float: none!important;  
    }
    
    
    /* ========== GALLERY BUILDING ==========  */

    .gallery {
        margin-top: 0px;
    }

    .gallery-section {
        padding: 0 1rem ;
    }

    .gallery .d-flex {
        flex-wrap: wrap;
        column-gap: 25px;
        row-gap: 25px;
    }

    .gallery .gallery-container {
        justify-content: center;
    }

    .gallery .gallery-item {
        flex-basis: calc(51% - 30px);
        transition: transform 0.25s;
    }


}