/********** Template CSS **********/
html, body {
  overflow-x: hidden;
}

:root {
    --primary: #896828;
    --button-gold-gradient: linear-gradient(
      135deg,
      #684d1b 0%,
      #896828 52%,
      #b58b3b 100%
    );
    --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;
}

.ash-btn {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.ash-btn:hover {
    background-color: #896828 !important;
    border-color: #896828 !important;
    color: #fff !important;
}



/*** 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;
    }
}

body {
    padding-top: 75px;
}

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

.navbar-brand-logo {
    display: block;
    width: auto;
    height: 58px;
    max-width: 215px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .navbar-brand-logo {
        height: 44px;
        max-width: 160px;
    }
}

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

.navbar-light.sticky-top {
    top: 0;
    transition: top 0.5s;
}


@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, .45);
    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, .65);
}

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


.fact {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    #080808 0%,
    #2a210f 22%,
    #896828 50%,
    #2a210f 78%,
    #080808 100%
  ) !important;
}

.fact-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(1) saturate(1.15) hue-rotate(350deg)
    brightness(0.56) contrast(1.08);
}

.fact-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(137, 104, 40, 0.28) 50%,
    rgba(0, 0, 0, 0.68) 100%
  );
  pointer-events: none;
}

.fact .container {
  position: relative;
  z-index: 2;
}

.fact .text-white {
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}



/*** 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;
}


/*** 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 ***/
/* Container layout */
.bg-primary.bg-opacity-75 {
  padding: 0.75rem 1.25rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden !important;
  position: relative;
}

/* Title */
h1.text-white {
  font-size: 1.75rem;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/*** 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: 1px;
    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 Carousel === */
.video-carousel {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

/* Background video fills container */
.video-carousel .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Black overlay */
.video-carousel .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(137, 104, 40, 0) 0%,
    rgba(0, 0, 0, 0.725) 55%,
    #000 100%
  );
  z-index: 1;
}


/* Center the caption text properly */
.video-carousel .carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Truck image styling */
.truck-image {
  transform: scale(1.2);
  transform-origin: center;
  max-width: 450px;
}


 /* Team item container */
.team-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-img-wrapper {
  position: relative;
  overflow: visible;
}

.team-img-wrapper img {
  width: 100%;
  max-width: 80px;
  opacity: 0.9;
  transform: scale(1);
  border-radius: 12px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
  z-index: 2;
}

/* Shimmer only on active item */
.team-item.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  opacity: 0;
  animation: shineMove 3s forwards;
  pointer-events: none;
  z-index: 1;
}

/* Active image enlargement */
.team-item.active img {
  animation: enlargeItem 3s forwards;
}

/* Keyframes */
@keyframes enlargeItem {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.3); opacity: 1; }
}

@keyframes shineMove {
  0% { left: -75%; opacity: 0; }
  50% { left: 50%; opacity: 1; }
  100% { left: 125%; opacity: 0; }
}

/* Text shine animation for 15+ headline */
.text-shine {
  display: inline-block;
  color: #c9a85b !important;
  background-image: linear-gradient(
    105deg,
    #c9a85b 0%,
    #c9a85b 40%,
    #fff0ad 50%,
    #c9a85b 60%,
    #c9a85b 100%
  ) !important;
  background-size: 220% 100%;
  background-position: 150% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent !important;
  animation: textShimmer 3s linear infinite !important;
  will-change: background-position;
}

@keyframes textShimmer {
  from { background-position: 150% 0; }
  to { background-position: -150% 0; }
}

/* Responsive */
@media (max-width: 991.98px) { .team-img-wrapper img { max-width: 60px; } }
@media (max-width: 575.98px) { .team-img-wrapper img { max-width: 50px; } }

  .back-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-62.5%, -95%);
  width: 400px;
  height: 300px;
  object-fit: contain;
  z-index: 0;
  opacity: 0.4;
}

.truck-image {
  position: relative;
  z-index: 1;
}


.feature-list h6 {
  color: #0B2154;
  display: inline-block;
  transform-origin: left center;
  margin: 0;
}

.feature-list-rtl h6 {
  transform-origin: right center;
}

