/* General styles start */

html {
    min-height: 100vh;
    /* scroll-behavior: smooth; */
}

.bg-ltc-primary {
    background-color: #012C3C !important;
}

.text-ltc-primary {
    color: #012C3C !important;;
}

.bg-ltc-secondary {
    background-color: #EEFAFF !important;;
}

.text-ltc-secondary {
    color: #EEFAFF !important;;
}

.bg-light {
    background-color: #f7f7f7 !important;
}

.object-contain {
    width: 100%;
    object-fit: contain;
}

a {
    text-decoration: none;
}

.fs-gigantic {
    font-size: 100px;
    line-height: 100px;
}

.fs-small {
    font-size: small;
}

/* General styles end */


/* =================================== */


/* Scrollbar section start */

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb #e9e9e9;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: #e9e9e9;
}

*::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    border-radius: 20px;
    border: 3px solid #e9e9e9;
}

/* Scrollbar section end */


/* =================================== */


/* Navbar section start */

nav.navbar-light {
    background-color: white
}

nav.navbar-light .nav-item.border-bottom-grey {
    border-bottom: 1px solid lightgrey;
}

nav.navbar-light a.nav-link {
    color: black;
    font-weight: 500;
}

nav.navbar-light a.nav-link.active {
    color: #012C3C;
}

nav.navbar-light a.nav-link:hover {
    color: #012C3C;
}

nav.navbar-light a.nav-link span.badge {
    color: white;
    background-color: #012C3C;
}

@media only screen and (min-width: 992px) {
    nav.navbar-light .nav-item.border-bottom-grey {
        border-bottom: 0;
    }
}


nav.navbar-dark {
    background-color: #012C3C
}

nav.navbar-dark a.nav-link {
    color: white;
    font-weight: 500;
}


nav.navbar-dark a.nav-link span.badge {
    color: black;
    background-color: white;
}

nav.navbar-dark .btn-navbar {
    background: white;
    color: black;
}

nav.navbar-dark .btn-navbar:hover {
    background-color: grey;
}


#locations-large-menu {
    min-width: 100%;

    /*height: 90%;*/
    /*top: 0;*/

    /*height: 60vh;*/
    /*height: calc(60vh - 20%);*/
    height: calc(100vh - 76px);
    z-index: 2;

    right: 0;
    /*display: block;*/
    /*top: -200%;*/
    /*transition: all 1s ease; */
    display: none;
}

#location-ltc-x {
    background-image: url('/img/location-x.jpeg');
    background-size: cover;
}

#location-ltc-y {
    background-image: url('/img/location-y.jpeg');
    background-size: cover;
}

#location-ltc-x > div,
#location-ltc-y > div {
    background-color: white;
    opacity: 0.9;
}

li:has(#navbarDropdown.show) {
    border-bottom: 0;
}

/* Navbar section end */


/* =================================== */


/* Hero section start */

.background-wave {
    background-image: url('/img/wave-hero.svg');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100%;
}


/* Hero section end */


/* =================================== */


/* Reviews section start */
.review {
    max-width: 650px;
    margin: auto;
}

.quote-start{
    background-image: url(/img/quote-start.svg);
    position: absolute;
    left: -75px;
    top: -93px;
    height: 200px;
    width: 200px;
}

.quote-end{
    background-image: url(/img/quote-end.svg);
    position: absolute;
    right: -75px;
    bottom: -93px;
    height: 200px;
    width: 200px;
}
.background-reviews {
    background-image: url('/img/reviews-background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.owl-stage {
    display: flex;
}
.owl-item {
    margin-top: auto;
    margin-bottom: auto;
}

.fa-star.checked {
    color: orange;
}


/* Reviews section end */


/* =================================== */



/* Products section start */
#products ul.nav {
    flex-wrap: nowrap;
    overflow: auto;
}

#products a.nav-link {
    text-decoration: none;
    color: black;
    font-weight: bold;
    height: 5rem;
    padding: 0;
    box-sizing: content-box;
    margin: 0 1rem 0 1rem;
    white-space: nowrap;
}

#products a.nav-link div {
    height: 100%;
    display: flex;
    align-items: center;
}

#products a.nav-link:hover {
    color: #012C3C;
}

#products a.nav-link.active {
    border-bottom: 3px solid #012C3C;
}

.product:hover {
    border: 1px solid #012C3C;
    margin: -1px;
}

/* Product section end */


/* =================================== */


/* Footer section start */

footer {
    background-color: #1E2833;
    color: white;
}

footer h5 {
    color: #D4F3FF;
}

#bottom-footer {
    background-color: #EDEDED;
}

#newsletter {
    background-color: transparent;
    caret-color: white;
}

#newsletter:focus {
    border: 0;
}

#phone-geo-holder {
    overflow-wrap: anywhere;
    white-space: nowrap;
    max-width: 350px;
}

#map {
    height: 150px;
    width: 300px;
}

/* Footer section end */

/* =================================== */


section#countdown > div {
    background-image: radial-gradient(circle, #012c3c, #023345, #033b4f, #054259, #074a63);
}

#services-table {
    color: white;
    border-color: white;
    border-radius: 10px;
    font-size: 14px;
    --bs-table-color: white;
    --bs-table-striped-color: white;
}

@media only screen and (min-width: 992px) {
    #services-table th {
        min-width: 120px;
    }
}

#services-table th:nth-child(1),
#services-table td:nth-child(1) {
    background-color: #012C3C;
    border-color: #154C61;
}

#services-table tr:last-child td {
    border: 0;
}

#services-table th:not(:nth-child(1)) {
    background-color: #0D4F67;
}

#services-table th:not(:nth-child(1)),
#services-table td:not(:nth-child(1)) {
    text-align: center;
}

#services-table tr:nth-child(even) {
    background-color: #EEFAFF;
}

#services-table tr:nth-child(odd) {
    background-color: white;
}

#services-table td,
#services-table th {
    padding: 1rem !important;
}


.table-rounded th:first-of-type {
    border-top-left-radius: 10px;
}

.table-rounded th:last-of-type {
    border-top-right-radius: 10px;
}

.table-rounded tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

.table-rounded tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}


#sticky-contact {
    position: sticky;
    top: 0;
    z-index: 99
}


.card-ltc {
    min-height: 20rem;
}

.card-ltc img {
    /*margin-top: -5rem;*/
    width: 100%;
    object-fit: cover;
}


/*datepicker*/
td.day:not(.disabled) {
    font-weight: bold;
}

.ms-n5 {
    margin-left: -40px;
}


.img-cover {
    object-fit: cover;
    aspect-ratio: 1;
    max-width: 100%;
}

.social-link {
    height: 1.75rem;
    width: 1.75rem;
    margin: 0.125rem;
    color: #999;
    text-decoration: none !important;
}

.truncated-text {
    /*display: -webkit-box;*/
    /*!*max-width: 200px;*!*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    hyphens: auto;
}

/*Hide Scrollbars But Keep Functionality*/

/* Hide scrollbar for Chrome, Safari and Opera */
.hidden-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: .5;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.d-hidden {
    display: none;
}

.mt-20 {
    margin-top: 5rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}


/* Smooth scrollbar styles*/
html, body {
    height: 100%;
}

#main-scrollbar {
    max-height: 100%;
}