
/* slider css start*/
.home-sliders-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 50%;
  width: 100%;
}
.home-slider {
  max-width: 49%;
  width: 100%;
  max-height: 270px;
  height: 100%;
  overflow: hidden !important;
}
  .home-slider .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
  .home-slider .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.home-slider .card a {
  position: absolute;
  background: var(--category-title-bg);
  padding: 15px 40px;
  color: var(--text-color);
  font-weight: 900;
  letter-spacing: 12px;
  font-size: clamp(0.875rem, 0.625rem + 0.5208333333333333vw, 1.25rem);
  margin-top: 100px;
}
.home-slider .card:hover a {
  background: var(--category-title-bg-hover);
}

.home-hero {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-height: 550px;
  overflow: hidden;
}
.home-hero .hot-deal-banner {
  max-width: 50%;
  width: 100%;
}
.home-hero .hot-deal-banner img{
  width: 100%;
  object-fit: fill;
  aspect-ratio: 1/1;
}

/* about page css start  */
.about-container{
    background: var(--sky-bg);
    padding: 20px;
    border-radius: 10px;
    color:black;
}
.page-title {
    margin-bottom: 20px;
    border-bottom: 3px solid var(--primary-color);
    display: inline-block;
    color:black;
}
/* about page css end  */

/* home category css start*/
.category-container {
  text-align: center;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 2rem;
  justify-items:center;
}
.category-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: var(--text-color);
  max-width: 190px;
  width: 100%;
  display: flex;
}
.category-card:hover {
  transform: translateY(-5px);
}
.category-card img {
  width: 100%;
  max-height: 150px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.category-sidebar-footer .category-placeholder {
    width: 0;
    height:0;
}
.category-grid .category-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--category-overlay);
  color: white;
  padding: 10px;
  text-align: center;
  margin: 0;
  font-size: clamp(0.875rem, 0.6583333333333334rem + 0.4513888888888888vw, 1.2rem);
}
.category-container .primary-btn{
  max-width: 140px;
  margin-top: 30px;
}
h2.category-title{
  font-size:18px;
  margin-right: 30px;
  color:black;
  font-weight:500;
}
.home-section .category-slider-section {
  margin: 15px 0;
  position: relative;
}
.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
a.see-more-btn{
  padding: 3px 10px;
  color: #ffffff;
  background-color: var(--red-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
a.see-more-btn:hover{
  background-color: var(--primary-color);
}
.home-section .swiper-slide {
  height: auto;
}

.home-section .swiper-button-next::after,
.home-section .swiper-button-prev::after {
  font-size: 24px;
}
.home-section .swiper-button-next, 
.home-section .swiper-button-prev {
  position: static;
  margin: 0 5px;
  color: black;
  background: var(--primary-color);
  border-radius: 10px;
  padding: 10px 20px;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    justify-items: center;
}
.brand-card {
    background: white;
    border-radius: 10px;
    color: black;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
}
.brand-card:hover{
    transform: translateY(-5px);
}
.brand-card img{
  max-width: 100%;
}
.brand-card .brand-title{
  font-size: 14px;
  font-weight: 500;
}
/* home category css end */

.home-page-desc ul li {
    list-style: decimal-leading-zero;
    margin: 5px 5px 5px 30px;
}
.home-page-desc ul li::marker {
  color: var(--primary-color);
}



/* ===========================
   APPLICATION AREAS PAGE STYLE
   =========================== */
.application-areas-container {
    padding: 40px 0;
}

/* Headings */
.application-areas-container .page-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.application-areas-container h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    border-left: 4px solid #00bcd4;
    padding-left: 10px;
    color:black;
}

/* Paragraph */
.application-areas-container .desc {
    font-size:1rem;
    line-height: 1.7;
    opacity: 0.95;
    color:black;
}

/* List */
.application-areas-container ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.application-areas-container ul li {
    background: var(--sky-bg);
    padding: 10px 14px;
    margin-bottom: 8px;
    border-radius: 6px;
    transition: 0.3s ease;
    font-size: 1rem;
    color:black;
}

/* Hover effect */
.application-areas-container ul li:hover {
    background: rgb(255 230 182 / 20%);
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
    .application-areas-container .page-title {
        font-size: 32px;
    }
    .application-areas-container h2 {
        font-size: 22px;
    }
    .application-areas-container ul li {
        font-size: 15px;
    }
}
.home-page-desc.mt60
 {
    color: black;
}
.home-page-desc h1, .home-page-desc.mt60 h2{
  font-size: 20px;
}
.brand-container {
    background: #f2f4f8;
    padding: 20px;
}