/* *{
    font-family: Arial, sans-serif;
} */
p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}



#nav-section {
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 1rem 0rem;
}


.nav-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem 1.7rem;

}

.nav-menu ul li a {
  text-decoration: none;
  color: #fff;
  /* Default color */
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.nav-menu ul li a:hover {
  color: #E61203;
}

.logo-img img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}

.nav-menu ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #E61203;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.nav-menu ul li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.contact-btn {
  padding: 5px 2rem;
  background-color: #E61203;
  border-radius: 5px;
}

.contact-btn a:hover {
  color: #fff !important;
}




/* Mobile Nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  background-color: #000;
  z-index: 999;
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
}

.mobile-nav.active {
  left: 0;
}

.mobile-nav .nav-menu {
  flex-direction: column;
  text-align: left;
  padding: 1.5rem 1rem 1rem 1rem;
}

.mobile-nav .nav-menu ul {
  max-height: calc(100vh - 50px);
  /* Adjust the value if you have other elements above or below */
  overflow-y: auto;
  /* Enable vertical scrolling within the menu */
}

.mobile-nav .nav-menu ul {
  flex-direction: column;
  gap: 10px;
}

.mobile-nav .nav-menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  color: #fff;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}

.mobile-nav .nav-menu ul {
  position: relative;
}

.mobile-nav .nav-menu ul li {
  background-color: #262d39;
  padding: 9px 18px;
  border-radius: 12px;
  width: 100%;
}

.Mlogo-img img {
  width: 150px;
}

.nav-address {
  padding: 1rem 0rem 0rem 0rem;

}

.nav-address p {
  color: #fff;
  margin: 0;
  font-size: 17px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
  margin-bottom: 10px;
}

.nav-socialmedia {
  gap: 1rem;
  margin: 18px 0px 0px 0px;
}

.nav-socialmedia a {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}



