/* === Global Variables === */
:root {
  --primary-red: #ed3237;
  --accent-yellow: #f5c22f;
  --charcoal-black: #373435;
  --light-bg: #fefefe;
  --dark-bg: #1c1c1c;
  --white: #ffffff;
  --gray-light: #f2f2f2;
  --font-heading: 'Baloo 2', cursive;
  --font-body: 'Inter', sans-serif;
}
.bg-red{background-color:var(--primary-red);}
.text-red {color:#ed3237 !important;}
.border-red{border:1px solid #ed3237 !important;}
.btn-red {background-color: var(--primary-red);
    color: #fff !important;
    border: 1px solid var(--primary-red);
}
.btn-red:hover {
    background-color: #c10208;
    color: var(--white) !important;
    border: 1px solid #eb050c;
}


/* === Base Reset === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html,
body {
  font-family: var(--font-body);
  background-color: var(--light-bg);
  color: var(--charcoal-black);
  line-height: 1.6;
  scroll-behavior: smooth;
}

/* === Typography === */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--primary-red);
  margin-bottom: 0.5em;
  font-weight: 600;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 24px;
}

p {
  font-size: 1rem;
  color: var(--charcoal-black);
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: var(--primary-red);
  transition: 0.2s ease;
  font-weight: 500;
}

a:hover {
  color: var(--accent-yellow);
}

/* === Buttons === */
.btn-primary {
  background-color: var(--primary-red);
  color: var(--white);
  padding: 6px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid var(--primary-red);
}

.btn-primary:hover {
  background-color: var(--accent-yellow);
  color: var(--charcoal-black);
  width: auto;
  border: 1px solid var(--accent-yellow);
}

.btn-secondary {
  background-color: var(--accent-yellow);
  color: var(--charcoal-black);
  padding: 0.6rem 1.4rem;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.btn-secondary:hover {
  background-color: var(--primary-red);
  color: var(--white);
}

/* === Utility Classes === */
.text-center {
  text-align: center;
}

.text-white {
  color: var(--white);
}

.text-dark {
  color: var(--charcoal-black);
}

.bg-dark {
  background-color: var(--charcoal-black);
  color: var(--white);
}

.bg-light {
  background-color: var(--gray-light);
}

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0rem;
}

/* === Responsive Typography === */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.95rem;
  }
}


/* custom styles starts */


.header {
  border: 1px solid #ed32372e;
}


.header ul.navbar-nav {
  margin-right: 12%;
}
.header ul li a{color: #000;}
#navbarNav li {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-body);

}

#navbarNav li a:hover {
  color: var(--primary-red);
}

#navbarNav li a.active {
  color: var(--primary-red);
}

.hero_section {
  height: 70vh;
}
.footer li a:hover {
  color: var(--primary-red)!important;
}

.footer li a.active {
  color: var(--primary-red)!important;
}
.accordion-button:focus {
  z-index: 3;
  box-shadow: none;
  border: none;
}
.hero-slide {
  /* min-height: 80vh; */
  /* padding: 4rem 1rem; */
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  color: white;
}

.carousel-indicators button {
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hero_section .content h1 {
  font-size: 64px;
  margin-bottom: 10px;
}

.hero_section .content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #fff;
}

.hero_sectiono_section .content .btn-primary {
  font-size: 1.2rem;
  padding: 0.8rem 2rem;
}



.btn-danger {
  background-color: var(--primary-red);
  border-color: var(--primary-red);
  font-weight: 500;
}

.movie-card img {
  height: 300px;
  object-fit: cover;
}

#mobilMenu {
  display: none;
}

.hero_section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dc3545;
  /* Theme red */
  opacity: 0.5;
}

.hero_section .carousel-indicators .active {
  opacity: 1;
}

.since .card {
  box-shadow: 0 0 0px 1px #f9c7c86e;
  border: none;
}

.franchise_card img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 0 0px 1px #f9c7c86e;
}

.franchisemodel h5 {
  font-size: 24px;
}

.franchisemodel li {
  font-size: 15px;
  margin: 5px 0;
}

#cta {
  background: #ed3237;
}

#cta h2 {
  font-size: 36px;
  margin: 0;
}

#cta p {
  color: #ffffff;
  font-size: 15px;
  margin: 0;
}

.footer {
  background: #f5c22f54;
}

.footer .touch {
  padding-right: 70px;
}

.footer .touch i {
  font-size: 18px;
}

