/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;

  --primary: #0d1f3c;
  --secondary: #c9a84c;

  container: body-wrapper / inline-size;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: #252525;
  font-size: 3em;
  line-height: 50px;
}

h2 {
  color: #353535;
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3,
h3 a {
  color: #454545;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #fcdd7c;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
}

.section-title h4 {
  color: #bfbdbd;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  padding: 100px 0;
}

#team,
#menu,
#book,
#testimonial {
  text-align: center;
}

.about-image img,
.team-thumb img {
  width: auto;
  height: fit-content;
  border-radius: 3px;
  object-fit: cover;
  object-position: center;

  @container body-wrapper (width < 48.75em) {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 390px;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
  background: #202833;
  border-radius: 0;
  border: 0;
  color: #f9f9f9;
  font-size: inherit;
  font-weight: normal;
  padding: 10px 25px;
  transition: 0.5s 0.2s;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: row;

  & img {
    width: 31px;
    height: auto;
  }
}

.custom-navbar .navbar-brand span {
  color: #202833;
}

.top-nav-collapse {
  background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
  display: inline-block;
  margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
  background: #fcdd7c;
  color: #1f1f1f;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
  padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
  color: #ffffff;
}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 22px;
  text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #fcdd7c;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #202833;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #c9a84c;
  border-color: transparent;
}

@media (min-width: 768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #454545;
  }

  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}

/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
  padding: 0;
}

#home h1 {
  color: #ffffff;
  padding-bottom: 30px;
}

#home h3 {
  color: #f9f9f9;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) {
  .slider .col-md-8 {
    padding-left: 0;
  }
}

#testimonial .owl-carousel .item {
  overflow: hidden;
  width: 100%;
}

#testimonial .owl-carousel .item p,
#testimonial .owl-carousel .item span {
  width: 100%;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 2em;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 7px 10px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  color: #fff;
  cursor: e-resize;
  padding: 4em 0 0 2em;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/slider-image1.jpg);
}

.slider .item-third {
  background-image: url(../images/slider-image2.jpg);
}

.slider .item-second .section-btn {
  background: #202833;
}

.slider .item-second .section-btn:hover {
  background: #fcdd7c;
}

.slider .item-third .section-btn {
  border: 1px solid #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
  background: #202833;
  border-color: transparent;
  color: #ffffff;
}

/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
  & .about-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 58rem;
  }

  @container body-wrapper (width < 990px) {
    & .about-image img {
      height: 60rem;
      max-height: 480px;
      object-fit: cover;
      object-position: center;
    }
  }
}

#why .about-image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: center top;
  border-radius: 3px;
}

.about-info {
  padding: 0 6em 5em 0;
}

.about-info .section-title {
  padding-bottom: 20px;
}

.about-image {
  position: relative;
}

/*---------------------------------------
      TEAM              
  -----------------------------------------*/

#team {
  background: #f9f9f9;
}

.team-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
  position: absolute;
  background: #1c1c1c;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
  opacity: 0.95;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.team-thumb img {
  transition: 0.5s 0.2s;
}

.team-thumb:hover img {
  transform: scale(1.2);
}

.team-thumb .social-icon li a {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #c9a84c;
  font-size: 20px;
  margin: 15px 5px 0 5px;
}

.team-thumb .team-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-item h4 {
  color: #ffffff;
}

.team-info p {
  color: #bfbdbd;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}

/*---------------------------------------
     NEW MENU              
  -----------------------------------------*/

#menu {
  padding-bottom: 0;
  background: url("../images/waffle-background.jpg") center center no-repeat;
  background-size: cover;

  @container body-wrapper (width < 48.75em) {
    background: url("../images/waffle-background.jpg") center center;
  }

  & h4 {
    color: #47658f;
  }
}

/* MENU CARD STYLES - Cleaned and Consolidated */
.menu-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 15px; /* Added space around cards */
}

