/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar-brand h4 {
  font-size: 1.1rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header 
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
***/
.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}
.service h3
{ 
color:#d81324;
}

/*** features ***/
.bg-light-grey {
    background: #f9f9f9;
}

/*** Incidents ***/
.incidents .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link
{
	color:#fff;
}
.incidents_single_images
{
	width:100%; 
	max-width:614px; 
	height:458px; 
	object-fit:cover;"
}
.small_button
{
	color:#5c5353 !important;
	border-color:#efecec !important;
}
.error-message {
    background-color: #fff;
    color: #d81324;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.loading_message {
    background-color: #fff;
    color: #086692;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.sent-message {
    background-color: #fff;
    color: #6cb31c;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.service .p-4 {
    padding: 1.0rem !important;
}
.service .mb-4 {
    margin-bottom: 1.0rem !important;
}

.tiktok{
	padding: .295rem .57rem !important;
}

@media (min-width: 1200px) {
    .service h4, .h4 {
        font-size: 1.2rem;
    }
}
/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 0px;
	color:#d81324;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.video-thumb {
  aspect-ratio: 1 / 1; /* Makes all images perfectly square */
  border-radius: 10px;
  overflow: hidden;
   cursor:pointer;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  
}

.video-thumb:hover img {
  transform: scale(1.05);
 
}

.team-overlay {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 0.3s;
    padding: 15px;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.team-overlay p {
    line-height: 1.3;
    max-height: 200px;
    overflow-y: auto;
}

.team-overlay a {
    margin-top: 8px;
    display: inline-block;
}
.video-thumb:hover .team-overlay {
  opacity: 1;
  cursor:pointer;
}
/* === Always visible label on image === */
.always-visible {
  position: absolute;
  bottom: 15px; /* adjust position on image */
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column; /* 👈 stacks icon and text */
  padding: 6px 12px;
  border-radius: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  z-index: 3;
  transition: opacity 0.3s ease;
}
.always-visible span {
	 color: #fff;
	  font-size: 0.8rem;
}
/* 👇 Hide the "always visible" label on hover */
.video-thumb:hover .always-visible {
  opacity: 0;
}

/* Default logo size */
.logo-img {
  height: 80px;
}
.logo-text h6, .h6 {
    font-size: 0.85rem;
}
/* Smaller logo text sizes on mobile */
@media (max-width: 991px) {
  .logo-img {
    height: 50px; /* smaller logo */
  }
  .logo-text h1 {
    font-size: 2rem; /* smaller title */
  }
  .logo-text h6 {
    font-size: 0.7rem; /* smaller subtitle */
  }

  /* Optional: reduce spacing between logo and call button */
  .navbar-brand {
    margin-right: 5px;
  }

  .call-btn small {
    font-size: 0.8rem;
  }
}

.slider .slick-prev, 
.slider .slick-next {   /* or your arrow class */
    top: 50%;            /* vertically center */
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5); /* semi-transparent background */
    color: white;         /* arrow color */
    border-radius: 50%;   /* circular button */
    width: 40px;
    height: 40px;
    z-index: 10;          /* stay above images */
}

.slider .slick-prev { left: 10px; }
.slider .slick-next { right: 10px; }

.slider img {
    width: 100%;        /* full width of the slider container */
    height: 400px;      /* adjust height as needed */
    object-fit: cover;  /* crop/scale nicely without stretching */
    border-radius: 10px; /* optional: smooth edges */
}

.slider .slider-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0,0.4); /* semi-transparent background */
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 70%;   /* prevent overflow */
}

.slider {
    padding: 20px 0;
    position: relative;
}

/* Move both arrows to top-right */
.carousel-control-prev,
.carousel-control-next {
    top: 10px;           /* distance from top */
    right: 20px;         /* distance from right */
    transform: none;     /* remove default vertical centering */
    width: auto;
    z-index: 20;
}

/* Optional: space them if side by side */
.carousel-control-prev {
    margin-right: 50px; /* adjust spacing from next arrow */
}

/* Style the buttons */
.carousel-control-prev span,
.carousel-control-next span {
    background-color: rgba(0,0,0,0.6);
    padding: 12px;
    border-radius: 50%;
}
.carousel-control-prev {
    margin-bottom: 10px; /* space between arrows */
    display: block;
}
/* Force both arrows to top-right */
/* Make carousel container relative (if not already) */

#incidentCarousel {
    position: relative; /* ensure arrows position relative to carousel */
}

/* Both arrows in top-right */
#incidentCarousel .carousel-control-prev,
#incidentCarousel .carousel-control-next {
    top: 10px !important;       /* distance from top */
    bottom: auto !important;    /* cancel bottom 0 */
    right: 10px !important;     /* align right */
    left: auto !important;      /* cancel left for prev arrow */
    transform: none !important; /* remove vertical centering */
    width: auto !important;     /* optional: shrink width */
    display: inline-flex !important; /* allow stacking */
    z-index: 20;
}

/* Stack prev arrow above next arrow */
#incidentCarousel .carousel-control-prev {
    margin-bottom: 10px;
}

/* Style arrow buttons */
#incidentCarousel .carousel-control-prev span,
#incidentCarousel .carousel-control-next span {
    background-color: rgba(0,0,0,0.6);
    padding: 12px;
    border-radius: 50%;
    display: inline-block;
}
#incidentCarousel .carousel-control-prev span,
#incidentCarousel .carousel-control-next span {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

#incidentCarousel .carousel-control-prev:hover span,
#incidentCarousel .carousel-control-next:hover span {
    transform: scale(1.2);
    background-color: rgba(0,0,0,0.8);
}

/* Animate images */
.carousel-item .col-md-6 img {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 1s ease-in-out;
}

.carousel-item.active .col-md-6 img {
    opacity: 1;
    transform: translateX(0);
}

/* Animate text content */
.carousel-item .col-md-6 h4,
.carousel-item .col-md-6 p,
.carousel-item .col-md-6 ul {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-in-out 0.3s; /* slight delay for text */
}

.carousel-item.active .col-md-6 h4,
.carousel-item.active .col-md-6 p,
.carousel-item.active .col-md-6 ul {
    opacity: 1;
    transform: translateY(0);
}
.rounded-circle {
    border-radius: 17% !important;
}
.carousel-item .col-md-6 h3 {
    margin-top: 60px; /* adjust as needed */
}

.carousel-item .col-md-6 p,
.carousel-item .col-md-6 ul {
    margin-top: 15px; /* optional spacing between elements */
}





/* Offcanvas background blur */
/* Blur background when offcanvas is open */
.offcanvas-backdrop.show {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Style the offcanvas menu */
.offcanvas {
  width: 70%;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: -3px 0 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease-in-out;
}

/* Nav link spacing and animation */
.offcanvas .nav-link {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  transition: color 0.3s ease;
}

.offcanvas .nav-link:hover {
  color: #0d6efd;
}

/* Close button styling */
.offcanvas-header .btn-close {
  filter: invert(0.5);
}




#google-reviews {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.review-card {
  min-height: 220px;
}

#google-reviews .owl-carousel .owl-item img {
    display: block;
    width: 72px;
}

.read_more{
	font-size:0.9rem;
}