.elementor-13 .elementor-element.elementor-element-b112244{margin:-101px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-13 .elementor-element.elementor-element-129e2aa.elementor-column .elementor-widget-wrap{align-items:space-evenly;}.elementor-13 .elementor-element.elementor-element-129e2aa.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-evenly;align-items:space-evenly;}.elementor-13 .elementor-element.elementor-element-129e2aa.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-13 .elementor-element.elementor-element-129e2aa > .elementor-element-populated, .elementor-13 .elementor-element.elementor-element-129e2aa > .elementor-element-populated > .elementor-background-overlay, .elementor-13 .elementor-element.elementor-element-129e2aa > .elementor-background-slideshow{border-radius:100px 100px 100px 100px;}.elementor-13 .elementor-element.elementor-element-129e2aa > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-13 .elementor-element.elementor-element-b873eca > .elementor-widget-container{margin:-41px -12px 3px -12px;}.elementor-13 .elementor-element.elementor-element-c0417e2{--wd-brd-radius:8px;}.elementor-13 .elementor-element.elementor-element-93c4165{--wd-brd-radius:12px;}.elementor-13 .elementor-element.elementor-element-b5f13f7{--wd-brd-radius:8px;}.elementor-13 .elementor-element.elementor-element-e6790b8{--wd-brd-radius:8px;}.elementor-13 .elementor-element.elementor-element-139717b{--wd-brd-radius:12px;}.elementor-13 .elementor-element.elementor-element-46971d7{--wd-brd-radius:8px;}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-129e2aa{width:100%;}}/* Start custom CSS for html, class: .elementor-element-b873eca */.custom-hero-section,

  .custom-hero-section * {

    box-sizing: border-box;

  }

  

  .custom-hero-section {

    margin: 0 !important;

    padding: 0 !important;

    max-width: 100% !important;

    width: 100% !important;

    overflow: hidden;

  }



  .custom-hero {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    width: 100%;

    padding: 60px 0;

  }



  .custom-hero-image {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    filter: blur(2px);

    z-index: 0;

    min-width: 100%;

    min-height: 100%;

  }



  .custom-hero-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(

      90deg,

      rgba(0, 0, 0, 0.88) 0%,

      rgba(0, 0, 0, 0.78) 45%,

      rgba(0, 0, 0, 0.4) 100%

    );

    z-index: 1;

  }



  .custom-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

  }



  .custom-hero-content {

    color: #fff;

    max-width: 550px;

  }



  .custom-hero h1 {

    font-size: clamp(2rem, 4.5vw, 3rem);

    line-height: 1.25;

    font-weight: 800;

    margin: 0 0 20px 0;

    color: #fff;

  }



  .custom-hero p {

    font-size: 1.05rem;

    line-height: 1.9;

    color: rgba(255, 255, 255, 0.85);

    margin: 0 0 28px 0;

    max-width: 500px;

  }



  .custom-hero-actions {

    display: flex;

    gap: 12px;

  }



  .custom-btn-primary {

    background: #e63946 !important;

    color: #fff !important;

    padding: 8px 44px;

    border-radius: 7px;

    font-weight: 600;

    transition: all 0.3s ease;

  }



  .custom-btn-primary:hover {

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(230, 57, 70, 0.35);

  }



  .custom-btn-secondary {

    border: 1px solid rgba(255, 255, 255, 0.18);

    color: #fff;

    padding: 8px 34px;

    border-radius: 7px;

    backdrop-filter: blur(10px);

    background: rgba(255, 255, 255, 0.03);

    font-weight: 600;

    transition: all 0.3s ease;

  }



  .custom-btn-secondary:hover {

    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);

  }



  .custom-hero-features {

    flex: 0 0 auto;

    width: 450px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

  }



  .custom-feature-card {

    background: rgba(255, 255, 255, 0.03);

    backdrop-filter: blur(16px);

    -webkit-backdrop-filter: blur(16px);

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 10px;

    padding: 14px 16px;

    transition: all 0.3s ease;

    display: flex;

    align-items: center;

    gap: 14px;

  }



  .custom-feature-card:hover {

    transform: translateY(-4px);

    border-color: rgba(230, 57, 70, 0.5);

    box-shadow: 0 12px 30px rgba(230, 57, 70, 0.15);

    background: rgba(255, 255, 255, 0.07);

  }



  .custom-feature-icon {

    width: 44px;

    height: 44px;

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(158, 158, 158, 0.2);

  }



  .custom-feature-icon svg {

    width: 28px;

    height: 28px;

    fill: none;

    stroke: #9E9E9E;

    stroke-width: 2;

    stroke-linecap: round;

    stroke-linejoin: round;

    transition: all 0.3s ease;

  }



  .custom-feature-card:hover .custom-feature-icon {

    background: rgba(230, 57, 70, 0.18);

  }



  .custom-feature-card:hover .custom-feature-icon svg {

    stroke: #ef3340;

  }



  .custom-feature-card h2 {

    font-size: 0.9rem;

    font-weight: 700;

    margin: 0 0 5px 0;

    color: #fff;

  }



  .custom-feature-card span {

    font-size: 0.73rem;

    color: rgba(255, 255, 255, 0.7);

    display: block;

  }



  @media (max-width: 950px) {

    .custom-container {

      flex-direction: column;

      align-items: flex-start;

      gap: 50px;

    }



    .custom-hero-content {

      width: 100%;

      max-width: 100%;

    }



    .custom-hero-features {

      width: 100%;

      max-width: 600px;

    }

  }



  @media (max-width: 600px) {

    .custom-hero {

      align-items: flex-start;

    }



    .custom-hero-content {

      text-align: center;

      display: flex;

      flex-direction: column;

      align-items: center;

    }



    .custom-hero p {

      font-size: 0.9rem;

    }



    .custom-hero-actions {

      width: 100%;

    }

.custom-btn-primary{
      display: none;
  }
    .custom-btn-secondary{
        display: none;
    }
 





    .custom-feature-card {

      border-radius: 10px;

    }



    .custom-feature-icon {

      width: 38px; 

      height: 38px;

    }



    .custom-feature-icon svg {

      width: 25px;

      height: 25px;

    }



    .custom-feature-card h2 {

      font-size: 0.8rem;

    }



    .custom-feature-card span {

      font-size: 0.68rem;

    }

  }



  @media (max-width: 400px) {

    .custom-hero h1 {

      font-size: 1.5rem;

    }


  


    .custom-hero-features {

      grid-template-columns: 1fr;

      gap: 8px;

    }



    .custom-feature-card {

      padding: 12px 10px;

    }

  }/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-129e2aa */width: 100%/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5193e7e */.custom-categories-section,