.footer .touch p {
  font-size: 16px;
}

.footer ul li {
  line-height: 2em;
}

.footer .bottom {
  display: flex;
  justify-content: space-between;
}

.contact p {
  font-size: 15px;
  color: #777;
  font-family: var(--font-body)
}

.faqs .accordion-button {
  color: var(--dark-bg);
  font-weight: 600;
  font-size: 18px;
}

.faqs .accordion-button:not(.collapsed) {
  color: var(--primary-red);
  background-color: #ee32372e;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  
}

.faqs .accordion-item {
  margin: 15px 0;
  border: 1px solid #dee2e6;
}

.testimonials .swiper-slide {
  height: 200px
}



.gallery .gallery-item img:hover {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
}

.gallery .gallery-item img {
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
  transform: scale(1);
}

.team .list-group-item {
  transition: all 0.3s ease-in-out;
}

.team .list-group-item:hover {
  background-color: #f5f5f5;
  transform: scale(1.02);
}

.team .list-group-item.active {
  background-color: var(--primary-red);
  color: white;
  font-weight: bold;
}

.team .team-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px 1px #f9f9f9;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-4px);
}

.team .list-group-item.active {
  background-color: #c8102e;
  /* or your primary red */
  border: none;
}

.team .avatar-sm {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border: 2px solid #ddd;
}

.list-group-item.active {
  background-color: #0d6efd;
  color: white;
  font-weight: 600;
}

.cta {
  background: var(--primary-red);
}

.cta p,
.cta h2 {
  color: #fff;
}

.shadow2 {
  box-shadow: 0 0 10px 1px #faf8f8;
  border: 2px solid #eee;
}

.featureh4 {
  font-size: 22px;
  font-weight: 600;
}


.combo-section .card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.combo-section .card img {
  transition: transform 0.3s ease;
}

.combo-section .card:hover img {
  transform: scale(1.05);
}

.combo-section .ribbon {
  position: absolute;
  top: 15px;
  left: -20px;
  padding: 5px 25px;
  font-size: 0.75rem;
  transform: rotate(-45deg);
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 2px dotted #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 10px;
}

.brochure .modal-content {
  background-color: #fdfdfd;
  transition: all 0.3s ease-in-out;
}

.brochure input {
  background: #fafafa;
}

.brochure input[placeholder] {
  font-size: 14px;
  opacity: 0.6;
}

.brochure .modal .form-control:focus,
.brochure .modal .form-select:focus {
  box-shadow: none;
  border-color: var(--primary-red);
}

.brochure.modal .btn-dark {
  background: #111;
  border: none;
  transition: background 0.2s ease-in-out;
}

.brochure .modal .btn-dark:hover {
  background: #000;
}

/* news-media */

.blog_img {
  height: 300px;
  width: 100%;
}

.btn-outline-primary {
  background-color: var(--white);
  color: var(--primary-red);
  padding: 6px 20px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid var(--primary-red);
  width: fit-content;
}
.btn-outline-primary:hover {
  background-color: var(--primary-red);
  color: var(--white);
  padding: 6px 20px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid var(--primary-red);
  width: fit-content;
}
.headingbg {
  border: 1px dotted #ed3237;
  border-radius: 6px;
  width: fit-content;
  padding: 2px 12px;
  background: #ed323714;
}




@media screen and (max-width:768px) {
  .mobile-hide{display: none;}
  .container{overflow-x: hidden;}
  section .container{padding: 0 10px;}
  .header ul.navbar-nav {
    margin-right: 0;
    background: #eee;
    width: 100%;
    z-index: 5;
    border-radius: 0 0 6px 6px;
  }

  .header ul.navbar-nav li {
    padding: 4px 10px;
  }
  .header ul.navbar-nav li:hover {
    background: var(--primary-red);
  
  }
  .header ul.navbar-nav li:hover a {
    color: #fff!important;
  }

  .header ul.navbar-nav li a {
    padding: 0;
    color: #000000;
  }
  .navbar-toggler{
    border: 1px solid #c4c4c4;

  }
  .navbar-toggler:focus {
    border: 1px solid #252525;
    box-shadow: none;
}

  .team .team-card {
    text-align: center;
  }

  .team .team-card img {
    margin: 0 auto 15px;
  }

  .footer {
    padding: 10px;
    padding-top: 25px !important;
  }

  .footer .bottom {
    flex-direction: column;
  }

  .footer .bottom p {
    font-size: 12px;
  }
}