.menu-card-inner {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.menu-card h3 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #202833;
  font-size: 1.4em;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  flex-shrink: 0;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
  flex-shrink: 0;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item span:first-child {
  flex: 1;
  padding-right: 15px;
  color: #454545;
  line-height: 1.4;
}

.menu-item span:last-child {
  font-weight: 600;
  color: #202833;
  white-space: nowrap;
  font-size: 15px;
}

.menu-description {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #eee;
  font-size: 12px;
  color: #777;
  line-height: 1.5;
  flex-shrink: 0;
}

.menu-spacer {
  flex: 1;
  min-height: 10px;
}

.equal-height {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;

  @container body-wrapper (width < 992px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @container body-wrapper (width < 576px) {
    grid-template-columns: 1fr;
  }
}

/* MENU SECTION SPACING */
.menu-section .row {
  margin: 4rem 0 4rem 0;
}

/* Fix for duplicate ID section */
#menu-gallery .menu-thumb {
  margin-bottom: 30px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 992px) {
  .menu-card-inner {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .equal-height {
    display: block;
    margin: 0;
  }

  .equal-height .col-md-4,
  .equal-height .col-sm-6 {
    display: block;
    padding: 0 15px; /* Restore padding for mobile */
  }

  .menu-card {
    margin: 0 0 20px 0; /* Adjust margins for mobile */
  }

  .menu-item {
    font-size: 13px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .menu-item span {
    width: 40% !important;
    text-align: left;
  }

  .menu-item span:last-child {
    font-size: 14px;
    text-align: right;
  }
}

@media (max-width: 576px) {
  .menu-card {
    margin: 0 0 15px 0;
  }

  .menu-card-inner {
    padding: 15px;
  }
}

/*---------------------------------------
     MENU              
  -----------------------------------------*/

#menu {
  padding-bottom: 0;
}

#menu .container {
  width: 100%;
}

#menu .col-md-4 {
  margin: 0;
  padding: 0;
}

.menu-thumb img {
  width: 100%;
  transition: 0.5s;
}

.menu-thumb:hover img {
  transform: scale(1.15);
}

#menu .menu-thumb {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 102%;
}

.menu-thumb .menu-info {
  position: absolute;
  top: 60%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: left;
  padding: 25px 30px;
  transition: 0.5s 0.2s;
}

.menu-info .menu-item {
  float: left;
}

.menu-info .menu-price {
  float: right;
}

.menu-info .menu-price span {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-top: 10px;
}

.menu-thumb .menu-info h3,
.menu-thumb .menu-info p,
.menu-thumb .menu-info span {
  transform: translateY(100%);
  opacity: 0;
  display: block;
  transition: 0.5s 0.2s;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.menu-thumb .menu-info h3 {
  margin-top: 0;
}

.menu-thumb .menu-info p {
  color: #d9d9d9;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.menu-thumb:hover .menu-info h3,
.menu-thumb:hover .menu-info p,
.menu-thumb:hover .menu-info span {
  transform: translateY(0px);
  opacity: 1;
}

.menu-thumb:hover .menu-info {
  background: rgba(0, 0, 0, 0.8);
}

/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/testimonial-bg.jpg") center center no-repeat;
  background-size: cover;
}

#testimonial .owl-dots {
  position: relative;
  top: 0;
  right: 0;
  justify-content: center;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
  margin: 20px 5px;
}

#testimonial h2 {
  color: #ffffff;
}

#testimonial p,
.tst-author h4,
.tst-author span {
  display: inline;
}

#testimonial p {
  color: #d9d9d9;
  font-size: 20px;
  line-height: 35px;
}

.tst-author {
  margin-top: 20px;
}

.tst-author h4,
.tst-author span {
  color: #b2b2b2;
}

.tst-author span {
  margin-left: 5px;
}

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact .section-title {
  padding-bottom: 0;
}

#contact .text-success,
#contact .text-danger {
  display: none;
}

#contact .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:hover,
#contact .form-control:focus {
  border-bottom-color: #c9c9c9;
}

#contact input {
  height: 55px;
}

#contact button#cf-submit {
  background: #202833;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
}

#contact button#cf-submit:hover {
  background: #292929;
  color: #ffffff;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 120px 0;
  padding-bottom: 80px;
}

footer .section-title {
  padding-bottom: 10px;
}

footer ul {
  padding-left: 18px;
  margin: 0;
}

footer ul li {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;

  &.service-link {
    text-decoration: underline;
  }
}

footer h2 {
  font-size: 20px;
}