@media (max-width: 991.98px) {
  .desk-nav {
    display: none;
  }

  .hamburger {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-nav .nav-menu ul {
    padding: 0;


  }

    .mobile-nav .nav-menu ul li {
      /* background-color: #000;
      color: #fff; */
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: center;

      text-align: center;
    }

    .mobile-nav .nav-menu ul li a {
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: center;

    }

    .img-box {
      background-color: #fff;
      padding: 10px;
    }

  }



  @media screen and (max-width: 768px) {


    .carousel-item img {
      width: 100%;
    }

    .break-img img {
      width: 100% !important;
      height: 12rem;
      object-fit: cover;
      margin-bottom: 2.5rem;
    }

    .carousel-caption {
      top: 45% !important;
      transform: translateY(-50%);
      display: block !important;
    }

    .carousel-caption h5 {
      font-size: 4rem;
    }

    .about-banner-img img {
      width: 100% !important;
      height: 23rem !important;
      object-fit: cover;
    }

    .about-banner-txt {
      padding: 2rem !important;
    }

    .team-des img {
      width: 100%;
    }

    .mission-box {
      margin-bottom: 2rem;
    }

    .team-box {
      padding: 0rem 2rem !important;
    }

    .model-box {
      padding: 2rem !important;

    }

    .fofo {
      margin-bottom: 2rem;
    }
  }









  /* footer css */
  footer {
    background-color: #000;
    color: white;
    padding: 40px 0;
    text-align: center;
  }

  .footer-logo img {
    width: 9rem;
    height: 9rem;
    object-fit: cover;
  }

  .contact-button a {
    background-color: #bd081c;
    text-decoration: none;
    color: #fff;
  }
.footer-contact-button{
  text-decoration: none;
  color: #fff;
  background-color: none;
}
  .footer-top-txt h2 {
    font-size: 3.2rem !important;
    color: #bd081c;
    font-weight: 800;
  }
  .footer-img-shop img{
    width: 100%;
    height: 4rem;
    object-fit: cover;
    margin-bottom: 1.6rem;
  }

  .footer-top {
    border-bottom: 2px solid #fff;
    padding: 2rem;
  }

  .footer-logo {
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .footer-des {
    text-align: left;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* max-width: 1200px; */
    margin: 0 auto;
  }

  .footer-section {
    flex: 1;
    min-width: 200px;
    margin: 20px;
    text-align: left;
  }

  .footer-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer-section p,
  .footer-section a {
    font-size: 16px;
    color: white;
    text-decoration: none;
  }

  .footer-section a:hover {
    text-decoration: underline;
    color: #E61203;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
  }

  .footer-section ul li {
    margin-bottom: 10px;
  }

  .footer-section ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .footer-section ul li a i {
    margin-right: 8px;
  }
  
  .footer-social-info{
    width: 100% !important;
}

.footer-social-info i {
    color: #fff;
}

.footer-social-info a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.footer-social-info a:hover i {
    color: #ccc; /* Optional: Lighten icon color on hover */
}

  .address p {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
  }

  .address p a {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
  }

  /* Social Media Colors */
  .footer-section .social a i.fa-facebook-f {
    color: #3b5998;
  }

  .footer-section .social a i.fa-instagram {
    color: #e4405f;
  }

  .footer-section .social a i.fa-twitter {
    color: #55acee;
  }

  .footer-section .social a i.fa-linkedin-in {
    color: #0077b5;
  }

  .footer-section .social a i.fa-pinterest {
    color: #bd081c;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .footer-top {
      flex-direction: column;
      text-align: center;
    }

    .footer-top .logo {
      margin-right: 0;
      margin-bottom: 20px;
    }

    .footer-container {
      flex-direction: column;
      align-items: center;
    }

    .footer-section {
      margin: 10px 0;
      max-width: 90%;
    }
  }

  @media (max-width: 480px) {
    .footer-section {
      font-size: 14px;
    }

    .footer-section h3 {
      font-size: 18px;
    }

    .footer-section p,
    .footer-section a {
      font-size: 14px;
    }
  }


  /* index css  */
  #index-page {
    /* background-image: url('./image/banner-bg.png'); */
    /* background-color: #051630; */
    background-position: center;
    background-size: cover;
    padding: 4rem 0rem 4rem 0rem;
  }

  #banner-card {
    padding: 0rem 1rem;
  }

  .banner-hed {
    color: #fff;
  }

  .banner-hed h2 {
    font-size: 3.5rem;
    font-weight: 700;
  }

  .banner-hed p {
    font-size: 22px;

  }

  .banner-img img {
    width: 100%;
    height: auto;
  }

  .banner-hed button {
    padding: 12px 21px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
  }

  .banner-card-box {
    padding: 3rem 1rem;
    /* border-bottom: 1px solid #000; */
    border-right: 1px solid #c1bcbc;
  }

  .banner-card-logo img {
    width: 11rem;
    height: 10rem;
    object-fit: cover;
  }

  #who-we-are {
    padding: 3rem 0rem;
    background-color: #F5F5F7;
  }

  .who-card-img img {
    width: 100%;
    height: auto;
    object-fit: center;
    border-radius: 12px 12px 0px 0px;
  }

  .who-card {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
  }

  .who-card-des {
    padding: 1rem;
  }

  .who-card-des p {
    line-height: 32px;
    font-size: 17px;
  }

  .who-des p {
    font-size: 17px;
    line-height: 32px;
  }

  .who-des a {
    padding: 8px 13px;
    text-decoration: none;
    font-size: 16px;
    color: #000;

  }

  .who-des-link {
    border: 2px solid #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0 12px;
    border-radius: 6px;
  }

  #innovative-solution {
    background-color: #1B132E;
    padding: 4rem 0rem;
  }

  .soulution-des {
    color: #fff;
    margin: 3rem 0rem;
  }

  .solution-card {
    padding: 1rem;
    border-radius: 12px;
    background-color: #222D45;
    color: #fff;
    margin: 2rem 0rem;
  }

  .solution-card a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    margin: 1rem 0rem;
    font-weight: 700;
    line-height: 26px;
  }

  .solution-card p {
    margin: 1rem 0rem;
    font-size: 17px;
  }

  #industy-expertise {
    padding: 4rem 0rem;
  }

  .experties-des h5 {
    font-weight: 200;
  }

  .experties-des h2 {
    color: #19293c;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
  }

  .experties-des p {
    line-height: 32px;
    font-size: 17px;
    margin: 12px 0rem;
  }

  .experties-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 3rem;
    border-radius: 2rem;
    margin: 1rem 0rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  #marketing-expert {
    background-color: #1B132E;
    padding: 3rem 0rem;
  }

  .marketing-des-txt {
    color: #fff;
    border-bottom: 1px solid #E61203;
  }

  .marketing-des-txt h2 {
    font-size: 36px;
    margin: 0 0 2rem;
    font-weight: 700;
  }

  .marketing-des-txt p {
    line-height: 30px;
  }

  .marketing-point ul {
    padding-left: 0rem;
    margin-top: 1rem;
  }

  .marketing-point ul li {
    color: #fff;
  }

  .marketing-img img {
    width: 100%;
    height: auto;
  }

  #numbers {
    padding: 4rem 0rem;
  }

  .num-des {
    background-color: #F5F5F7;
    padding: 3rem 2rem;
    border-radius: 2rem;
  }

  .num-des-txt {
    border-right: 1px solid #000;
    padding: 0rem 1rem;
  }

  .num-des-txt h3 {
    font-size: 40px;
    font-weight: 700;
  }

  .num-des-txt p {
    text-transform: uppercase;
  }




  /* index  */
  h3 {
    color: #E61203;
    font-size: 2.6rem;
    font-weight: 600;
  }

  p {
    font-size: 19px;
    line-height: 30px;
  }

  #aboutus {
    padding: 6rem 0rem;
  }

  .about-img img {
    width: 22rem;
    height: auto;
    object-fit: cover;
  }

  .break-food-list {
    background-color: #000;
    padding: 4rem 0rem;
  }

  .small-break {
    text-align: center;
  }
  .about-txt h3{
    font-weight: 800;
    font-size: 2rem;
  }

  .red-line {
    width: 20%;
    height: 8px;
    background-color: #B22221;
    margin: 0 auto;
  }

  .break-hed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .break-txt p {
    color: #fff;
  }

  .break-txt h3 {
   color: #bd081c;
   font-size: 2.8rem;
   font-weight: 800;
  }
  .break-img img {
    width: 17rem;
    height: 12rem;
    object-fit: cover;
  }

  .small-break {
    margin: 3rem 0rem;
  }

  .contact-img img {
    width: 100%;
    height: 27rem;
    border-radius: 1rem;
  }

  #contact-Franchise {
    padding: 4rem 0rem;
  }

  #get-franchise {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 1rem;
    border-radius: 1rem;
  }



  /* franchises   */


  #franchise{
    padding: 6rem 0rem 3rem 0rem;
    background-image: url('./image/white-bg.png');
}
#get-franchise h2{
    font-size: 2.3rem;
    font-weight: 700
}
.contact-img img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}
.why-we-rock img{
    width: 100%;
height: 27rem;
object-fit: cover;
}
#audience{
    padding: 4rem 0rem;
}
#audience h3{
    color: #E61203;
font-size: 2.6rem;
font-weight: 800;
}
#audience p{
    font-size: 15px;
    line-height: 26px;
}
.target-audience h4{
    font-size: 2rem;
    font-weight: 800;
}
.model-box{
    padding: 2rem 6rem;
}
#franchise_model{
    background-color: #000;
    color: #fff;
}
.fofo h3{
    color: #E61203;
    font-size: 2.2rem;
    font-weight: 700;
}
.fofo p{
    font-size:16;
    line-height: 25px;
}
#outlet{
    padding: 4rem 0rem;
}
.outlet-img img{
    width: 100%;
    height: 26rem;
    object-fit: cover;
}
.frenchies-hed h3,
.outlet-hed h3{
    color: #E61203;
font-size: 2.6rem;
font-weight: 800;
}
.outlet-img h4{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}