


.branding-desc {
    line-height: 1.4 !important;
}
.milk-launch-app-section {
  padding: 80px 0 0;
  background: #5AC8FA33;
}
.milk-launch-layout {
  display: flex;
  align-items: center;
  gap: 30px;
 
}
.milk-launch-content {
  width: 60%;
}
.milk-launch-tag {
  font-size: 16px;
  color: #007bff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}
.milk-launch-heading {

  line-height: 1.3;
}
.milk-launch-desc {
  font-size: 16px;
 
  line-height: 1.7;
  margin-bottom: 15px;
  color: #000;
}
.milk-launch-image {
  width: 40%;
  text-align: center;
}
.milk-launch-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.milk-benefits-section {
    padding: 0px 0 40px;
    text-align: center;
}
.milk-benefits-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.milk-benefits-image {
  flex: 0 0 50%;
  text-align: center;
}
.milk-benefits-image img {
  max-width: 100%;
  height: auto;
}
.milk-benefits-content {
  flex: 0 0 50%;
}
.milk-benefits-tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #02A7EA;
  margin-bottom: 10px;
}
.milk-benefits-content h2 {
  margin-bottom: 20px;
  line-height: 1.2;
}
.milk-benefits-content p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 15px;
}
.milk-benefits-content {
    flex: 0 0 50%;
    text-align: left;
}
.wl-milk-brand-section {
  padding: 60px 0 0px;
  background: #ffffff;
}
.wl-milk-brand-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.wl-milk-brand-content {
  flex: 0 0 50%;
}
.wl-milk-brand-tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #1e90ff;
  margin-bottom: 10px;
}
.wl-milk-brand-content h2 {
  line-height: 1.2;
  margin-bottom: 25px;
}.wl-milk-brand-list p{
     font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 16px;

}
.wl-milk-brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wl-milk-brand-list li {
  display: flex;
  gap: 12px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 16px;
}
.wl-milk-icon {
  min-width: 10px;
  height: 10px;
  background: #4caf50;
  border-radius: 2px;
  margin-top: 8px;
}
.wl-milk-brand-image {
  flex: 0 0 50%;
  text-align: center;
}
.wl-milk-brand-image img {
  max-width: 100%;
  height: auto;
}

.wl-milk-whom-help {
  padding: 20px 0;
  background: #ffffff;
}
.wl-milk-whom-head {
  text-align: center;
  margin: 0 auto 20px;
}
.wl-milk-whom-head h2 {
  margin-bottom: 10px;
}
.wl-milk-whom-head p {
  font-size: 16px;
  color: #000;
}
.wl-milk-whom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.wl-milk-whom-card {
  border-radius: 20px;
  overflow: hidden;
  background: #f9f9f9;
}
.wl-milk-whom-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}
.wl-milk-whom-content {
  padding: 18px;
  color: #fff;
}
.wl-milk-whom-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.wl-milk-whom-content p {
  font-size: 14px;
  line-height: 1.5;
}
.card-blue .wl-milk-whom-content {
  background: #5AC8FA;
}

.card-orange .wl-milk-whom-content {
    background: #FE9738;
}
.card-green .wl-milk-whom-content {
  background: #69BF48;
}

.card-pink .wl-milk-whom-content {
  background: #D40383;
}
.card-blue {
  background: #5AC8FA;
}
.card-orange {
    background: #FE9738;
}
.card-green{
  background: #69BF48;
}

.card-pink{
  background: #D40383;
}
.wl-milk-identity-section {
  padding: 30px 0;
  text-align: center
}
.wl-milk-identity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
}
.wl-milk-identity-card {
  border-radius: 20px;
  padding: 30px 24px 0;
  text-align: center;
  overflow: hidden;
}