.feature-list .ps-3 span {
  display: block;
  margin-top: 0.25rem;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes titlePulse {
  0%, 100% {
    transform: scale(1);
    color: #0B2154;
    text-shadow: none;
  }
  10%, 20% {
    transform: scale(1.12);
    color: #896828;
  }
  25% {
    transform: scale(1);
    color: #0B2154;
    text-shadow: none;
  }
}

@keyframes iconShine {
  0%, 100% {
    transform: scale(1);
    color: #0B2154;
    filter: none;
  }
  10%, 20% {
    transform: scale(1.15);
    color: #896828;
    filter: brightness(1.15);
  }
  25% {
    transform: scale(1);
    color: #0B2154;
    filter: none;
  }
}

.feature-list h6 {
  animation: titlePulse 12s infinite;
  animation-fill-mode: both;
}

.feature-list .icon-box i,
.feature-list .icon-box img {
  animation: iconShine 12s infinite;
  animation-fill-mode: both;
  display: inline-block;
}

.feature-list .col-12:nth-child(1) h6,
.feature-list .col-12:nth-child(1) .icon-box i {
  animation-delay: 0s;
}

.feature-list .col-12:nth-child(2) h6,
.feature-list .col-12:nth-child(2) .icon-box i {
  animation-delay: 2.4s;
}

.feature-list .col-12:nth-child(3) h6,
.feature-list .col-12:nth-child(3) .icon-box i {
  animation-delay: 4.8s;
}

.feature-list .col-12:nth-child(4) h6,
.feature-list .col-12:nth-child(4) .icon-box i {
  animation-delay: 7.2s;
}

.feature-list .col-12:nth-child(5) h6,
.feature-list .col-12:nth-child(5) .icon-box i {
  animation-delay: 9.6s;
}

@media (prefers-reduced-motion: reduce) {
  .feature-list h6,
  .feature-list .icon-box i,
  .feature-list .icon-box img {
    animation: none !important;
    transform: none !important;
    text-shadow: none !important;
  }
}

.nav-pills .nav-link {
  padding: 0.5rem 1rem; 
  margin-bottom: 0.4rem !important;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}

.nav-pills .nav-link i {
  font-size: 1.3rem;
  margin-right: 0.6rem;
}

.nav-pills .nav-link h4 {
  font-size: 1rem;
  margin: 0;
}

.nav-pills .nav-link.active {
  background-color: #896828;
  color: #fff;
}

.nav-pills .nav-link:not(.active):hover {
  background-color: rgba(137, 104, 40, 0.1);
}


.video-wrapper {
  overflow: hidden;
  border-radius: 12px;
}

.video-wrapper video {
  object-fit: cover;
  filter: brightness(0.9);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.service-pane {
        display: flex;
        align-items: center;
        min-height: 500px;
        height: 500px;
      }

      .service-image {
        flex: 1;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: radial-gradient(
          circle at center,
          rgba(137, 104, 40, 0.12) 0%,
          rgba(137, 104, 40, 0.04) 42%,
          transparent 70%
        );
      }

      .service-image img {
        width: 92%;
        height: 92%;
        object-fit: contain;
        filter: drop-shadow(0 18px 28px rgba(11, 33, 84, 0.18));
        transition: transform 0.35s ease, filter 0.35s ease;
      }

      .service-pane:hover .service-image img {
        transform: translateY(-4px) scale(1.015);
        filter: drop-shadow(0 22px 34px rgba(11, 33, 84, 0.24));
      }

      .service-text {
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      @media (max-width: 768px) {
        .service-pane {
          flex-direction: column;
          height: auto;
        }
        .service-text {
          padding-top: 20px;
        }
      }

.client-img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  background-color: white;
  padding: 5px;
  transition: transform 0.3s ease;
}

.client-img:hover {
  transform: scale(1);
}

.testimonial-text {
  display: none !important;
}

.testimonial-carousel .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
    .mobile-small-text {
        font-size: 12px !important;
    }
    .mobile-small-heading {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }
    .mobile-small-btn {
        padding: 0.5rem 1rem !important;
        font-size: 0.9rem !important;
    }
    .mobile-image {
        max-width: 70%;
        height: auto;
    }
}


@media (max-width: 991.98px) {
    .left-team-row,
    .right-team-row {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0;
        overflow: visible;
    }

    .left-team-row .team-item,
    .right-team-row .team-item {
        flex: 1 1 auto;
        max-width: 18%;
        text-align: center;
    }

    .team-img {
        max-width: 100%;
        height: auto;
    }

     #about h6.text-primary {
        font-size: 0.75rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}



@media (max-width: 991.98px) {
    .col-lg-6 > .row.g-4 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.5rem;
        overflow-x: hidden;
    }

    .col-lg-6 > .row.g-4 > .col-md-4 {
        flex: 1 1 0;
        max-width: 33%;
        min-width: 0;
    }

    .col-lg-6 > .row.g-4 > .col-md-4 .d-flex {
        padding: 1rem 0.5rem;
        flex-direction: column;
        align-items: center;
    }

    .col-lg-6 > .row.g-4 > .col-md-4 i.fa {
        font-size: 2rem;
        margin-bottom: 0.3rem;
    }

    .col-lg-6 > .row.g-4 > .col-md-4 h5 {
        font-size: 0.85rem;
        margin-bottom: 0;
        text-align: center;
    }
}

