/*
Template Name: Electro - HTML Ecommerce Template
Author: yaminncco

Colors:
	Body 		: #333
	Headers 	: #2B2D42
	Primary 	: #D10024
	Dark 		: #15161D ##1E1F29
	Grey 		: #E4E7ED #FBFBFC #8D99AE #B9BABC

Fonts: Montserrat

Table OF Contents
------------------------------------
1 > GENERAL
------ Typography
------ Buttons
------ Inputs
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search
------ Cart
3 > NAVIGATION
------ Main nav
------ Responsive Nav
4 > CATEGORY SHOP
5 > HOT DEAL
6 > PRODUCT
------ Product
------ Widget product
------ Product slick
7 > STORE PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > NEWSLETTER
11 > FOOTER
11 > SLICK STYLE
12 > RESPONSIVE
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/

/*----------------------------*\
	Typography
\*----------------------------*/

body {


font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
  font-weight: 400;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  color: #2B2D42;
  font-weight: 700;
  margin: 0 0 10px;
}

a {
  color: #2B2D42;
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus {
  color: #D10024;
  text-decoration: none;
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #D10024;
  border: none;
  border-radius: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-btn:hover, .primary-btn:focus {
  opacity: 0.9;
  color: #FFF;
}

/*----------------------------*\
	Inputs
\*----------------------------*/

/*-- Text input --*/


/*----------------------------*\
	Section
\*----------------------------*/

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
}

.section-title .section-nav {
  float: right;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.section-tab-nav li a {
  font-weight: 700;
  color: #8D99AE;
}

.section-tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #D10024;
}

.section-tab-nav li a:hover:after, .section-tab-nav li a:focus:after, .section-tab-nav li.active a:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
  padding: 30px 0px;
  background: #FBFBFC;
  border-bottom: 1px solid #E4E7ED;
  margin-bottom: 30px;
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #8D99AE;
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8D99AE;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #D10024;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
}

.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  size: 30px;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #FFF;
}

.header-links li a:hover {
  color: #D10024;
}

.header-links li i {
  color: #D10024;
  margin-right: 5px;
}

/*----------------------------*\
	Logo
\*----------------------------*/

#header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.header-logo {
  float: left;
}

.header-logo .logo img {
  display: block;
}

/*----------------------------*\
	Search
\*----------------------------*/


/*----------------------------*\
	Cart
\*----------------------------*/

.header-ctn {
  float: right;
  padding: 15px 0px;
}

.header-ctn>div {
  display: inline-block;
}

.header-ctn>div+div {
  margin-left: 15px;
}

.header-ctn>div>a {
  display: block;
  position: relative;
  width: 90px;
  text-align: center;
  color: #FFF;
}

.header-ctn>div>a>i {
  display: block;
  font-size: 18px;
}

.header-ctn>div>a>span {
  font-size: 12px;
}

.header-ctn>div>a>.qty {
  position: absolute;
  right: 15px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #FFF;
  background-color: #D10024;
}

.header-ctn .menu-toggle {
  display: none;
}



/*=========================================================
	03 -> Navigation
===========================================================*/

#navigation {
  background: #FFF;
  border-bottom: 3px solid #D10024;
  border-top: 3px solid #D10024;
  margin-bottom: 20px;
}

/*----------------------------*\
	Main nav
\*----------------------------*/

.main-nav>li+li {
  margin-left: 30px
  
}

.main-nav>li>a {
  padding: 20px 0px;
  font-size: larger;
  
}

.main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
  color: #D10024;
  background-color: transparent;
}

.main-nav>li>a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-nav>li>a:hover:after, .main-nav>li>a:focus:after, .main-nav>li.active>a:after {
  width: 100%;
}

.header-ctn li.nav-toggle {
  display: none;
}

/*----------------------------*\
	responsive nav
\*----------------------------*/