.wl-milk-identity-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.wl-milk-identity-text {
  font-size: 14px;
  color: #000;
  margin-bottom: 18px;
}
.wl-milk-identity-img-wrap img {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.wl-milk-identity-blue {
  background: #5AC8FA1A;
  border: 2px solid #5AC8FA;
}

.wl-milk-identity-pink {
  background: #D403831A;
  border: 2px solid #D40383;
}

.wl-milk-identity-orange {
  background: #F7941D1A;
  border: 2px solid #F7941D;
}
.wl-milk-business-section {
  padding: 30px 0 0;
}

.wl-milk-business-section .section_heading {
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}

.wl-milk-business-bg {
  background: #f3fbff;
  padding: 40px 0;
}

.wl-milk-business-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.wl-milk-business-box {
  text-align: center;
}

.wl-milk-business-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.wl-milk-business-box p {
  font-size: 15px;
  color: #0D0D0D;
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto 30px;
}

.wl-milk-map-img {
    max-width: 200px !important;
    width: 100%;
    height: auto;
}

.wl-milk-business-cta {
  text-align: center;
  margin-top: 20px;
}

.wl-milk-demo-btn {
  display: inline-block;
  padding: 12px 32px;
  background: linear-gradient(90deg, #3db5ff, #1e87d8);
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.milk-feature-section {
    padding: 50px 0 40px;
}

.milk-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}


.milk-feature-top-left p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.milk-feature-card {
    position: relative;
    padding: 50px 124px 50px 50px;
    border-radius: 22px;
    color: #fff;
    min-height: 190px;
    overflow: hidden;
}
.milk-feature-card.orange { background: #FE9738; }
.milk-feature-card.green  { background: #69BF48; }
.milk-feature-card.pink   { background: #D40383; }

.milk-feature-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.milk-feature-text p {
  font-size: 16px;
  line-height: 1.5;
}
.milk-feature-circle {
    position: absolute;
    right: -45px;
    top: 50%;
    width: 165px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.milk-feature-circle img {
  max-width: 80px;
  padding-right: 8px;
}

.process-header {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.tag {
  color: #02A7EA;
  font-weight: 500;
  font-size: 22px
}

.process-header {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}

.process-header p {
  color: #000;
  max-width: 900px;
  margin: auto;
}
.process-bg {
  background: #F7941D;
  padding: 60px 0;
  transition: background 0.4s ease;
}

.process-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}
.branding-desc {
    line-height: 1.4;
}
.process-tabs {
  flex: 1;
}
.tab {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 18px;
  cursor: pointer;
}

.tab-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
}

.arrow img {
  width: 18px;
  transition: 0.3s ease;
}

.tab.active .arrow img {
  transform: rotate(90deg);
}
.tab-content {
  display: none;
  margin-top: 15px;
}

.tab.active .tab-content {
  display: block;
}

.tab-content ul {
  padding: 0;
  margin: 0;
}

.tab-content li {
  list-style: none;
  padding-left: 32px;
  margin-bottom: 10px;
  background: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/Development-Tab-Icon.webp")
              no-repeat left center;
  background-size: 18px;
}
.process-visual {
  flex: 1;
  position: relative;
  min-height: 380px;
}

.visual {
  position: absolute;
  opacity: 0;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual.active {
  opacity: 1;
}

.visual img {
  max-width: 100% !important;
  margin: -60px auto;
}

.cta-banner-section {
    margin: 60px  0;
}
.cta-banner{
  background: #0e0e10;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  gap: 30px;
  color: #fff;
  overflow: hidden;
}

.cta-banner-image img{
  width: 100%;
  height: auto;
  display: block;
}

.cta-banner-content h2 {
    line-height: 1.3;
    margin-bottom: 25px;
}.cta-banner-content {
    padding: 50px;
}

.cta-btn{
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(90deg, #00b3ff, #007bff);
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.cta-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,179,255,0.4);
}
.flow-section {
    padding: 0px 0 40px;
}

.flow-header {
    text-align: center;
    margin: 0 auto 30px;
}

.flow-header span{
  color:#00b3ff;
  font-weight:600;
  display:block;
}

.flow-header h2{
  font-size:34px;
  margin:10px 0;
}

.flow-header p{
  color: #000;
}
.flow-wrapper{
  display:grid;
  grid-template-columns: repeat(8, 1fr);
  position:relative;
}
.flow-item{
  position:relative;
  text-align:center;
  overflow: visible;
}

.flow-item img{
  width:100%;
  height:auto;
max-width: 90%
}

.flow-item h4{
  font-size:16px;
  font-weight:600;
  margin-bottom: 7px;
}

.bottom{
  margin-top:45px;
}

.bottom h4{
  margin-top:7px;
  margin-bottom:0;
}@media (max-width: 991px) {
  .milk-benefits-row {
    flex-direction: column;
  }
  .milk-benefits-image {
    order: 1;
  }
  .milk-benefits-content {
    order: 2;
  }
  .milk-benefits-image,
  .milk-benefits-content {
    flex: 0 0 100%;
  }
  .milk-benefits-content h2 {
    font-size: 28px;
  } .cta-banner{
    grid-template-columns: 1fr;
    text-align: center;
    padding: 40px 25px;
  }

  .cta-banner-image{
    order: 2;
  }.cta-banner-content {
    padding: 0px;
}.cta-banner-image img {
    display: none;
}
}
@media (max-width: 768px) {
  .milk-launch-layout {
    flex-direction: column-reverse;
    text-align: center;
  }.process-bg {
  padding: 30px 0;

}

  .milk-launch-content,
  .milk-launch-image {
    width: 100%;
  }
  .milk-launch-heading {
    font-size: 28px;
  }
  .milk-launch-desc {
    font-size: 15px;
  }
  .milk-launch-image {
    margin-bottom: 20px;
  } .wl-milk-whom-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .wl-milk-whom-head h2 {
    font-size: 28px;
  }  .wl-milk-identity-grid {
    grid-template-columns: 1fr;
  }

  .wl-milk-identity-card {
    padding: 26px 20px 0;
  }  .wl-milk-business-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .wl-milk-business-section .section_heading {
    font-size: 28px;
  }

  .wl-milk-map-img {
    max-width: 220px;
  } .wl-milk-brand-row {
    flex-direction: column;
  }

  .wl-milk-brand-image {
    order: 1;
  }

  .wl-milk-brand-content {
    order: 2;
  }

  .wl-milk-brand-content,
  .wl-milk-brand-image {
    flex: 0 0 100%;
  }

  .wl-milk-brand-content h2 {
    font-size: 28px;
  }  .milk-feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .milk-feature-top-left {
    order: 2;
  }

  .milk-feature-top-right,
  .milk-feature-bottom-left,
  .milk-feature-bottom-right {
    order: 1;
  }
.milk-feature-card {
    padding: 30px 30px;
    margin: 10px 0;
}
  .milk-feature-circle {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 15px;
  } .process-wrapper {
    flex-direction: column;
  }

  .process-visual {
    order: -1;
    min-height: 260px;
    margin-bottom: 30px;
  }

  .visual {
    position: absolute;
  }.flow-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}.cta-banner-section {
    margin: 20px  0;
}.cta-banner {
    gap: 0px; 
}.milk-benefits-section {
    padding: 10px 0;
}.flow-section {
    padding: 10px 0;
}.wl-milk-brand-section {
    padding: 40px 0 0px;
}.milk-launch-app-section {
    padding: 40px 0 0;
}.milk-launch-layout {
    gap: 0px; 
}.wl-milk-brand-row {
  
    gap: 20px;
}.wl-milk-brand-content {
    font-size: 16px;
    color: #000;
}.milk-feature-circle {
    width: 100px;
    height: 100px;
}.milk-feature-circle img {
    max-width: 60px;
}.milk-feature-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}.wl-milk-identity-section {
    padding: 10px 0;
}.wl-milk-business-section {
    padding: 20px 0 0;
}.wl-milk-business-grid {
    grid-template-columns: 1fr;
    gap: 0px;
}.milk-feature-section {
    padding: 10px 0 20px;
}.milk-feature-grid {
    display: unset;
}
}


.milk-cta-section {
  padding: 60px 0;
  background: linear-gradient(90deg, #000000 0%, #111111 60%, #000000 100%);
  border-radius: 20px;
  margin: 80px 0;
}

.milk-cta-layout {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* LEFT 70% */
.milk-cta-content {
  width: 70%;
}

.milk-cta-heading {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.3;
}

/* CTA BUTTON */
.milk-cta-btn {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, #27a6ff, #007bff);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.milk-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(39,166,255,0.4);
}

/* RIGHT 30% */
.milk-cta-image {
  width: 30%;
  text-align: right;
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
  .milk-cta-layout {
    flex-direction: column-reverse; /* image first */
    text-align: center;
  }

  .milk-cta-content,
  .milk-cta-image {
    width: 100%;
  }

  .milk-cta-heading {
    font-size: 26px;
  }

  .milk-cta-image {
    margin-bottom: 20px;
  }
}

/* END: milk-cta-section */

.white-label-milk-hero {
    background-image: url('https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 107px 0 0;
}
.white-label-milk-hero-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.white-label-milk-hero-title span {
    font-weight: 600;
    color: #118BD7;
}
.white-label-milk-hero-image {
  max-width: 100%;
  height: auto;
}.white-label-milk-branding-flex {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
}

.white-label-milk-branding-content,
.white-label-milk-branding-image {
  width: 50%;
}
.white-label-milk-branding-image img {
    max-width: 100%;
    height: auto;
    border-radius: 34px;
}
.white-label-milk-branding-tag {
    font-size: 16px;
    font-weight: 500;
    color: #02A7EA;
}.white-label-milk-branding-underline img {
    width: 100%;
    max-width: 207px !important;
}
.white-label-milk-app-glance {
    background-image: url('https://whitelabelapps.ca/wp-content/uploads/2026/01/Milk-Delivery-App-Solution.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;

}

.white-label-milk-app-glance-heading {
  text-align: center;
}
.white-label-milk-app-glance-tag {
    display: inline-block;
    font-size: 16px;
    color: #02A7EA;
    margin-bottom: 10px;
}
.white-label-milk-app-glance-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 40px;
    align-items: flex-start;
}

.white-label-milk-app-glance-col {
  text-align: center;
}

.white-label-milk-app-glance-col-title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}

.white-label-milk-app-glance-line {
    display: block;
    width: 173px;
    height: 10px;
    background: #38bdf8;
    margin: 0 auto 25px;
    border-radius: 40px;
}

.white-label-milk-app-glance-img {
  max-width: 100%;
  height: auto;
}/* START: white-label-milk-customer-features */

.white-label-milk-customer-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.white-label-milk-feature-card {
  padding: 30px 25px;
  border-radius: 30px;
}

.white-label-milk-feature-card img {
  max-width: 40px;
  margin-bottom: 15px;
}

.white-label-milk-feature-card h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.white-label-milk-feature-card p {
  font-size: 16px;
  color: #000000;
}
.feature-green-border { border: 2px solid #3DB553;}
.feature-orange-border { border: 2px solid #F7941D; }
.feature-pink-border { border: 2px solid #D40383; }
.feature-blue-border { border: 2px solid #50CEFF; }
.feature-purple-border { border: 2px solid #9B42B6; }
.feature-green { background: #3DB55333;}
.feature-orange { background: #F7941D33; }
.feature-pink { background: #D4038333; }
.feature-blue { background: #50CEFF33; }
.feature-purple { background: #9B42B633; }
.branding-tag-milk-delivery {
    font-size: 22px;
    color: #02A7EA;
    margin: 0px;
    padding: 0px;
}.white-label-milk-customer-features-second {
    padding: 0px 0 40px !important;
    text-align: center;
}
.milk-admin-panel-section {
    padding: 10px 0;
    background: #ffffff;
    text-align: center;
}

.milk-admin-panel-tag {
  font-size: 22px;
  font-weight: 400;
  color: #1aa7ff;
}

.milk-admin-panel-line img {
  margin: 10px auto 20px;
}

.milk-admin-panel-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.milk-admin-panel-desc {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #555;
}

.milk-admin-panel-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}


.milk-admin-panel-card {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.milk-admin-panel-card img {
  width: 42px;
  margin-bottom: 10px;
}

.milk-admin-panel-card h4 {
  font-size: 22px;
  margin-bottom: 6px;
}

.milk-admin-panel-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-family: 'Inter';
}
.card-green { border: 2px solid #9be7b4; }
.card-orange { border: 2px solid #ffd1a3; }
.card-pink { border: 2px solid #f7b2d9; }
.card-blue { border: 2px solid #b9e7ff; }
.card-purple { border: 2px solid #d7c4f7; }





@media (max-width: 768px) {
  .white-label-milk-hero {
    padding: 100px 0 0;
  }
  .white-label-milk-hero-grid {
    grid-template-columns: 100%;
    gap: 30px;
    text-align: center;
  }  .white-label-milk-branding-flex {
    flex-direction: column;
    gap: 0px;
  }
 .white-label-milk-customer-features {
    padding: 10px 0;
  }

  .white-label-milk-customer-features-grid {
    grid-template-columns: 100%;
    gap: 20px;
}.white-label-milk-app-glance {
    padding: 30px 0 26px;
    margin: 0px;
}.white-label-milk-branding-flex {
    padding: 10px 0;
}
  .white-label-milk-branding-content,
  .white-label-milk-branding-image {
    width: 100%;
    text-align: center;
  }.white-label-milk-branding-section {
    padding: 25px 0;
}  .white-label-milk-hero-grid {
    grid-template-columns: 100%;
    gap: 30px;
    text-align: center;
  }  .white-label-milk-branding-flex {
    flex-direction: column;
    gap: 0px;
  }.white-label-milk-app-glance-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 25px;
    align-items: flex-start;
}.white-label-milk-customer-features-second {
    padding: 10px 0 20px !important;
    text-align: center;
}.milk-admin-panel-layout {
    flex-direction: column;
  }

  .milk-admin-panel-features,
  .milk-admin-panel-image {
    width: 100%;
  }

  .milk-admin-panel-features {
    grid-template-columns: 1fr;
  }

  .milk-admin-panel-heading {
    font-size: 28px;
  } .milk-admin-panel-layout {
    flex-direction: column-reverse; 
    gap:20px;
  }.milk-admin-panel-desc {
   margin: 0 auto 10px; 
}.process-wrapper {
    display: unset;
    gap: 0px; 

}
}
