.wp-logo{
    width:20px;
}
.services-area .item.bg-cover{
    background-image: url('../../franchise_asset/Images/Franchise_banner.png');
}
.franchise-bg {
   height: 500px;
   width: auto;
   background-image: url("../about/franchise_hero_section.png"); 
   background-repeat: no-repeat;
   background-size: 100%;
   background-position: bottom;
}

/* Adjust the hero-section layout */
.hero-section {
    text-align: left;
}

.hero-text h1{
    /*font-weight: bold;*/
    color: #f9971c;
    font-size: 72px;
    font-weight: 900;
}
.hero-text {
   position: absolute;
   top: 36%;
   left: 33%;
   transform: translate(-50%, -50%);
   font-size: 1.5rem;
   font-weight: 700;
}
.section_mobile_view_area{
    display:none;
}
.Largest{
    color: #333;font-weight: bold;font-size: 25px;
}
  .usp-section, .profit-section {
            position: relative;
            padding: 60px 20px;
            text-align: left;
        }
        .usp-section {
            background-color: #f8f9fa;
        }
        .profit-section {
            background-color: #ff7200;
            color: white;
        }
        .section-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .section-subtitle {
            font-size: 18px;
            margin-bottom: 30px;
        }
        .usp-list, .profit-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
        }
        .usp-item, .profit-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            width: 50%;
            font-size: 16px;
        }
        .usp-item img, .profit-item img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
        .center-image {
    position: absolute;
    top: 46%;
    left: 86%;
    transform: translate(-50%, -50%);
    max-width: 410px;
    z-index: 1;
        }
        .profit-section .section-title, .profit-section .section-subtitle {
            color: white;
        }
        .parent{
            position: relative;

        }
        
        .containers {
            margin-top: 40px;
        }
        .header {
            text-align: left;
            margin-bottom: 20px;
        }
        .header h2 {
            font-size: 38px;
                font-weight: 900;
                font-family: 'Open Sans';
        }
        .content-text {
            margin-bottom: 40px;
            font-size: 21px;
            font-weight: 500;
        }
        .info-box {
    background-color: rgb(242,242,242);
    padding: 5px 13px;
    border-radius: 27px;        
            
            
        }
        .info-box table {
            width: 100%;
            margin: 0;
        }
        .info-box th, .info-box td {
            padding: 10px;
            border-top: 1px solid #262626;
        }
        .info-box th {
            text-align: left;
            font-weight: bold;
            color: #333;
        }
        .image-box {
            border-radius: 8px;
            overflow: hidden;
        }
        .row-equal {
            display: flex;
            flex-wrap: wrap;
        }
        .row-equal > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }
        .ltr h2{
    text-align: right;
        }
        .ltr .content-text{
    text-align: right;
        }
        .hr{
            margin-top: 83px;
            margin-bottom: 41px;
            border-bottom: 1px solid #494848;
        }
       
        .background-section {
            background-image: url('../../franchise_asset/Images/Steps_to_join_Banner.png');
            background-size: cover;
            background-position: 33%;
            color: white;
    padding: 80px 0 93px 0;    text-align: center;
            margin-top: 100px;
            
        }
        .title {
font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    font-size: 47px;
    color: white;
        }
        .steps-list {
            text-align: left;
            color: white;
        }
        .step-item {
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
        }
        .step-number {
            background-color: white;
            color: #ff7200;
            font-weight: bold;
            font-size: 18px;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
        }
        .step-text {
            font-size: 18px;
            line-height: 1.4;
        }
        .whatsapp-number {
            color: #fff;
            font-weight: bold;
        }
        .step-text i {
    color: #1ee367; /* WhatsApp green color */
    margin-right: 5px; /* Adjust spacing */
}
        
.services-area.item-bg {
    margin-top: 84px;
    margin-bottom: 46px;
}
        
        
.services-area.item-bg .item .box {
    padding: 75px !important;
    width: 70%;
}

.franchise-cta h5 {
    font-size: 24px;
    color: #fff;
    
}

.franchise-cta h5 span{
    color:#ffc276;
}
   
        .btn-franchise button {
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
    background: #f9971c;
}
nav.navbar.bootsnav {
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    margin: 0;
    color: #000;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #403f3f;
    background-color: transparent !important;
    text-transform: capitalize;
    font-weight: 600;
}


.step-text{
        font-weight:600;
    }
    .step-text small{
         font-weight:500;
    }


/* Mobile view adjustments */