@media (max-width: 991.98px) {

    .col-lg-6 > .row.g-4 > .col-md-4.bg-light,
    .col-lg-6 > .row.g-4 > .col-md-4 > .d-flex.bg-light {
        background-color: transparent !important;
    }
}


@media (max-width: 991.98px) {

    .col-lg-6 > .row.g-4 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .col-lg-6 > .row.g-4 > .col-md-4 .d-flex {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 991.98px) {

    #abro .col-lg-6.py-3 .text-center {
        text-align: start !important;
    }

    #abro .col-lg-6.py-3 .d-flex.align-items-center {
        justify-content: flex-start !important;
        flex-direction: row;
        gap: 20px;
    }

    #abro .col-lg-6.py-3 hr:first-of-type {
        display: none;
    }

    #abro .col-lg-6.py-3 p {
        font-size: 0.95rem !important;
    }

    #abro .owl-carousel.testimonial-carousel {
        overflow-x: hidden;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    #abro .owl-carousel.testimonial-carousel .owl-item {
        display: flex;
        flex-direction: column; 
        align-items: flex-start;
        justify-content: flex-start;
        margin-right: 75px !important; 
        margin-bottom: 0 !important; 
    }

    #abro .testimonial-item {
        width: auto;
        text-align: left;
    }

    #abro .testimonial-item img.client-img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        display: block;
        margin-bottom: 0.25rem !important; 
    }

    #abro .testimonial-item h5 {
        font-size: 0.7rem;
        margin-bottom: 0 !important;
    }

     #abro .col-lg-6 .bg-primary h1 {
      margin-bottom: 1rem !important; 
      margin-top: 0.5rem !important; 
  }

   #abro .col-lg-6 .bg-primary {
    min-height: 175px !important; 
    max-height: 175px !important;
    height: 175px !important;
    padding: 0rem !important; 
    box-sizing: border-box;

}
    #abro .col-lg-6 .flex-grow-1 {
        align-items: center;
    }
}

@media (max-width: 991.98px) {
  .feature-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px; 
  }

  .feature-list .col-12 {
    display: flex !important; 
    flex: 1 1 auto;
  }

  .feature-list .d-flex {
    flex-direction: row; 
  }

  .feature-list .icon-box {
    min-width: 45px;
    min-height: 45px;
  }

  .feature-list h6 {
    font-size: 16px;
  }

  .feature-list span {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .col-lg-6 .btn {
    margin-top: 20px; 
  }
}

@media (max-width: 991.98px) {
  .team-img-wrapper {
    margin-bottom: 5px; 
  }

  .team-img {
    object-fit: contain !important;  
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    transition: transform 0.3s ease; 
  }

  .team-item:hover .team-img,
  .team-item.animate .team-img {
    transform: scale(1.1); 
  }

  .team-img-wrapper img[alt="Client 9"] {
     object-fit: contain !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
     border-radius: 0 !important; 
    overflow: visible !important; 
  }
}

@media (max-width: 991.98px) {

  .feature-list h6 {
    animation: none !important;
    transform: none !important; 
    color: #0B2154 !important;  
    text-shadow: none !important;
  }

  .feature-list .icon-box i,
  .feature-list .icon-box img {
    animation: none !important;
    transform: none !important;
    color: #0B2154 !important;
    filter: none !important;
  }
}

.owl-prev-custom,
.owl-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
}

.owl-prev-custom {
  left: -40px; 
}

.owl-next-custom {
  right: -40px; 
}


.blended-image {
  mix-blend-mode: lighten; 
}


.counter-percent::after {
  content: "%";
}

.counter-ten::after {
  content: "/10";
}

