body {
    font-family: "Helvetica Neue LT GEO 45" !important;
    font-size: 14px !important;
}

.norm_font {
    font-family: "BPG WEB 001" !important;
}

.caps {
    font-family: "BPG WEB 001 Caps";
    text-transform: uppercase !important;
}

.padds {
    padding-left: 100px;
    padding-right: 100px;
}
.line-clamp-3 {
    display: -webkit-box; /* Enable flexbox for WebKit browsers */
    -webkit-box-orient: vertical; /* Set the box orientation */
    overflow: hidden; /* Hide the overflowed text */
    text-overflow: ellipsis; /* Add the ellipsis */
    -webkit-line-clamp: 3; /* Number of lines to display */
    line-clamp: 3; /* For modern browsers (if supported) */
}
.line-clamp-4 {
    display: -webkit-box; /* Enable flexbox for WebKit browsers */
    -webkit-box-orient: vertical; /* Set the box orientation */
    overflow: hidden; /* Hide the overflowed text */
    text-overflow: ellipsis; /* Add the ellipsis */
    -webkit-line-clamp: 6; /* Number of lines to display */
    line-clamp: 4; /* For modern browsers (if supported) */
}

/* FORMS */
textarea:focus,
input:focus,
select:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}

label {
    font-family: "BPG WEB 001 Caps";
    font-feature-settings: "case" on;
    text-transform: uppercase !important;
}

/* FORMS END */

.round {
    border-radius: 150px !important;
}
.rounded {
    border-radius: 15px !important;
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.bookingInput,
.bookingInput:focus {
    border-width: 2px;
    border-color: #0d3148;
    padding: 10px;
    padding-left: 30px;
    border-radius: 50px;
}

.bookingInput::placeholder {
    color: #0d3148 !important;
    font-size: 13px;
}

/* OVERLAY */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    z-index: 9000;
    top: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    /* Center content horizontally */
    align-items: center;
    /* Center content vertically */
    text-align: center;
    /* Optional: Center text horizontally */
    color: white;
    font-size: 30px;
}

.show {
    visibility: visible;
}


.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.overlay.show {
    opacity: 1;
}

.overlay.hide {
    display: none;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        237,
        237,
        237,
        0.5
    ); /* Semi-transparent black background */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Make sure the loading overlay appears on top of other elements */
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}

/* OVERLAY END */

/* BGS AND COLORS */
.bg-white {
    background-color: white;
}
.bg-gray-new {
    background-color: #f7f7f7;
}

.bg-light-gray-new {
    background-color: #afbbbc !important;
}

.text-main {
    color: #e23827 !important;
}
.link-main {
    color: #e23827 !important;
}

.link-main:hover {
    color: #e23827;
}

.btn-main {
    background-color: #e23827;
    color: white !important;
    border: solid 2px #e23827;
}
.btn-main:hover {
    background-color: transparent;
    color: #e23827 !important;
    border: solid 2px #e23827;
}

.btn-main-outlined {
    background-color: transparent !important;
    color: #e23827 !important;
    border: solid 2px #e23827;
}
.btn-main-outlined:hover,
.btn-main-outlined.active {
    background-color: #e23827 !important;
    color: white !important;
    border: solid 2px #e23827;
}

.btn-secondary {
    background-color: #0d3148;
    color: white !important;
    border: solid 2px #0d3148;
}
.btn-secondary:hover {
    background-color: transparent;
    color: #0d3148 !important;
    border: solid 2px #0d3148;
}

.btn-secondary-outlined {
    background-color: transparent !important;
    color: #0d3148 !important;
    border: solid 2px #0d3148;
}
.btn-secondary-outlined:hover,
.btn-secondary-outlined.active {
    background-color: #0d3148 !important;
    color: white !important;
    border: solid 2px #0d3148;
}

.btn-main-new-outlined {
    background-color: #e23827 !important;
    color: white !important;
    border: solid 1px #e23827;
}
.btn-main-new-outlined:hover,
.btn-main-new-outlined.active {
    background-color: transparent !important;
    color: white !important;
    border: solid 1px #e23827;
}

.btn-gray-new {
    background-color: #afbbbc;
    color: white !important;
    border: solid 1px #afbbbc;
}
.btn-gray-new:hover {
    background-color: transparent;
    color: #afbbbc !important;
    border: solid 1px #afbbbc;
}