@media only screen and (max-width: 991px) {
  .header-ctn .menu-toggle {
    display: inline-block;
    color: #000;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #15161D;
    height: 100vh;
    max-width: 250px;
    width: 0%;
    overflow: hidden;
    z-index: 22;
    padding-top: 60px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  #responsive-nav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
  }
  .main-nav {
    margin: 0px;
    float: none;
  }
  .main-nav>li {
    display: block;
    float: none;
  }
  .main-nav>li+li {
    margin-left: 0px;
  }
  .main-nav>li>a {
    padding: 15px;
    color: #FFF;
  }

  .menu-toggle {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 30;
}

}

.menu-toggle {
  display: none;
  cursor: pointer;
  color: #000;
}

#menu-icon {
  color: #000; /* Or any other color you want */
  font-size: 24px; /* Optional: makes it easier to see */
}

.menu-icon {
  width: 30px;
  height: 3px;
  background-color: #333;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.menu-icon {
  transition: transform 1s ease-in-out;
}


.menu-icon::before,
.menu-icon::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.menu-icon::before {
  top: -10px;
}

.menu-icon::after {
  top: 10px;
}

/* Cross icon when active */
.menu-toggle.active .menu-icon {
  background-color: transparent;
}

.menu-toggle.active .menu-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle.active .menu-icon::after {
  transform: rotate(-45deg);
  top: 0;
}



/*=========================================================
	04 -> CATEGORY SHOP
===========================================================*/



/*=========================================================
	05 -> HOT DEAL
===========================================================*/

#hot-deal {
  position: relative;
  padding: 119px 0;
  margin: -20px 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}


.banner-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

.banner-title h1 {
  color: #D10024;
  font-size: 42px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  letter-spacing: 3px;
  margin: 0;
}

.banner-title h1::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 0, 0, 0) 0%,
    rgba(255, 0, 0, 0.5) 50%,
    rgba(255, 0, 0, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

@media (max-width: 768px) {
  #hot-deal {
    padding: 80px 0;
    background-position: center;
    background-size: contain;
  }

  .banner-title h1 {
  color: #D10024;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  letter-spacing: 3px;
  margin: 0;
}

}

@media (max-width: 480px) {
  #hot-deal {
    padding:  0;
    background-position: center;
    background-size: contain;
  }

  .banner-title h1 {
  color: #D10024;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  letter-spacing: 3px;
  margin: 0;
}

}






.hot-deal {
  text-align: center;
}






.hot-deal .hot-deal-countdown {
  margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown>li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}

.hot-deal .hot-deal-countdown>li>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hot-deal .hot-deal-countdown>li>div h3 {
  color: #FFF;
  margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown>li>div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
}

.hot-deal p {
  text-transform: uppercase;
  font-size: 24px;
}

.hot-deal .cta-btn {
  margin-top: 15px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/
/* ===== Filter Container ===== */
.filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  margin-left: 0px;
  background-color: black;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
   border-bottom: 3px solid #D10024;
  border-top: 3px solid #D10024;
  
}

/* ===== Filter Groups ===== */
.price-filter,
.bike-type-filter {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #e4e7ed;
}

/* ===== Labels ===== */
label {
  font-weight: 600;
  font-size: 16px;
  color: #e4e7ed;
}

/* ===== Select Dropdown ===== */
.form-select {
  background-color: #2b2b2b;
  color: #e4e7ed;
  border: 1px solid #444;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.form-select:hover {
  background-color: #3a3a3a;
}

/* ===== Buttons ===== */
.btn-custom {
  background-color: #ff4c4c;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-custom:hover {
  background-color: #d93838;
}