@media (max-width: 767px) {

  #ash .img-info-block {
    order: 3 !important;
    margin-top: 20px;
  }

  #ash .address-contact-wrap {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: flex-start !important;
    width: 100% !important;
  }

  #ash .btn.btn-primary {
    white-space: normal !important;
    width: 100% !important;
  }

  #ash .contact-text {
    width: 100% !important;
    font-size: 14px !important;
    text-align: left !important;
  }

  #ash .row.g-4 > div {
    width: 100% !important;
  }

  #ash img {
    mask: none !important;
    -webkit-mask: none !important;
    width: 100% !important;
  }

    #ash {
        overflow: visible !important;
    }

    #ash .col-lg-6.pt-4 {
        height: auto !important;
        min-height: auto !important;
    }


    #ash .row.g-4 {
        display: block !important;
    }


    #ash .row.g-4 > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        margin-bottom: 15px !important; 
    }

    #ash .team-item {
        height: auto !important;
        overflow: visible !important;
    }

    #ash .team-item .bg-light {
        width: 100% !important;
        border-radius: 10px;
        padding: 18px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #ash .team-item h5 {
        width: 100%;
        text-align: center;
        margin-top: 8px;
        font-size: 15px;
    }

    #ash .team-item small i {
        font-size: 22px !important;
    }

    #ash .position-relative[style*="border-radius"] {
        border-radius: 0 !important;
    }

    #ash .position-relative img {
        border-radius: 0 !important;
    }
}

/* Supplying section brand cards */
.supply-brand-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.supply-brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.supply-brand-img {
  max-height: 55px;
  width: auto;
  object-fit: contain;
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}
.supply-brand-card:hover .supply-brand-img {
  filter: grayscale(0%);
}

/* Feature list staggered animation */
.feature-item {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.feature-list.visible .feature-item:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.1s; }
.feature-list.visible .feature-item:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.4s; }
.feature-list.visible .feature-item:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.7s; }
.feature-list.visible .feature-item:nth-child(4) { opacity: 1; transform: none; transition-delay: 1.0s; }
.feature-list.visible .feature-item:nth-child(5) { opacity: 1; transform: none; transition-delay: 1.3s; }

/*** Blog landing section and article pages ***/
#blogs {
  scroll-margin-top: 90px;
}