footer a,
footer p {
  color: #909090;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

.footer-info,
footer .social-icon {
  margin-top: 20px;
}

.footer-open-hour {
  background: #202833;
  background: url("../images/footer-open-hour-bg.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 0;
  padding: 40px 0 40px 80px;
  overflow: hidden;
  position: relative;
  z-index: 22;
  right: 20px;
  bottom: 20px;
}

.footer-open-hour::after {
  background: rgba(29, 29, 29, 0.85);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2222;
}

.footer-open-hour h2 {
  color: #ffffff;
}

.footer-open-hour p {
  color: #d9d9d9;
}

.footer-open-hour strong {
  color: #f9f9f9;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li a {
  border-radius: 100px;
  color: #c9a84c;
  font-size: 38px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  background: #202833;
  color: #ffffff;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}

@media only screen and (max-width: 1200px) {
  .about-info {
    padding-right: 0;
  }

  .about-image {
    position: relative;
  }
}

@media only screen and (max-width: 992px) {
  section {
    padding: 60px 0;
  }

  .custom-navbar .section-btn {
    margin-left: 1em;
  }

  .slider .item {
    background-position: center;
  }

  .about-info {
    padding: 0;
  }

  .team-info {
    margin-bottom: 50px;
  }

  #menu .menu-thumb {
    width: 103%;
  }

  #testimonial {
    background-position: 50% 0 !important;
  }

  #google-map,
  .footer-info {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  h1,
  h2,
  h3 {
    line-height: normal;
  }

  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 10px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }

  .custom-navbar .section-btn a {
    color: #ffffff !important;
  }

  .slider .caption {
    padding: 0;
  }

  .menu-thumb .menu-info {
    top: 80%;
  }

  footer {
    padding: 60px 0;
    padding-bottom: 60px;
  }

  .footer-open-hour {
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 1.8em;
  }

  .menu-thumb .menu-info {
    top: 60%;
  }
}

/*---------------------------------------
     LABOURLINK - NAVBAR              
  -----------------------------------------*/

.custom-navbar {
  background: rgba(7, 15, 30, 0.97);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.custom-navbar .navbar-brand {
  font-size: 22px;
  letter-spacing: 0.5px;

  @container body-wrapper (width < 48.75em) {
    font-size: 18px;
  }
}

.custom-navbar .nav li a {
  letter-spacing: 0.5px;
}

/*---------------------------------------
     LABOURLINK - STATS BAR              
  -----------------------------------------*/

.stats-bar {
  background: #0d1f3c;
  padding: 32px 0;
  position: relative;
  z-index: 10;
}

.stat-item {
  text-align: center;
  color: #ffffff;
  padding: 12px 0;
}

.stat-item .stat-number {
  font-size: 36px;
  color: #c9a84c;
  display: block;
  margin-bottom: 1rem;
}

.stat-item .stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aabbcc;
  display: block;
}

@media only screen and (max-width: 767px) {
  .stat-item .stat-number {
    font-size: 28px;
  }
}

/*---------------------------------------
     LABOURLINK - ABOUT              
  -----------------------------------------*/

#about .section-title h4 {
  color: #c9a84c;
  font-size: 11px;
  letter-spacing: 3px;
}

#about .section-title h2 {
  color: #0d1f3c;
}

.qual-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.qual-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 14px;
  color: #444444;
  border-bottom: 1px solid #eeeeff;
}

.qual-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c9a84c;
  font-weight: bold;
}

/*---------------------------------------
     LABOURLINK - TESTIMONIAL              
  -----------------------------------------*/

#testimonial {
  background:
    linear-gradient(rgba(13, 31, 60, 0.88), rgba(13, 31, 60, 0.88)),
    url("../images/testimonial-bg.jpg") center center no-repeat;
  background-size: cover;
}

#testimonial .section-title h2 {
  color: #ffffff;
}

#testimonial p {
  color: #ccddee;
  font-size: 17px;
  line-height: 1.8;
  font-style: italic;
}

.tst-author h4 {
  color: #c9a84c;
  font-weight: 600;
}

.tst-author span {
  color: #8899aa;
  font-size: 13px;
}

/*---------------------------------------
     LABOURLINK - SERVICES              
  -----------------------------------------*/

#services {
  background: #f4f7fc;
  text-align: left;
}

#services .section-title h4 {
  color: #c9a84c;
  font-size: 11px;
  letter-spacing: 3px;
}

#services .section-title h2 {
  color: #0d1f3c;
}