@media screen and (max-width: 425px) {
    .step-text{
        font-weight:600;
    }
    .step-text small{
         font-weight:500;
    }
    .section_mobile_view_area{
    display:block;
    margin-top:30px;
}
.step-section_mobile_view{
    width:100%;
}
    .title {
font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    font-size: 26px;
    color: white;
        }
    .background-section {
  
    background:#f58c00;
    color: white;
    padding: 10px 0 0px 0;
    text-align: center;
    margin-top: 100px;
}
    .services-area .item.bg-cover{
    background-image: url('../../franchise_asset/Images/Franchise_banner_mobile_view.jpg');
}
.services-area.item-bg .item {
    border-radius: 20px;
    height: 618px;
}
       .services-area.item-bg .item .box {
        padding: 35px !important;
        width: 100%;
    }
    .btn-franchise{
        display:flex;
        justify-content:center;
    }
    .franchise-cta h5 {
        font-size: 26px;
        color: #fff;
        text-align: center;
        width: 100% !important;
    }
.footer_logo1{
    width:200px;
}
    .hero-text h1{
    /*font-weight: bold;*/
    color: #f9971c;
    font-size: 26px;
    font-weight: 900;
}
.background-section{
    background-position:left;
}
.Largest{
    color: #333;font-weight: bold;font-size: 14px !important;
}
.hero-text {
    position: absolute;
    top: 55%;
    left: 37%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 700;
}
.franchise-bg {
    height: 250px;
    
}
.center-image {
    display:none;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 86%;*/
    /*transform: translate(-50%, -50%);*/
    /*max-width: 105px;*/
    /*z-index: 1;*/
}
.content-text {
    margin-bottom: 40px;
    font-size: 13px;
    font-weight: 500;
    line-height:1.5;
    text-align:justify;
}
.section-subtitle {
    font-size: 11px;
    margin-bottom: 30px;
    line-height:1.5;
    text-align:center;
}
.usp-item, .profit-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 50%;
    font-size: 9px;
    line-height:1.5;
}
.ltr h2{
    text-align:center;
}
.ltr .content-text{
    text-align:justify;
}
.usp-section, .profit-section{
    padding-top:30px;
}
.containers{
    margin-top:0px;
}
}

@media screen and (min-width: 1200px) and (max-width: 2560px) {
    .services-area.item-bg .item .box {
    padding: 75px !important;
    width: 70%;
}
.franchise-cta h5 {
    font-size: 34px;
    color: #fff;
    width: 100% !important;
}
.background-section {
            background-image: url('../../franchise_asset/Images/Steps_to_join_Banner.png');
            background-size: cover;
            background-position: center;
            color: white;
    padding: 80px 0 330px 0;    text-align: center;
            margin-top: 100px;
            
        }
        .title {
font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    font-size: 68px;
    color: white;
        }
}
@media screen and (min-width: 2560px) {
    .franchise-bg {
    height: 100vh;
    width: auto;
    background-image: url(../about/franchise_hero_section.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
}
@media screen and (min-width: 768px) and (max-width: 1068px) {
    .footer_logo{
    width:200px !important;
}
    .center-image {
    position: absolute;
    top: 50%;
    left: 86%;
    transform: translate(-50%, -50%);
    max-width: 250px;
    z-index: 1;
}
}
@media screen and (min-width: 426px) and (max-width: 768px) {
     .footer_logo{
    width:200px !important;
}
        nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: right;
        margin-right: 0px;
        margin-top: 15px;
    }
    .title {
font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    font-size: 47px;
    color: white;
        }
    .step-text{
        font-weight:600;
        font-size:14px;
    }
    .step-text small{
         font-weight:500;
    }
    .franchise-bg {
        height: 410px; /* Reduce height for mobile */
        background-size: 100%; /* Cover background for a full fit */
    }
    .info-box th, .info-box td {
    padding: 0px;
        font-size:10px !important;
    }
        .center-image {
    position: absolute;
    top: 50%;
    left: 86%;
    transform: translate(-50%, -50%);
    max-width: 130px;
    z-index: 1;
}

.hero-text h4{
    font-size:25px;
}
.hero-text h1{
    font-size:50px;
}
    .hero-text {
        position: relative;
        top: 41%; /* Center text more vertically */
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem; /* Adjust font size for readability */
        padding: 0 20px; /* Add padding for side margins */
        /*text-align: center;*/
        max-width: 90%; /* Limit width to prevent overflow */
    }
}
@media screen and (min-width:426px) and (max-width:768px){
    .info_box{
        width: 100%;
    }
}
     @media screen and (min-width:1024px) and (max-width:747px){
        .franchise-cta h5{ 
             font-size: 27px;
        }
        .services-area.item-bg .item .box {
            width: 70%;
        }

     }
     
     @media screen and (max-width: 320px) {
        .Largest {
        color: #333;
        font-weight: bold;
        font-size: 12px !important;
    }
        .hero-text h1 {
        /* font-weight: bold; */
        color: #f9971c;
        font-size: 22px;
        font-weight: 900;
    }
}
     
     
     
     
     
     