.btn-secondary {
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover {
  background-color: #555;
}

/* ===== Range Slider ===== */
.form-range {
  width: 200px;
  background-color: #444;
  border-radius: 6px;
  height: 6px;
  outline: none;
  appearance: none;
  cursor: pointer;
}

.form-range::-webkit-slider-thumb {
  background-color: #ff4c4c;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(255, 76, 76, 0.3);
  appearance: none;
  transition: background-color 0.3s ease;
}

.form-range::-webkit-slider-thumb:hover {
  background-color: #e13a3a;
}

.form-range::-moz-range-thumb {
  background-color: #ff4c4c;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(255, 76, 76, 0.3);
  transition: background-color 0.3s ease;
}

.form-range::-moz-range-thumb:hover {
  background-color: #e13a3a;
}

/* ===== Price Filter Label/Text ===== */
.price-filter span {
  font-size: 16px;
  font-weight: 600;
  color: #e4e7ed;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 767px) {
  .filter-container {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }

  .price-filter,
  .bike-type-filter {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-range {
    width: 100%;
  }

  .btn-custom,
  .btn-secondary {
    width: 100%;
    font-size: 18px;
    padding: 14px;
  }
}



/*----------------------------*\
	product
\*----------------------------*/

/* Layout wrapper */
.custom-layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-left: 10px;
}

/* Main product area */
.product-listings {
  flex: 1;
  max-width: calc(100% - 220px);
}

/* Ad sidebar */
.ads-section {
  width: 200px;
  flex-shrink: 0;
  
  padding: 16px;
  border-radius: 8px;
  
}

.ad-block {
  margin-bottom: 20px;
}


/* Product card container */
.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Product cards */
.product-card {
  background: white;
  border: 1px solid #e0e0e0;
  width: calc(33.333% - 14px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .product-card {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .product-card {
    width: 100%;
  }

  /* Make layout scrollable horizontally instead of stacking */
  .custom-layout {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .product-listings {
    min-width: 50%;
  }

  .ads-section {
    min-width: 200px;
    position: sticky;
    top: 0;
  }
}


/*----------------------------*\
	Widget product
\*----------------------------*/



/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/


/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/


/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/


/*=========================================================
	11 -> FOOTER
===========================================================*/

#footer {
  background: #fff;
  color: #15161D;
  margin-top: 30px;
  border-top: 2px solid #000;
}

#bottom-footer {
  background: #1E1F29;
  color: #FFF;
 
}

#bottom-footer a {
  color: #e13a3a;
  text-decoration: underline;
}

.footer {
  margin: 30px 40px;
}

.footer .footer-title {
  color: #15161D;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 30px;
}

.footer-links li+li {
  margin-top: 15px;
}

.footer-links li a {
  color: #151515;
}

.footer-links li i {
  margin-right: 15px;
  color: #D10024;
  width: 14px;
  text-align: center;
}

.footer-links li a:hover {
  color: #D10024;
}

.copyright {
  margin-top: 30px;
  display: block;
  font-size: 12px;
}

.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

.footer-payments li a {
  color: #15161D;
  font-size: 36px;
  display: block;
}

/*=========================================================
	12 -> SLICK STYLE
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 22;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #D10024;
  border-color: #D10024;
}

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  color: #2B2D42;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #FFF;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #E4E7ED;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #D10024;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
	13 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 1201px) {}

@media only screen and (max-width: 991px) {
  #top-header .header-links.pull-left {
    float: none !important;
  }
  #top-header .header-links.pull-right {
    float: none !important;
    margin-top: 5px;
  }
  .header-logo {
    float: none;
    text-align: center;
  }
  .header-logo .logo {
    display: inline-block;
  }
  #product-imgs {
    margin-bottom: 60px;
    margin-top: 15px;
  }
  #rating {
    text-align: center;
  }
  #reviews {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 100%;
  }
  .store-grid {
    float: none;
    margin-top: 10px;
  }
  .store-pagination {
    float: none;
    margin-top: 10px;
  }
}

/* carousel */
  .carousel-container {
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
      margin-top: -20px;
      
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }

    .slides {
      display: flex;
      width: 100%;
      height: 100%;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      height: 100%;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: white;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      font-size: 18px;
      border-radius: 5px;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }

    .prev:hover, .next:hover {
      background: rgba(0,0,0,0.7);
    }

    /* Overlay text container */
.slide {
  position: relative;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  z-index: 1;
}

/* Make sure text appears above the overlay */
.slide-text {
  position: absolute;
  z-index: 2; /* Higher than the overlay */
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: linear-gradient(to bottom, rgba(255, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  color: white;
  padding: 15px 20px;
  font-size: 20px;
  border-radius: 5px;
  max-width: 80%;
  text-align: center;
}


.slide-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 15px 20px;
  font-size: 20px;
  border-radius: 5px;
  max-width: 80%;
  text-align: center;
}

.slide-text p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #eee;
}



    /*--- logo slider ---*/

    .logo-slider {
      overflow: hidden;
      position: relative;
      border-top: 2px solid #D10024;
      border-bottom: 2px solid #D10024;
      padding: 10px 0px;
      margin-top: 0px;
    }

    .logo-track {
      display: flex;
      width: max-content;
      animation: scroll 30s linear infinite;
    }

    .logo-track img {
      height: 50px;
      margin: 0 30px;
      
      transition: filter 0.3s, transform 0.3s;
    }

    .logo-track img:hover {
      filter: none;
      transform: scale(1.05);
    }

    @keyframes scroll {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Responsive image sizes */
    @media (max-width: 768px) {
      .logo-track img {
        height: 40px;
        margin: 0 20px;
      }
    }

    @media (max-width: 480px) {
      .logo-track img {
        height: 30px;
        margin: 0 15px;
      }
    }
/* logo slider */

/* about us */
.about-us {
  padding: 40px 20px;
  background-color: #f9f9f9;
  font-family: 'Anton', sans-serif;
}

.about-us .container {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

/* Images wrapper */
.images-wrapper {
  position: relative;
  flex: 1 1 300px;
  max-width: 400px;
  min-width: 280px;
  height: 300px;
}

/* Base styles for images */
.images-wrapper .image {
  position: absolute;
  width: 70%;
  max-width: 280px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Position of first image - bottom left */
.image1 {
  bottom: -15px;
  left: -35px;
  z-index: 2;
  
}

/* Position of second image - top right overlapping */
.image2 {
  top: 0;
  right: 0;
  z-index: 1;
 
}

/* Text content */
.text-content {
  flex: 1 1 400px;
  min-width: 280px;
}

.text-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #333;
}

.text-content p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-us .container {
    flex-direction: column;
    text-align: center;
  }

  .images-wrapper {
    position: static;
    width: 100%;
    height: auto;
    max-width: none;
    
  }

  .images-wrapper .image {
    position: relative;
    width: 70%;
    max-width: auto;
    transform: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 0 5px;

  }

  .image2 {
    margin-left: 25px; /* slight overlap on mobile */
  }

  .text-content{
    margin-top: -50px;
  }
}

/*about us */

    /* top Products*/

   /* Layout for the three sections side-by-side */
.product-sections {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0;
}

/* Each column (title + products) */
.product-column {
  flex: 1 1 300px;
  max-width: 33.33%;
  box-sizing: border-box;
}

/* Section title styling */
.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

/* Product container styles */
.product-container2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Product card styles */
.product-card {
  width: 100%;
  max-width: 280px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.product-card h2 {
  margin: 10px 0;
  font-size: 16px;
}

.product-card p {
  font-size: 14px;
  color: #666;
}

.product-link {
  text-decoration: none;
  color: inherit;
}

/* Responsive stacking for smaller screens */
@media (max-width: 900px) {
  .product-column {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .product-sections {
    flex-direction: column;
  }
}

.view-all-btn {
  text-align: center;
  display: block;
  margin: 0 auto 20px auto;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.view-all-btn:hover {
  background-color: #333;
}

/*-- news */

.news-container {
  display: flex;
  flex-wrap: wrap; /* Allow content to wrap on smaller screens */
  width: 100%;
  overflow-x: hidden; /* Prevent sideways scroll */
}


.news-content {
    flex: 3; /* Takes up 3/4 of the width */
    padding: 20px;
}

.ads-container {
    flex: 1; /* Takes up 1/4 of the width */
    padding: 20px;
    background-color: #f4f4f4; /* Optional: Just for visual distinction */
    text-align: center;
}

.article-card {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.article-text {
    margin-bottom: 20px;
}

.article-image img {
    max-width: 100%;
    height: auto;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* no offset, just blur */
  border-radius: 8px; /* optional */ 
}

.read-more {
  background-color: #D10024;         /* Bootstrap blue */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.read-more:hover {
  background-color: #d93838;         /* Darker blue on hover */
  transform: translateY(-2px);       /* Slight lift effect */
}

.read-more:active {
  transform: translateY(0);          /* Reset on click */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}



/*article*/



.news-title h1{
  text-align: center;
  margin-top: 20px;
  text-decoration: underline ;
}

.article-card {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    flex-direction: column; /* Default to column layout */
}

.article-text {
    padding: 20px;
    order: 1; /* Text comes first */
}

.article-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    order: 2; /* Image comes second */
}

.article-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.article-text h2 {
    margin-top: 0;
    color: #333;
}

.article-text .date {
    color: #666;
    font-size: 0.9em;
}

.article-text .content {
    color: #444;
    line-height: 1.6;
}

.ad-block {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-size: 14px;
  color: #777;
}


/* Responsive layout for smaller screens */
@media (max-width: 768px) {
  .news-content,
  .ads-container {
    flex: 1 1 50%; /* Each takes 50% of the width */
    box-sizing: border-box;
  }

  .article-card {
    margin: 10px; /* Reduce margin to fit more easily */
  }

  .article-text {
    padding: 10px;
  }

  .read-more {
    padding: 8px 16px;
    font-size: 14px;
  }

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



/*admin*/

/* General styling for the form */
#postForm {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

/* Styling for input fields */
#postForm input[type="text"],
#postForm textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

/* Specific styling for the textarea to make it larger */
#postForm textarea {
    height: 200px; /* Adjust the height as needed */
    resize: vertical; /* Allow vertical resizing */
}

/* Styling for the submit button */
#postForm button[type="submit"] {
    background-color: #007BFF;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

/* Hover effect for the submit button */
#postForm button[type="submit"]:hover {
    background-color: #0056b3;
}

/* Placeholder styling */
#postForm input::placeholder,
#postForm textarea::placeholder {
    color: #aaa;
    font-style: italic;
}

/* login */

.login-container {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    margin: 40px;
}

/* Title */
.login-container h2 {
    margin-bottom: 20px;
}

/* Input fields */
#loginForm input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Button */
#loginForm button {
    width: 100%;
    padding: 10px;
    background-color: black;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#loginForm button:hover {
    background-color: #0056b3;
}


/*contact form */ 

 .contact-page {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background-image: url("https://www.fim-moto.com/fileadmin/_processed_/3/4/csm_Billy_Bolt_Husqvarna_-_Red_Bull_Romaniacs_373fc0a979.jpeg");
        background-size: cover;
        background-position: center;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-container {
    background-color: rgba(255, 255, 255, 0.85); /* Slightly more opaque for better contrast */
    backdrop-filter: blur(5px); /* Adds a frosted glass effect */
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 420px;
    padding: 32px;
    margin-left: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: box-shadow 0.3s ease;
}

.contact-container:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.contact-title {
    text-align: center;
    margin-bottom: 24px;
}

.contact-title h1 {
    margin: 0;
    font-size: 28px;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    transition: border-color 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #007BFF;
    outline: none;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

button[type="submit"] {
    background-color: #E63946;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #c12d3b;
}

/* Tablet view */
@media (max-width: 768px) {
    .contact-container {
        margin: 20px auto;
        padding: 24px;
        max-width: 90%;
    }
}

/* Mobile view */
@media (max-width: 480px) {
    .contact-container {
        padding: 20px;
        max-width: 95%;
    }

    .contact-title h1 {
        font-size: 22px;
    }

    button[type="submit"] {
        font-size: 15px;
        padding: 10px 20px;
    }
}

/* mountain Bike*/ 

.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.coming-soon img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

/* Responsive height for smaller screens */
@media (max-width: 768px) {
  .coming-soon {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .coming-soon {
    height: 180px;
  }
}


/*--- P&P---*/

.info-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.main-title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #222;
}

.info-block {
  margin-bottom: 30px;
  text-align: left;
}

.info-block h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.info-block p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}




