.hero-banner-section{
    position: relative;
    padding: 126px 0 130px;
}
.hero-banner-section .banner-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-banner-section .hero-content-wrapper{
    display: flex;
    position: relative;
    z-index: 1;
    gap: 30px;
    align-items: center;
}
.hero-banner-section .hero-content-wrapper .hero-content{
    flex: 1;
}
.hero-banner-section .hero-content-wrapper .hero-content .orange-btn{
    margin-top: 32px;
}
.hero-banner-section .hero-content-wrapper .hero-img{
    max-width: 502px;
}
.hero-banner-section .hero-text{
    color: #fff;
    font-size: 24px;
}
.hero-banner-section h1{
    font-size: 54px;    
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 1.1;
    margin-bottom: 18px;
}
.hero-banner-section h1 p{
    display: block;
}
.hero-banner-section h1 span{
    color: #EC7023;
}
.home-page .container{
    max-width: 1290px !important;
}
.home-page .image-content-section .image-content-block .image-content-right{
    flex: 0 0 50%;
    max-width: 50%;
}
.home-page .image-content-section .image-content-block .image-content-left{
    flex: 0 0 50%;
    max-width: 50%;
}
.home-page h2{
    color: #EC7023;
    font-size: 30px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    margin-bottom: 18px;
}
.home-page h2::before{
    position: absolute;
    content: '';
    left: 0;
    border-left: 4px solid #EC7023;
    height: calc(100% + 4px);
    top: -6px;
}
.home-page h2.has-no-border{
    padding-left: 0;
}
.home-page h2.has-no-border::before{
    display: none;
}
.guide-section .small-section-title{
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.image-content-section.guide-section  .image-content-block .image-content-right{
    padding-right: 74px;
}
.image-content-section.guide-section .image-content-block .image-content-left{
    padding-left: 7px;
}
.home-page .image-content-section .image-content-block .image-content-left p strong{
    font-size: 20px;
    font-weight: 500;
}
.image-content-section.guide-section .image-content-block .image-content-left p:has(strong) {
        margin-bottom: 7px;
}
.image-content-section.guide-section .image-content-block .image-content-left li {
    line-height: 1.4;
}
.image-content-section.guide-section .image-content-block .image-content-left li strong{
    font-weight: 600;
}
.image-content-section.guide-section .image-content-block .image-content-right.has-image-background em{
    max-width: 420px;
    height: auto;
    position: relative;
    margin-left: auto;
}
.image-content-section.guide-section .image-content-block .image-content-right.has-image-background em img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-content-section.growth-section{
    padding: 74px 0;
}
.image-content-section.growth-section ul li{
    display: flex;
    padding: 0;
    align-items: center;
    gap: 16px;
}
.image-content-section.growth-section ul li p{
    font-size: 16px;
    margin-bottom: 0 !important;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-left li p strong{
    font-size: 16px;
    font-weight: 600;
}
.image-content-section.growth-section ul li::before{
    display: none;
}
.image-content-section.growth-section ul li em{
    display: block;
}
.image-content-section.growth-section ul li em img{
    min-width: 70px;
    height: auto;
}
.image-content-section.growth-section .image-content-block .image-content-left ul{
        margin-bottom: 0;
        margin-top: 30px;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-left{
        padding-left: 9px;
        padding-right: 0;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right{
       padding-left: 89px;
}
.home-page .image-content-section.growth-section  p:has(strong){
        margin-bottom: 10px;
}
.home-page .image-content-section.growth-section  p + p{
    margin-bottom: 10px;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right img{
        max-width: 260px;
    height: auto;
    margin-bottom: 35px;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right strong{
    font-size: 18px;
    font-weight: 600;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right .small-section-title{
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
}
.home-page .image-content-section.video-content-section h2 span{
    display: block;
}
.home-page .image-content-section.video-content-section .image-content-left{
   padding-left: 80px;
}
.home-page .image-content-section.video-content-section  p{
    line-height: 1.5;
    margin-bottom: 12px;
}
.home-page .image-content-section.video-content-section  .video-block{
    margin-left: -44px;
    margin-top: 6px;
    position: relative;
}
.home-page .image-content-section.video-content-section  .video-block .play-icon-btn{
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 90px;
    width: 90px;
    z-index: 1;
    cursor: pointer;
}
.home-page .image-content-section.video-content-section  .video-block .play-icon-btn.hide {
  opacity: 0;
  visibility: hidden;
}
.image-content-section.has-bg-color{
    background-color: #F5F5F5;
}
.home-page .orange-btn{
    font-weight: 600;
    height: 44px;
    line-height: 48px;
    padding: 0 17px;
}
.image-content-section.ownership-steps-section .steps-block .step{
    display: flex;
    gap: 19px;
    position: relative;
}
.image-content-section.ownership-steps-section .steps-block .step span{
    height: 40px;
    width: 40px;
    min-width: 40px;
    color: #fff;
    background-color: #0077C0;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-top: 6px;
}
.image-content-section.ownership-steps-section .steps-block .step:not(:last-child):before{
    height: 100%;
    position: absolute;
    border-left: 2px solid #0077C0;
    content: '';
    left: 20px;
    z-index: 1;
}
.image-content-section.ownership-steps-section .steps-block .step .content{
    padding-bottom: 18px;
}
.image-content-section.ownership-steps-section .steps-block .step:last-child .content{
    padding-bottom: 0;
}
.image-content-section.ownership-steps-section .steps-block .step .content p{
    margin-bottom: 0;
    line-height: 1.5;
}
.image-content-section.ownership-steps-section .steps-block .step .content strong{
    font-weight: 500;
    font-size: 20px;
}
.image-content-section.ownership-steps-section h2{
        max-width: 440px;
    margin-bottom: 43px;
}
.home-page .image-content-section.ownership-steps-section .image-content-block .image-content-left,
.home-page .image-content-section.system-benefits-section .image-content-block .image-content-left
{
        padding-right: 0;
}
.home-page .image-content-section.ownership-steps-section .image-content-block .image-content-right,
.home-page .image-content-section.system-benefits-section .image-content-block .image-content-right
{
        padding-left: 80px;
}
.home-page .image-content-section.system-benefits-section .image-content-block {
    align-items: center;
}
.home-page .image-content-section.system-benefits-section h2 span{
    display: block;
}
.home-page .image-content-section.system-benefits-section ul li{
    padding: 0;
    display: flex;
    gap: 16px;
    align-items: center;
}
.home-page .image-content-section.system-benefits-section ul li + li{
    margin-top: 15px;
}
.home-page .image-content-section.system-benefits-section p{line-height: 1.5;}
.home-page .image-content-section.system-benefits-section p:has(strong){
    margin-bottom: 10px;
}
.home-page .image-content-section.system-benefits-section p + p{
    margin-bottom: 5px;
}
.home-page .image-content-section.system-benefits-section .listing-block p{
        margin-top: 23px;
    margin-bottom: 18px;
}
.home-page .image-content-section.system-benefits-section ul li::before{
    display: none;
} 
.home-page .image-content-section.system-benefits-section  .image-content-left .orange-btn{
    margin-top: 11px;
}
.home-page .image-content-section.affordable-franchise-section  .image-content-right{
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
.home-page .image-content-section.affordable-franchise-section  .image-content-right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-page .image-content-section.affordable-franchise-section  .image-content-left{
   padding-right: 80px;
}
.home-page .image-content-section.affordable-franchise-section  .image-content-left ul li{
    font-size: 18px;
    font-weight: 500;
}
.home-page .image-content-section.affordable-franchise-section h2{
        margin-bottom: 22px;
}
.home-page .image-content-section.affordable-franchise-section h2 + p{
        margin-bottom: 10px;
}
.home-page .image-content-section.affordable-franchise-section  p{
    line-height: 1.5;
}
.home-page .image-content-section.affordable-franchise-section ul li + li{
    margin-top: 3px;
}
.home-page .image-content-section.affordable-franchise-section ul{
    margin-bottom: 11px;
}
.home-page .image-content-section.affordable-franchise-section .small-section-title{
   font-size: 16px;
   font-weight: 600;
}
.home-page .image-content-section.affordable-franchise-section .small-section-title + p{
    margin-top: 10px;
}
.cta-section {
    background: #0077C0;
}
.cta-section .cta-content-wrappper{
    display: flex;
    align-items: center;
}
.cta-section .cta-content-wrappper .cta-text{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
   margin-bottom: 6px;
}
.cta-section .cta-content-wrappper h2{
    color: #fff;
}
.cta-section .cta-content-wrappper .cta-icons{
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 35px;
}
.cta-section .cta-content-wrappper .cta-actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cta-section .cta-content-wrappper .cta-actions .orange-btn em{
    margin-right: 10px;
}
.cta-section .cta-content-wrappper .cta-content{
   flex: 1;
   padding-right: 92px;
}
.cta-section .cta-content-wrappper .cta-images{
    margin-top: -32px;
}
/* resouce section css start  */
.resources-section {
  padding: 80px 0;
}
.resources-section .slick-list{
  margin: 0 -10px;
}
.resources-section .slick-track{
  display: flex;

  padding-block: 10px;
}
.resources-section .slider .card {
  /* background: #fff; */
  overflow: visible;
  /* box-shadow: 0px 7.501px 33.7545px rgba(0, 0, 0, 0.1); */
      /* box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.1); */
  height: auto;

     padding: 0 10px 10px;


}
.resources-section .slider .card .card-inner{
    box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.1); 
    height: 100%;
   
    background: #fff;
    display: flex;
        flex-direction: column;
}
.resources-section .card .img-block {
  position: relative;
  padding-bottom: 65.5%;  
}
.resources-section .card img  {
  width: 100%;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}

.resources-section .card-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.resources-section .card-content h3 {
  font-size: 21px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 10px;
  line-height: 1.3;
  flex: 1;
}
.resources-section .card-content .content-block{
    margin-bottom: 15px;
}
.resources-section .card-content .content-block p {
  font-size: 18px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.resources-section .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resources-section .card-footer span {
  font-size: 18px;
  text-transform: lowercase;
}

.resources-section .card-footer a {
  font-size: 18px;
  color: #EC7023;
  text-decoration: none;
  font-weight: 500;
}
.resources-section .card-footer a:hover{
    text-decoration: underline;
}
.resources-section .custom-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;

  width: 40px;
  height: 40px;

  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

/* Left arrow */
.resources-section .prev-arrow {
  left: -50px; /* adjust based on spacing */
}

/* Right arrow */
.resources-section .next-arrow {
  right: -50px;
}

/* Image inside arrow */
.resources-section .custom-arrow img {
  width: 100%;
  height: 100%;
}

/* Hide default slick arrows */
.resources-section .slick-prev,
.resources-section .slick-next {
  display: none !important;
}
.resources-section .slick-dots li button:before{
    display: none;
}
.resources-section .slick-dots{
    display: flex;
    justify-content: center;
    gap: 6px;
    bottom: -30px;
}
.resources-section .slick-dots li{
    height: 10px;
    width: 10px;
    margin: 0;
}
.resources-section .slick-dots li button{
    height: 100%;
    width: 100%;
    background: rgba(0, 119, 192, 0.3);
    border-radius: 50%;
}
.resources-section .slick-dots li.slick-active button{
    background: #0077C0;
}
.resources-section .slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.resources-section h2{
    margin-bottom: 40px;
}
/* resouce section css end  */
@media(max-width:1366px){
    .resources-section .prev-arrow {
    left: -45px;
}
.resources-section .next-arrow {
    right: -45px;
}
.resources-section .custom-arrow{
    height: 35px;
    width: 35px;
}
}
@media(max-width:1199px){
    .hero-banner-section h1 {
    font-size: 42px;
    }
    .hero-banner-section .hero-text{
        font-size: 20px;
    }
    .hero-banner-section .hero-content-wrapper .hero-content .orange-btn {
    margin-top: 25px;
}
.hero-banner-section .hero-content-wrapper{
    gap: 30px;
}
.hero-banner-section .hero-content-wrapper .hero-img {
    max-width: 380px;
}
.hero-banner-section{
    padding: 80px 0;
}
.image-content-section.guide-section .image-content-block .image-content-right {
    padding-right: 40px;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right{
        padding-left: 40px;
}
.image-content-section.growth-section {
    padding: 60px 0;
}
.home-page .image-content-section.video-content-section .video-block {
    margin-left: -25px;
}
.home-page .image-content-section.video-content-section .image-content-left {
    padding-left: 40px;
}
.home-page .image-content-section.ownership-steps-section .image-content-block .image-content-right, .home-page .image-content-section.system-benefits-section .image-content-block .image-content-right {
    padding-left: 40px;
}
.resources-section .custom-arrow{
    display: none !important;
    inset: 0 !important;
}
.resources-section {
    padding: 60px 0;
}
.cta-section .cta-content-wrappper .cta-content{
    padding-right: 40px;
}
.home-page .image-content-section.affordable-franchise-section .image-content-left{
    padding-right: 40px;
}
.resources-section h2{
    margin-bottom: 20px;
}
}
@media(max-width:991px){
    .home-page .image-content-section .image-content-block .image-content-right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-page .image-content-section .image-content-block .image-content-left{
        flex: 0 0 100%;
        max-width: 100%;
    } 
    .hero-banner-section .hero-content-wrapper{
        flex-wrap: wrap;
    }
    .hero-banner-section .hero-content-wrapper .hero-content{
            flex: 0 0 100%;
            max-width: 100%;
            order: 2;
    }
    .hero-banner-section .hero-content-wrapper .hero-img {
    max-width: 500px;
}
.image-content-section.guide-section .image-content-block .image-content-right{
    padding-right: 0;
}
.image-content-section.guide-section .image-content-block .image-content-right.has-image-background em{
    margin: 0 auto;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right {
    padding-left: 0px;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-left{
    padding-left: 0;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right h2,
.home-page .image-content-section.growth-section .image-content-block .image-content-right p,
.home-page .image-content-section.growth-section .image-content-block .image-content-right .small-section-title
{
    text-align: left;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right img {
    max-width: 420px;
    width: 100%;
}
.home-page .image-content-section.video-content-section .image-content-left {
    padding-left: 0;
}
.home-page .image-content-section.video-content-section .video-block{
    margin-left: 0;
}
.home-page .image-content-section.ownership-steps-section .image-content-block .image-content-right, .home-page .image-content-section.system-benefits-section .image-content-block .image-content-right{
    max-width: 420px;
    padding-left: 0;
}
.image-content-section.ownership-steps-section h2{
    max-width: 100%;
}
.home-page .image-content-section.system-benefits-section h2 span {
    display: inline-block;
}
.cta-section{
    padding: 0 0 30px;
}
.cta-section .cta-content-wrappper .cta-icons{
    margin-bottom: 25px;
}
.cta-section .cta-content-wrappper{
    flex-wrap: wrap;
    justify-content: center
}
.cta-section .cta-content-wrappper .cta-content{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    order: 2;
}
.cta-section .cta-content-wrappper .cta-images{
    flex: 0  0 100%;
    max-width: 420px;
    margin: -20px 0 30px;
    order: 1;
}
.home-page .image-content-section.affordable-franchise-section .image-content-right{
    position: relative;
    max-width: 420px;
}
.home-page .image-content-section.affordable-franchise-section .image-content-right img{
    height: auto;
}
.image-content-section.guide-section .image-content-block .image-content-left{
    padding-left: 0;
}
.image-content-section.guide-section .image-content-block .image-content-left .small-section-title:last-child{
    margin-bottom: 0;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right h2::before {
    position: absolute;
    content: '';
    left: 0;
    border-left: 4px solid #EC7023;
    height: calc(100% + 4px);
    top: -6px;
    display: unset;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right h2 {
    padding-left: 15px;
}
.home-page h2{
    padding-left: 15px;
}
.image-content-section.growth-section .image-content-block .image-content-left ul{
    margin-top: 18px;
}
.home-page .image-content-section.growth-section .image-content-block .image-content-right img{
    margin-bottom: 30px;
}
.home-page .image-content-section.affordable-franchise-section .image-content-left{
    padding-right: 0;
}
.image-content-section.ownership-steps-section .steps-block .step .content strong{
    line-height: 1.2;
}
.resources-section .card-content h3 {
        font-size: 18px;
    }
       .cta-section .cta-content-wrappper .cta-icons{
        display: none;
    }
}
@media(max-width:767px){
    .hero-banner-section h1 {
    font-size: 36px;
    }
    
     .resources-section .card-content h3,
     .resources-section .card-footer a,
     .resources-section .card-content .content-block p,
     .resources-section .card-footer span
      {
         font-size: 16px;
    }
  .hero-banner-section .hero-content-wrapper .hero-img{
    display: none;
  }
      .hero-banner-section {
        padding: 50px 0;
    }
    .home-page h2{
        font-size: 26px;
    }
    .image-content-section.growth-section{
        padding: 50px 0;
    }
    .resources-section {
        padding: 50px 0;
    }
    .image-content-section.ownership-steps-section .steps-block .step .content strong{
        font-size: 18px;
    }
    .guide-section .small-section-title {
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
    }
    .home-page .image-content-section .image-content-block .image-content-left p strong {
    font-size: 18px;
    }
       .resources-section .custom-arrow {
    display: none !important;
  }
      .resources-section .slick-dotted.slick-slider {
        padding: 0;
    }
}

@media (max-width: 575px) {

        .hero-banner-section .hero-text {
        font-size: 18px;
    }
      .home-page h2{
        font-size: 24px;
    }
        .hero-banner-section h1 {
        font-size: 34px;
    }
    .hero-banner-section .banner-img{
        object-position: 30%;
    }
}
