.nav-link{
    font-size:18px!important;
    color:#0d1321!important;
    padding-left:18px!important;
    padding-right:18px!important;
}
.nav-link:hover{
    color:#0d132166!important;
}

.sticky-wrapper {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
.hero-bg{
    background-image: linear-gradient(210deg, #f8be53 1.04%, #ee7201 72%) !important;
}
.small-txt{
    font-size:18px;
    color:#0d1321;
    letter-spacing:0.2px;
    font-weight:300;
}
.small-txt-light{
    color:#3b4f60;
    font-size:18px;
    letter-spacing:0.2px;
    font-weight:300;
}

.small-txt-2{
    font-size:16px;
    color:#d7dadb;
    letter-spacing:0.2px;
    font-weight:300;
}
.item-values {
  background-color: #3d3d3da3!important;
  border-radius: .75rem;
  flex-direction: column;
  min-height: 3rem;
  padding: 1.5rem;
  display: flex;
}

.wrapper-values {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 12rem;
  display: grid;
}

.values-header-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1rem;
  display: flex;
}
.heading-4.white.light {
  font-weight: 300;
}
.heading-4.white {
  z-index: 1;
  color: #fff;
  position: relative;
}

.image-11 {
  min-width: 4rem;
  max-width: 4rem;
}

.max-values-p {
  opacity: .7;
  max-width: 100%;
}
.paragraph-sm-3.white.light {
  font-weight: 300;
}
.paragraph-sm-3.white {
  color: #fff;
}
.paragraph-sm-3 {
  
  
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.footer-link:hover{
    color:#9da4b1;
}
.footer-link {
  color: #0d1321;
  margin-right: 3.125rem;
  padding: .5rem 0;
  
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}
.gray-heading {
  color: #9da4b1;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Soehne, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
}

.gray-heading.footer-hover:hover {
  color: #0d1321;
}

.footer-link-web {
  color: #0d1321;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Soehne, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: block;
}

.footer-social-icon:hover {
  opacity: .7;
}
.footer-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
}

.footer-rights {
  text-transform: uppercase;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.875rem;
  display: flex;
}

.footer-terms {
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.footer-social-link {
  margin-right: 1rem;
}
  .heading-4 {
    font-size: 23px;
    line-height: 140%;
    letter-spacing:0.2px;
  }


  /* ─────────────────────────────────────
        ReUnited Franchise Style Animations
        ───────────────────────────────────── */
                .animate-on-scroll {
                    opacity: 0;
                    transform: translateY(40px);
                    transition: opacity 0.8s ease, transform 0.8s ease;
                }
                .animate-on-scroll.animated {
                    opacity: 1;
                    transform: translateY(0);
                }

                /* Different animation directions */
                .fade-up {    transition-delay: 0.1s; }
                .fade-up-2 {  transition-delay: 0.2s; }
                .fade-up-3 {  transition-delay: 0.3s; }
                .fade-left {  transform: translateX(-50px); }
                .fade-right { transform: translateX(50px); }

                /* Hero specific */
                .hero-text span,
                .hero-text p,
                .form-bg-2 {
                    opacity: 0;
                    transform: translateY(50px);
                }
                .hero-text.animated span { 
                    opacity: 1; 
                    transform: translateY(0); 
                    transition: all 1s ease 0.4s; 
                }
                .hero-text.animated p { 
                    opacity: 1; 
                    transform: translateY(0); 
                    transition: all 1s ease 0.7s; 
                }
                .form-bg-2.animated {
                    opacity: 1;
                    transform: translateY(0);
                    transition: all 1s ease 1s;
                }

                /* Small bounce for CTA buttons */
                .btn-primary, .btn-learn-more {
                    transition: all 0.3s ease;
                }
                .btn-primary:hover, .btn-learn-more:hover {
                    transform: translateY(-3px);
                    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
                }

                /* Stat cards hover lift */
                .stat-card {
                    transition: all 0.4s ease;
                }
                .stat-card:hover {
                    transform: translateY(-12px);
                    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
                }


                    .link-own-franchise{
                        z-index:1000;
                        font-size:14px;
                        text-transform:uppercase;
                        position:fixed;
                        top:10px;
                        right:30%;
                        display:inline-block;
                        color:#ee7201!important;
                        text-decoration:none;
                        padding-left:5px;
                        padding-right:5px;
                        letter-spacing:1px;
                    }
                    .link-own-franchise:hover{
                        background-color:#ee7201;
                        color:#fff!important;
                    }
                    .nav-box{
                        margin-top:10px!important;
                    }
                        .splide__track {
                        overflow: visible;
                        }
                        .nav-menu-link.dropdown-el{
                        padding-left:10px!important;
                        }
                        .section.gradient-background{
                            background-image: linear-gradient(210deg, #f8be53 1.04%, #ee7201 72%)!important;
                        }
                        .workflow-block.light-blue{
                            background-color:#ee6e01!important
                        }
                        .workflow-block.blue{
                            background-color: #ee7201!important;
                        }
                        .box-heading{
                            font-size:21px!important;
                        }
                        .box-sub-txt{
                            font-size:16px!important;
                        }
                        
                        
                            .disable-x-scroll {
                            overflow-x: hidden!important;
                            }
                            .w-slider-dot {
                            width: 0.625rem;
                            height: 0.625rem;
                            }
                            .w-slider-nav-invert>div.w-active {
                            background-color: #0D1321;
                            }
                            .w-slider-nav-invert>div.w-active {
                            background-color: #0D1321;
                            }
                            .w-slider-nav-invert>div {
                            background-color: transparent;
                            border: 1px solid #0D1321;
                            }
                            figcaption {
                            text-align: left!important;
                            font-size: 14px;
                            }
                            .line-clamp {
                            display: -webkit-box;
                            -webkit-line-clamp: 3;
                            -webkit-box-orient: vertical;  
                            }
                            .w-richtext-figure-type-image {
                            border-radius: 4px;
                            max-width: 100%!important;
                            }
                            .w-richtext a {
                            color: #0D1321;
                            }
                            .w-background-video>video {
                            object-fit: fill;
                            height: auto;
                            bottom: -98%;
                            }
                            li {
                            margin: .5rem 0;
                            }
                            blockquote {
                            font-size: 16px;
                            }
                           .padding{
                                padding-left:100px; 
                                padding-right:100px
                            } 
                            
                            .margin-top-100{
                                margin-top:100px;   
                            }
                            .padding-left-90{
                                padding-left:90px!important;
                            }
                            .margin-top-10px{
                                margin-top:10px;
                            }
                            .header-logo{
                                width:160px!important;
                            }
                                                    
                            .small-txt- {
                              font-size: 18px;
                              color: #0d1321;
                              letter-spacing: 0.2px;
                              font-weight: 300;
                            }
                            .frm{
                                background-color:#ffffffb2;
                                padding:30px;
                                width:90%;
                                margin-bottom:20px;
                            }
                             .height-0{
                               height:500px;
                           }
                           .bottom-nav{
                                  display:none!important;
                               }
                            
                            
@media only screen and (max-width: 480px){
    .hide-element{
        display:none!important;
    }
    .padding{
        padding-left:20px!important;
        padding-right:20px!important;
    }
    .banner-heading-txt{
        padding-left:10px!important;
    }
    .margin-top-100{
        margin-top:30px!important;
    }
    .padding-left-90{
            padding-left:20px!important;
        }
    .margin-top-10px{
        margin-top:0px!important;
    }
    .header-logo{
        width:130px!important;
    }
   .line-height{
       line-height:35px!important;
       font-size:24px!important;
   }
   
   .frm{
       width:100%!important;
   }
   .height-0{
       height:auto!important;
   }
   .bottom-nav{
       display:block!important;
   }
}
                            
                          