.blog-section {
  background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(11, 33, 84, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(11, 33, 84, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--secondary);
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.blog-card__meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  color: #5f6675;
  font-size: 0.875rem;
}

.blog-card__category {
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.blog-card__title {
  color: var(--secondary);
  font-size: 1.25rem;
  line-height: 1.35;
}

.blog-card__link {
  align-self: flex-start;
  margin-top: auto;
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.blog-card__link:hover {
  color: var(--secondary);
}

@media (hover: hover) and (pointer: fine) {
  .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(11, 33, 84, 0.16);
  }
}

.skip-link {
  position: fixed;
  inset-block-start: 0.5rem;
  inset-inline-start: 0.5rem;
  z-index: 100000;
  transform: translateY(-150%);
  padding: 0.75rem 1rem;
  border-radius: 4px;
  background: var(--secondary);
  color: #fff;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
  color: #fff;
}

.article-page {
  padding-top: 75px;
  background: #fff;
}

.article-navbar .navbar-brand img {
  width: auto;
  max-height: 42px;
}

.article-header {
  padding: 3.5rem 0 2rem;
  background: linear-gradient(135deg, #071735 0%, var(--secondary) 72%, #6b5a31 100%);
  color: #fff;
}

.article-header .breadcrumb,
.article-header .breadcrumb-item,
.article-header .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}

.article-header .breadcrumb-item.active,
.article-header h1 {
  color: #fff;
}

.article-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

.article-header h1 {
  max-width: 930px;
  margin-inline: auto;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.15;
}

.article-meta {
  justify-content: center;
  color: rgba(255, 255, 255, 0.78);
}

.article-hero {
  display: block;
  width: min(1200px, calc(100% - 2rem));
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 2rem auto 0;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.article-body {
  width: min(760px, calc(100% - 2rem));
  margin-inline: auto;
  padding-block: 3rem;
  color: #303642;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.article-body h2,
.article-body h3 {
  color: var(--secondary);
}

.article-body h2 {
  margin-block: 2.5rem 1rem;
}

.article-body h3 {
  margin-block: 1.75rem 0.75rem;
}

.article-body li + li {
  margin-block-start: 0.55rem;
}

.article-callout {
  margin-block: 2rem;
  padding: 1.25rem 1.5rem;
  border-inline-start: 5px solid var(--primary);
  border-radius: 0 8px 8px 0;
  background: #f6f7fa;
  color: var(--secondary);
}

[dir="rtl"] .article-callout {
  border-radius: 8px 0 0 8px;
}

.article-cta {
  margin-block-start: 3rem;
  padding: 2rem;
  border-radius: 12px;
  background: var(--secondary);
  color: #fff;
  text-align: center;
}

.article-cta h2 {
  margin-block-start: 0;
  color: #fff;
}

.article-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto 3rem;
}

.article-navigation a {
  display: flex;
  min-height: 96px;
  align-items: center;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(11, 33, 84, 0.15);
  border-radius: 10px;
  color: var(--secondary);
  font-weight: 700;
  text-decoration: none;
}

.article-navigation a:last-child {
  justify-content: flex-end;
  text-align: end;
}

.blog-card__link:focus-visible,
.article-navigation a:focus-visible,
.article-page a:focus-visible,
.article-page button:focus-visible {
  outline: 3px solid #ffbd2e;
  outline-offset: 4px;
}

.article-footer {
  padding: 2rem 0;
  background: #000;
  color: #fff;
}

.article-footer a {
  color: #fff;
}

@media (max-width: 767.98px) {
  .article-header {
    padding-block-start: 2.5rem;
  }

  .article-body {
    font-size: 1rem;
  }

  .article-navigation {
    grid-template-columns: 1fr;
  }

  .article-navigation a:last-child {
    justify-content: flex-start;
    text-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card,
  .skip-link {
    scroll-behavior: auto;
    transition: none !important;
  }
}

/*** Solid gold theme ***/
.btn-primary,
.bg-primary,
.service .nav .nav-link.active,
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.team-item .team-overlay,
.nav-pills .nav-link.active,
.ash-btn:hover {
  background-color: #896828 !important;
  background-image: none !important;
  border-color: #684d1b !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.bg-primary.text-white,
.bg-primary .text-white,
.service .nav .nav-link.active h4,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active h4 {
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #684d1b !important;
  box-shadow: 0 0 0 0.25rem rgba(137, 104, 40, 0.3) !important;
}

.btn-outline-primary {
  color: #76571f !important;
  border-color: #896828 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff !important;
  background-color: #896828 !important;
  background-image: none !important;
  border-color: #684d1b !important;
}

.text-primary:not(.spinner-border),
.text-danger,
.gold-text,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.blog-card__category,
.blog-card__link,
.footer .btn.btn-social:hover {
  color: #896828 !important;
  background-image: none;
  -webkit-text-fill-color: currentColor;
}

.spinner-border.text-primary {
  color: #896828 !important;
  background: none !important;
}

.article-callout {
  border-inline-start-color: #896828;
}

/*** Gold gradient buttons ***/
.btn:not(.navbar-toggler) {
  color: #fff !important;
  background-color: #896828 !important;
  background-image: var(--button-gold-gradient) !important;
  border-color: #684d1b !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.btn:not(.navbar-toggler):hover,
.btn:not(.navbar-toggler):focus,
.btn:not(.navbar-toggler):active {
  color: #fff !important;
  background-image: linear-gradient(
    135deg,
    #7a5b21 0%,
    #9a762e 52%,
    #c19a4c 100%
  ) !important;
  border-color: #684d1b !important;
}

/*** Navbar brand button colors ***/
.btn.brand-btn-abro,
.btn.brand-btn-abro:hover,
.btn.brand-btn-abro:focus,
.btn.brand-btn-abro:active {
  color: #fff !important;
  background-color: #d71920 !important;
  background-image: none !important;
  border-color: #b51218 !important;
}

.btn.ash-btn,
.btn.ash-btn:hover,
.btn.ash-btn:focus,
.btn.ash-btn:active {
  color: #fff !important;
  background-color: #000 !important;
  background-image: none !important;
  border-color: #000 !important;
}

.btn.brand-btn-mercedes {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #000 !important;
  text-shadow: none;
}

.btn.brand-btn-mercedes:hover,
.btn.brand-btn-mercedes:focus,
.btn.brand-btn-mercedes:active,
.btn.brand-btn-mercedes.active {
  color: #fff !important;
  background-color: #896828 !important;
  background-image: none !important;
  border-color: #896828 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .text-shine {
    animation: none !important;
    background-position: 50% 0;
  }

  .service-image img {
    transition: none !important;
    transform: none !important;
  }
}