.bg-main {
    background-color: #e23827;
}

.bg-none {
    background-color: transparent !important;
}
.main-color {
    color: #e23827;
}

.main-bg {
    background-color: #e23827;
}

.secondary-color {
    color: #144f74;
}

.secondary-color-dark,
.secondary-color-dark-link {
    color: #0d3148;
}
.secondary-color-dark-link:hover {
    color: #0d4794;
}

.secondary-bg {
    background-color: #0d4794;
}

.secondary-bg-dark {
    background-color: #0c3249;
}
.secondary-light-bg {
    background-color: #d0e5f2;
}

.bg_right {
    background-size: calc(100vh - 100px) auto;
    background-repeat: no-repeat;
    background-position: right 0px top 50px;
}
/* BGS AND COLORS END */

.scroll-top-arrow {
    background-color: #e23827;
    color: white;
}

.scroll-top-arrow:hover {
    background-color: white;
    color: #e23827;
}

#cookie-consent {
    position: fixed !important;
    width: 100% !important;

    background-color: black;
    color: white;
    z-index: 9999 !important;
    left: 0;
    right: 0;
    bottom: 0;
}

/* HEADER FOOTER NAV  */

#navbarNav {
    background-color: white !important;
}
.header-search-form i {
    width: 40px;
}

.navbar-light .navbar-toggler {
    color: white !important;
}

.navbar .navbar-nav .nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 12px !important;
}

header .navbar .navbar-brand img {
    max-height: 60px;
}

.nav-link {
    font-size: 11px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 20px;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    background-color: #e23827 !important;
    transition: all 0.3s ease-out;
    color: white !important;
}
.nav-link.active span,
.nav-link:hover span {
    color: white !important;
}

.nav-item a {
    color: #144f74 !important;
    font-weight: bold !important;
    font-size: 11px !important;
}

.nav-item .dropdown-menu li a {
    font-weight: 200 !important;
    font-size: 11px !important;
}

.navbar-collapse {
    background-color: white !important;
}

span.navbar-toggler-line {
    color: #e23827 !important;
}

.navbar-toggler-line {
    background: #e23827 !important;
    color: #e23827 !important;
}

.header-language ul li a {
    color: #144f74 !important;
}
.header-language ul li a.active {
    color: #e23827 !important;
}

.header-language.dropdown-style-01 .btn {
    border: none !important;
    padding: 5px !important;
    padding-right: 0px !important;
}

footer ul li a {
    color: rgba(255, 255, 255, 0.5) !important;
}

footer ul li a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

/* HEADER AND NAV END  */

/* NOTIFICATION */
.alert {
    position: fixed;
    width: 300px;
    top: 20px;
    right: 20px;
    z-index: 9999 !important;
    border-radius: 20px;
    font-weight: bold;
}

.alert .btn-close {
    color: white !important;
}

/* END NOTIFICATION */

.dateElement {
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.serviceDocIcon {
    font-size: 40px;
    margin-bottom: 10px;
}

.bookingDetailsTable {
    width: 100%;
}

.bookingDetailsTable tr {
    border-bottom: solid 1px #ebebeb;
}

.tableTitle {
    padding: 10px !important;
    font-size: 12px;
}

.tableValue {
    padding: 10px !important;
    font-size: 11px;
    color: black;
    font-weight: bold;
}

.scrollable-div {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.scrollable-div::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

.clamped-box {
    cursor: pointer;
    position: relative;
}

.clamped-box__content {
    overflow: hidden;
    transition: max-height 0.25s ease;
}

/* Expanded view */
.clamped-box.expanded .clamped-box__content {
    max-height: 260px; /* scrollable height */
    overflow-y: auto;
}

html {
    scroll-margin-top: 100px !important;
}

.footer-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("/images/patterns/bg_building_blue.png");
    background-size: contain;
    /* 50px on all sides */
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    position: relative;
}

.floating-social-icons i {
    color: #144f74;
    transition: color 0.2s ease;
}

.floating-social-icons a:hover i {
    color: #e23827;
}

/* CONTENT YOUTUBE */

/* CONTENT YOUTUBE END */