.service-card {
  background: #ffffff;
  border-radius: 4px;
  padding: 32px 28px;
  margin-bottom: 28px;
  border-top: 3px solid #c9a84c;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

  & ul {
    padding-left: 18px;
    margin: 0;

    & li {
      font-size: 14px;
      color: #555555;
      line-height: 1.7;
    }
  }
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.service-card h3 {
  color: #0d1f3c;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0;
}

.service-card p {
  font-size: 14px;
  color: #555555;
  line-height: 1.7;
  margin: 0;
}

.service-card .icon {
  font-size: 28px;
  color: #c9a84c;
  margin-bottom: 16px;
  display: block;
}

/*---------------------------------------
     LABOURLINK - WHY US              
  -----------------------------------------*/

#why {
  background: #ffffff;
  text-align: left;
}

#why .section-title h4 {
  color: #c9a84c;
  font-size: 11px;
  letter-spacing: 3px;
}

#why .section-title h2 {
  color: #0d1f3c;
}

.why-item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  align-items: flex-start;
}

.why-num {
  min-width: 48px;
  height: 48px;
  background: #0d1f3c;
  color: #c9a84c;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  flex-shrink: 0;
}

.why-text h4 {
  font-weight: 700;
  color: #0d1f3c;
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 0;
}

.why-text p {
  color: #555555;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/*---------------------------------------
     LABOURLINK - CONTACT / BOOK              
  -----------------------------------------*/

#book {
  background: #0d1f3c;
  text-align: left;
}

#book .section-title h4 {
  color: #c9a84c;
  font-size: 11px;
  letter-spacing: 3px;
}

#book .section-title h2 {
  color: #ffffff;
}

#book p {
  color: #aabbcc;
  font-size: 15px;
  line-height: 1.8;
}

.contact-btn {
  display: inline-block;
  padding: 14px 28px;
  margin: 8px 8px 8px 0;
  font-size: 13px;
  font-weight: 700;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-gold {
  background: #c9a84c;
  color: #0d1f3c;
}

.btn-gold:hover {
  background: #b8933e;
  color: #0d1f3c;
}

.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.btn-outline:hover {
  background: #ffffff;
  color: #0d1f3c;
}

.contact-detail {
  color: #aabbcc;
  font-size: 15px;
  margin-bottom: 12px;
}

.contact-detail i {
  color: #c9a84c;
  margin-right: 10px;
  width: 16px;
}

.contact-detail a {
  color: #aabbcc;
}

.contact-detail a:hover {
  color: #c9a84c;
}

.hours-table {
  color: #aabbcc;
  font-size: 14px;
  border-collapse: collapse;

  @container body-wrapper (width < 48.75em) {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 2rem 0 2rem 0;
  }
}

.hours-table td {
  padding: 6px 20px 6px 0;
}

/*---------------------------------------
     LABOURLINK - FOOTER              
  -----------------------------------------*/

footer {
  background: #070f1e;
}

footer h2 {
  color: #c9a84c;
}

footer a,
footer p {
  color: #ffffff;
}

footer a:hover {
  color: #c9a84c;
}

footer address {
  font-style: normal;
}

footer hr {
  color: #ffffff;
  margin: 32px 0 16px;
}

.copyright-text p {
  color: #ffffff;
  font-size: 13px;
  margin-top: 20px;
}

.footer-seo-text {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

/*---------------------------------------
     LABOURLINK - RESPONSIVE              
  -----------------------------------------*/

@media only screen and (max-width: 992px) {
  .why-item {
    margin-bottom: 24px;
  }

  .service-card {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .stat-item {
    margin-bottom: 16px;
  }

  .contact-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 8px 0;
  }

  .why-item {
    gap: 14px;
  }

  .why-num {
    min-width: 40px;
    height: 40px;
    font-size: 15px;
  }

  #book {
    text-align: center;
  }

  .contact-detail {
    text-align: left;
  }
}

/*---------------------------------------
     LABOURLINK - FADE IN ON SCROLL              
  -----------------------------------------*/

.fade-in-section {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay helpers — add these classes alongside fade-in-section */
.fade-delay-1 {
  transition-delay: 0.1s;
}
.fade-delay-2 {
  transition-delay: 0.2s;
}
.fade-delay-3 {
  transition-delay: 0.3s;
}
.fade-delay-4 {
  transition-delay: 0.4s;
}
.fade-delay-5 {
  transition-delay: 0.5s;
}

/*---------------------------------------
     LABOURLINK - STATS COUNTER              
  -----------------------------------------*/

.stat-number {
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