.custom-categories-section * {
  box-sizing: border-box;
}

.custom-categories-section {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.custom-categories-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 8px 0px;
}

/* Grid */

.custom-categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 20px;
}

/* Card */

.custom-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  
  text-decoration: none;
  transition: transform 0.3s ease;
}

.custom-category-card:hover {
  transform: translateY(-6px);
}

/* Image */

.custom-category-image {
  width: 120px;
  height: 120px;
  margin-bottom: -22px;
  position: relative;
  z-index: 2;
}

.custom-category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
}

.custom-category-card:hover .custom-category-image img {
  transform: scale(1.08);
}

/* Title */

.custom-category-card h3 {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 160px;
  min-height: 72px;

  padding: 26px 20px 10px;
  margin: 0;
  
  border-radius: 14px 5px;

  color: #1a1a1a;
  font-size: 0.95rem;
  

  box-shadow:
    0 3px 5px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.03);

  transition: all 0.3s ease;
}

.custom-category-card:hover h3 {
  background: #e63946;
  color: #fff;
  box-shadow: 0 5px 20px rgba(230, 57, 70, 0.25);
}

/* Responsive */

@media (max-width: 1200px) {
  .custom-categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {

  .custom-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 15px;
  }

  .custom-category-image {
    width: 100px;
    height: 100px;
  }

  .custom-category-card h3 {
    min-width: 135px;
    min-height: 75px;
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {

  .custom-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 12px;
  }

  .custom-category-image {
    width: 85px;
    height: 85px;
    margin-bottom: -18px;
  }

  .custom-category-card h3 {
    
  }
}

@media (max-width: 350px) {
  .custom-categories-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43bc9ed */.section-header {
  width: 100%;
  margin: 15px;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.highlight {
  color: #d32f2f;
}

.underline-bar {
  width: 50px;
  height: 3.25px;
  background-color: #d32f2f;
  margin-top: 8px;
  border-radius: 2px;
}

.view-all {
  font-weight: 700;
  color: #d32f2f;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: auto;
  cursor: pointer;
}

.view-all:hover {
  opacity: 0.8;
}

.arrow-icon {
  font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef55546 */.section-header {
  width: 100%;
  margin: 15px;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.highlight {
  color: #d32f2f;
}

.underline-bar {
  width: 50px;
  height: 3.25px;
  background-color: #d32f2f;
  margin-top: 8px;
  border-radius: 2px;
}

.view-all {
  font-weight: 700;
  color: #d32f2f;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: auto;
  cursor: pointer;
}

.view-all:hover {
  opacity: 0.8;
}

.arrow-icon {
  font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8eb0968 */.section-header {
  width: 100%;
  margin: 15px;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.highlight {
  color: #d32f2f;
}

.underline-bar {
  width: 50px;
  height: 3.25px;
  background-color: #d32f2f;
  margin-top: 8px;
  border-radius: 2px;
}

.view-all {
  font-weight: 700;
  color: #d32f2f;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: auto;
  cursor: pointer;
}

.view-all:hover {
  opacity: 0.8;
}

.arrow-icon {
  font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c21630 */.section-header {
  width: 100%;
  margin: 15px;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.highlight {
  color: #d32f2f;
}

.underline-bar {
  width: 50px;
  height: 3.25px;
  background-color: #d32f2f;
  margin-top: 8px;
  border-radius: 2px;
}

.view-all {
  font-weight: 700;
  color: #d32f2f;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: auto;
  cursor: pointer;
}

.view-all:hover {
  opacity: 0.8;
}

.arrow-icon {
  font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-295b8f9 */.brands-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* important */
}

.brands-container img{
    width: 120px;   /* control size */
    height: auto;
    transition: transform 0.4s ease;
}

.brands-container img:hover{
    transform: scale(1.2);
}

@media(max-width:768px){
    .brands-container{
        flex-direction: column;
    }

    .brands-container img{
        width: 80px; /* smaller on mobile */
    }
}/* End custom CSS */