.t4-topbar {
    display: none;
}
body.dark-active .d-light {
    display: block;
}
.t4-navbar {
    position: absolute;
}
.container-xxl {
   --t4-gutter-x:5px;
}
.headed .socials a:first-child {
    margin-right:5px;
}
.headed {
    min-width:45px;
}
.item-168 .article-body {
    text-align: center;
    display: block;
}
.t4-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}
.t4-header-r {
    z-index: 99999;;
}
.content h3 {
    color:red;
}
.content p {
    color:#000;
}
img.senna {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    }
.logo-img {
    max-width:175px;
}
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
    color:red;
}
.t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > a:focus, .t4-megamenu .navbar-nav > li > a:active, .t4-megamenu .navbar-nav > li > .nav-link:hover, .t4-megamenu .navbar-nav > li > .nav-link:focus, .t4-megamenu .navbar-nav > li > .nav-link:active {
    color:red;
}
.btn.btn-primary {
    background-color: red;
    border-color: red; 
}
.form-control, .cart-view .inline #userIDcart_chosen .chosen-single {
    max-width: 100%;
    background-color: #f9f9f9 !important;
    border: none;
}
.logo-slider img {
  height: 80px; /* consistent height */
  width: auto;  /* allow variable width */
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.t4-navbar {
  display: flex;
  justify-content: center;
  width: 100%;
}
.col-12.col-md-3.order-2.order-md-1.mt-5.mt-md-0 {
    display: none;
}
.col-12.col-md-9.order-1.order-md-2 {
    width:100%;
}
.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
  z-index: 1;
}
.video-header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust darkness here */
  z-index: 1;
}

.header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.header-content h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

.header-content p {
  font-size: 1.5em;

}
#t4-video::after {
    clear:both;
}
.video-header {
  position: relative;
  height: 100vh;
  z-index: 1;
  margin-top:-110px;
}

#t4-main-body {
  position: relative;
  z-index: 2;
}

p.image-category {
    display:none;
}



ul, ol {
  padding-left: 20px;
  font-size: 1.05rem;
  line-height: 1.6;
}

li {
  margin-bottom: 10px;
}

/* Call-to-action */
.cta {
  margin-top: 40px;
  text-align: center;
}

.cta p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
a {
    color:#c8102e;
}
/* Button */
.btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #c8102e;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover {
  background-color: #a60d24;
  transform: translateY(-2px);
}
.contact-page {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  gap: 40px;
}

.contact-info, .contact-form-container {
  flex: 1 1 400px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.contact-info h2,
.contact-form-container h2 {
  margin-bottom: 20px;
  color: #333;
}

.contact-info p {
  margin: 10px 0;
  color: #555;
}
.contact-form-container p {
    color:#333;
}
.contact-form input,
.contact-form textarea {
  color: #333333; /* Dark grey text */
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  color: #333 !important;
}

.contact-info a {
  color: red;
  text-decoration: none;
}

.contact-info .socials a {
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
  color: red;
  font-weight: 500;
}
.contact-info {
  flex: 0 0 250px; /* Shrinks the box to 250px width */
  max-width: 250px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.contact-form-container {
  flex: 1;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.logo-slider1-wrappers {
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}
#triggerButton {
    background: none;;
}
.logo-slider-tracks {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.logo-slide {
  flex: 0 0 auto;
  width: 200px; /* Adjust based on logo size */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.logo-slide img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-slide img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .separator {
    color:red;
}
  .countdown-container {
    text-align: center;
    color: #fff;
    background: #111;
    padding: 20px;
    border-radius: 10px;
  }
  .countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
 
  .countdown span {
    font-size: 2.5rem;
    display: block;
  }
  .countdown small {
    font-size: 0.9rem;
    color: #aaa;
  }
.countdown {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.countdown div {
  background: #222;
  padding: 20px;
  border-radius: 10px;
  min-width: 80px;
  flex: 1 1 60px; /* allows shrinking and wrapping */
  text-align: center;
}

@media (max-width: 600px) {
  .countdown span {
    font-size: 2rem;
  }

  .countdown small {
    font-size: 0.8rem;
  }
}
@media (max-width: 800px) {
.contact-info {
  flex: 0 0 100%; /* Shrinks the box to 250px width */
  max-width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  min-height:340px;
}
}
.btn:first-child:active {
    border-color: red;
    background-color: red;
}
a:hover {
    color:#fff;
}
.rsform-block-send .formControls {
    float:right;
}
.timeline-zigzag {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}
.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-item.left {
  left: 0;
  text-align: right;
}
.timeline-item.right {
  left: 50%;
  text-align: left;
}
.timeline-item .content {
  background: #f4f4f4;
  padding: 1rem;
  border-radius: 4px;
  border-top: 4px solid #e60000;
}
.timeline-zigzag::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #e60000;
  transform: translateX(-50%);
}