  .fa-fw {width: 2.25em !important;}
    .bg-primary {background-color: #0168fad9 !important;}
    .masthead {
            min-height: 30rem;
            position: relative;
            display: table;
            width: 100%;
            height: auto;
            padding-top: 8rem;
            padding-bottom: 8rem;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("http://ewarranty.rewardssolution.com/themes/akzo-nobel/assets/images/banner-contact.jpg");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
    }
    .masthead h1 {font-size: 4rem;margin: 0;padding: 0;}
    .file-input.theme-fa.file-input-ajax-new {width:100%;}
    .file-input {padding: 20px;width: 100%;}
    #v1play{display: none;}
    #v2play{display: none;}

    .paint-selection {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.paint-tub {
  width: 100px;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.paint-tub.selected {
  width: 140px;
  opacity: 1;
  transform: scale(1.1);
}

.tub-container {
  text-align: center;
}

.tub-name {
  margin-top: 5px;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.hidden-section {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.visible-section {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}


 /* Card-style slider */
  .card-slider { border: 0; }
  .card-slider .swiper-slide { height: auto; }

  .product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 34px rgba(0,0,0,.12);
    display: flex; flex-direction: column;
    height: 100%;
  }
  .product-card img {
    width: 100%;
    height: 350px;               /* adjust image height if you want */
    object-fit: fit;
    display: block;
  }

  .product-body {
    padding: 16px 16px 18px;
    display: flex; flex-direction: column;
    gap: 10px;
    background: #12244b;
  }
  .product-title {
    font-size: 18px; font-weight: 700; margin: 0; color: #fefeff;
  }
  .product-text {
    font-size: 14px; line-height: 1.5; color: #eff0f2; margin: 0;
  }
  .product-cta {
    align-self: start;
    background: #2563eb; color: #fff; text-decoration: none;
    font-weight: 300; padding: 7px 8px; border-radius: 8px;
    transition: transform .15s ease, background .2s ease;
  }
  .product-cta:hover { background:#1e4fd8; transform: translateY(-1px); }

  /* Arrows & bullets */
  .card-slider .swiper-button-prev,
  .card-slider .swiper-button-next {
    width: 42px; height: 42px; border-radius: 50%;
    background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(6px);
  }
  .card-slider .swiper-button-prev:after,
  .card-slider .swiper-button-next:after { color:#f6f6f7; font-size:18px; }
  .card-slider .swiper-pagination-bullet { background:#9ca3af; opacity:1; }
  .card-slider .swiper-pagination-bullet-active { background:#151ecc; 
}

  .title_c{
        font-size: 18px;
    color: #1c273c;
    font-weight: 600;
    margin-bottom: 5px;
    }

    /* ---- Card Style ---- */
.card.card-help {
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.card-help:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

/* ---- Circle Icon Holder ---- */
.card-help .tx-60 {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 16px auto;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

/* ---- Icons inside ---- */
.card-help .tx-60 i {
  font-size: 42px;
  line-height: 1;
}

/* Specific colors for each step */
.bgbox1 .tx-60 i { color: #2d86d1; }  /* blue */
.bgbox2 .tx-60 i { color: #5b912b; }  /* green */
.bgbox3 .tx-60 i { color: #caa906; }  /* yellow */

/* Force all cards in the row to be equal height */
#steps-container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;   /* all columns stretch to equal height */
}

/* Each column should also stretch fully */
#steps-container .col-sm-6, 
#steps-container .col-lg-4 {
  display: flex;
}

/* Card styling */
#steps-container .card-help {
  flex: 1;                /* makes all cards equal height */
  height: 240px;     /* shorter box height */
  padding: 5px;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#steps-container .card-help:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Circle with icon */
#steps-container .card-help .tx-60 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 12px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#steps-container .card-help .tx-60 i {
  font-size: 34px;
}

/* Step-specific icon colors */
.bgbox0 .tx-60 i {color: #e68751;}
.bgbox1 .tx-60 i { color: #2d86d1; }  /* blue */
.bgbox2 .tx-60 i { color: #5b912b; }  /* green */
.bgbox3 .tx-60 i { color: #caa906; }  /* yellow */