:root {
  --light-yellow: #fff5b3;
  --accent-orange: #ff7400;
  --text-dark: #003040;
  --gray-bg: #f8f9fa;
  --red-petal: #ee353a;
  --primary-color: #ff7400;
  --secondary-color: #ffe66d;
  --dark-blue: #003040;
  --light-bg: #fff9e6;
  --color-text-dark: #003040;
  --color-light-yellow: #feeb81;
  --color-white: #ffffff;
  --color-accent-orange: #ff7400;
  --font-size-title: 2.2rem;
  --font-size-subtitle: 1.1rem;
  --font-size-text: 0.9rem;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --spacing-section-padding: 50px;
  --spacing-card-padding: 15px;
  --spacing-card-gap: 20px;
  --spacing-title-bottom: 15px;
  --spacing-subtitle-bottom: 8px;
  --radius-card: 15px;
  --radius-icon: 50%;
  --shadow-card: 0 3px 15px rgba(0, 0, 0, 0.05);
  --icon-size: 60px;
  --icon-font-size: 1.5rem;
  --transition-fast: 0.3s ease;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
}
a {
  text-decoration: none !important;
}
.text-red {
  color: #ee353a;
}
/* .breadcrumb-right-arrow .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    vertical-align: middle;
    font-size:28px;
    line-height: 15px; 
    color: rgb(238, 53, 58);
    padding: 0px;
} */

.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: .5rem;
}

.breadcrumb-chevron .breadcrumb-item {
  display: flex;
  gap: inherit;
  align-items: center;
  padding-left: 0;
  line-height: 1;
}
.breadcrumb-chevron .breadcrumb-item::before {
  gap: inherit;
  float: none;
  width: 1rem;
   height: 1rem; 
}

.breadcrumb-custom .breadcrumb-item {
  position: relative;
  flex-grow: 1;
  padding: .75rem 3rem;
}
.breadcrumb-custom .breadcrumb-item::before {
  display: none;
}
.breadcrumb-custom .breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: "";
  background-color: var(--bs-tertiary-bg);
  border-top-right-radius: .5rem;
  box-shadow: 1px -1px var(--bs-border-color);
  transform: scale(.707) rotate(45deg);
}
.breadcrumb-custom .breadcrumb-item:first-child {
  padding-left: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child {
  padding-right: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child::after {
  display: none;
}


.fa-home{color: var(--red-petal);}


img {
  loading: lazy;
  image-rendering: -webkit-optimize-contrast;
}
.btn {
  display: inline-block;
  background: #ff5722;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 10px;
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
  transition: 0.3s;
}
.btn:hover {
  background: #ff5252;
  color: #fff;
  transform: translateY(-3px);
}
.navbar-brand {
  height: 95px;
  width: 172px;
  padding: 8px;
  margin: 0;
}

/* Border + Icon dono red */
.navbar-toggler {
    border: 1px solid #ee353a;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23dc3545' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-nav .nav-link:hover,
.dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
}



.navbar-nav li:hover > ul.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: -5px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-expand-lg .navbar-nav > li > a {
  color: #000;
  font-weight: 500;
  font-family: "Poppins", Poppins;
  padding: 34px 10px !important;
  text-align: center;
  font-weight: 700;
}
.dropdown-submenu > a::after {
  transform-origin: center;
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 8px;
  vertical-align: middle;
  opacity: 0.6;
  transition: color 0.2s, opacity 0.2s;
  font-size: 0.85em;
}
.navbar-nav > li > a {
  line-height: 20px;
}
.dropdown-menu > li:hover,
.dropdown-menu > li:focus,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #fca8a8;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.navbar-expand-lg .navbar-nav > li > a {
  color: #000;
  font-weight: 500;
  font-family: "Poppins", Poppins;
  padding: 10px 5px !important;
  text-align: left;
  font-weight: 700;
}
.btn-call {
  background-color: #ff5722;
  border-radius: 6px;
  color: #fff;
  width: 140px;
  display: flex;
  justify-items: center;
  justify-content: space-between;
  justify-items: baseline;
  padding: 8px 9px;
}
@media (min-width: 992px) {
  .dropdown-submenu:hover > a::after {
    color: #ee353a;
    content: "\f105";
    opacity: 1;
    transform: rotate(-90deg) !important;
  }
  ul.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 20%;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: rgba(0, 0, 0, 0) rgba(243, 243, 243, 0) #d8181d
      rgba(0, 0, 0, 0);
  }
  li.dropdown-submenu > .dropdown-menu::before {
    border: none !important;
    content: "";
  }
  ul.dropdown-submenu,
  .dropdown-submenu::before {
    content: "";
    border: none;
  }
  .navbar-nav > li.nav-item {
    border-right: 1px solid #fde03e;
  }
  .navbar-nav > li.nav-item:last-child {
    border-right: none;
  }
  .navbar-nav {
    justify-content: center;
    width: 100%;
  }
  .navbar .navbar-nav .nav-link {
    padding: 30px 10px !important;
    text-align: center;
    font-weight: 600;
    font-family: "Poppins-Bold", Poppins;
    white-space: normal !important;
    word-break: break-word !important;
    display: inline-block;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    border-radius: 0;
  }
  .dropdown-menu {
    background: #ee353a;
    margin-top: 0 !important;
    border-top: 5px solid #d8181d;
    padding: 0;
  }
  .dropdown-menu > li > a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
    font-size: 0.9em;
  }
}

.hero-section {
  background: #fee03d;
  padding: 30px 0 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.slide-bg {
  background-image: url(https://franchise.petalspreschool.com/assets/images/slide-bg.webp);
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #fee03d;
  border: none;
}
.hero-title {
  font-size: 42px;
  line-height: 1.2;
  margin-top: 20px;
  color: #212529;
  font-weight: 700;
  color: #241616;
  font-family: "Poppins", Poppins;
}
.zero-text {
  flex-grow: 0;
  background-image: linear-gradient(to bottom, #a80767 0%, #ff0500 100%);
  font-size: 80px;
  line-height: 0.85;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #241616;
}
.at-risk {
  font-size: 50px;
  text-align: left;
  font-weight: 700;
  color: #241616;
  font-family: "Poppins";
  margin-top: 10px;
}
.hero-image {
  max-width: 100%;
  height: auto;
  position: relative;
  transform: scale(1);
}
.stats-section {
  position: relative;
  margin-top: -80px;
  padding-bottom: 0;
  overflow: hidden;
  background: transparent;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.clouds-bg {
  position: relative;
  z-index: 2;
}
.clouds-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  height: 165px;
  background: url("https://petalspreschool.com/assets/img/clouds-bg.svg")
    repeat-x bottom center;
  background-size: auto 100%;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}
.caption {
  margin: 5px;
  text-align: left;
}
.achivements ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.achivements {
  position: relative;
  bottom: 0;
  width: 100%;
}
.achivements li {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  min-width: 180px;
  color: #000;
  position: relative;
  z-index: 3;
}
.achivements figure {
  margin: 10px;
  height: 90px;
  display: flex;
  align-items: center;
}
.achivements img {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
}
.achivements .num {
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.achivements .text {
  font-size: 1rem;
  margin: 2px 0 0;
  font-weight: 500;
  line-height: 1.3;
}
.achivements ul li:nth-child(n + 1) .caption .num {
  color: #f8a339;
}
.achivements ul li:nth-child(n + 2) .caption .num {
  color: #5cab5f;
}
.achivements ul li:nth-child(n + 3) .caption .num {
  color: #00abc1;
}
.achivements ul li:nth-child(n + 4) .caption .num {
  color: #902aab;
}


@media (max-width: 768px) {
   .hero-title {
    font-size: 2.5rem;
  }
  .zero-text {
    font-size: 4rem!important;
  }
  .risk-text {
    font-size: 3rem;
  }
  .hero-banner {
    min-height: 80vh;
    text-align: center;
  }

  .dropdown-menu {
    background: #ee353a;
    margin-top: 0 !important;
    border-top: 5px solid #d8181d;
    padding: 0;
  }
  .dropdown-menu > li > a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    font-size: 1em;
  }
  .call-btn {margin-bottom: 10px; margin-top: 10px;}
 .navbar-nav .nav-item {padding: 2px 0px;
        border-bottom: 1px solid #e6e6e2;
  }
  
  .achivements figure {
    height: auto;
  }
  .achivements ul {
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f4fcde;
  }
  .achivements li {
    gap: 0;
    min-width: 25%;
    border: 1px solid #e4eec7;
    flex-direction: column;
    padding: 5px 5px;
    flex: auto;
  }
  .achivements .text {
    font-size: 14px;
    margin: 1px 0 0;
    font-weight: 500;
    line-height: 1.3;
  }
  .achivements .num {
    font-size: 18px;
  }
  .stats-section {
    padding: 0;
  }
}
.feature-card {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.3s;
  height: 100%;
  border: solid 1px #ff8520;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  border: solid 1px #607d8b;
}

.feature-icon img {
  position: relative;
  height: 80px;
  margin: 0 auto 20px;
  font-size: 3.5rem;
  margin-bottom: 15px;
}
.feature-card h4 {
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 0.85rem;
  color: #003040;
  line-height: 1.5;
}
.bg-1 {
  background: #f7dd49;
}
.bg-2 {
  background: #fffce8;
}
.bg-3 {
  background: #feeb81;
}
.bg-4 {
  background: #feeb81;
}
.bg-5 {
  background: #feeb81;
}
.bg-6 {
  background: #feeb81;
}
.bg-7 {
  background: #feeb81;
}
.bg-8 {
  background: #feeb81;
}
.bg-9 {
  background: #feeb81;
}
.bg-10 {
  background: #feeb81;
}
.section-title {
  text-align: center;
  font-weight: var(--font-weight-extra-bold);
  color: var(--color-text-dark);
  margin-bottom: var(--spacing-title-bottom);
}
.benefits-section {
  padding: var(--spacing-section-padding) 0;
}
.benefit-card {
  border-radius: var(--radius-card);
  padding: var(--spacing-card-padding);
  background-color: var(--color-light-yellow);
  min-height: 180px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: var(--spacing-card-gap);
  box-shadow: var(--shadow-card);
}
.box-rectangle {
  text-decoration: none;
  transition: transform var(--transition-fast),
    box-shadow var(--transition-fast);
}
.box-rectangle:hover {
  text-decoration: none;
  transform: translateY(-10px);
}
.benefit-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: var(--radius-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: var(--icon-font-size);
  flex-shrink: 0;
}
.benefit-content h4 {
  font-size: var(--font-size-subtitle);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-dark);
  margin-bottom: var(--spacing-subtitle-bottom);
}
.benefit-content p {
  font-size: var(--font-size-text);
  color: var(--color-text-dark);
  margin: 0;
}
.offerings-section {
  padding: 50px 0;
}
.offering-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    border-color 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  margin-bottom: 30px;
  height: 200px;
}
.offering-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #667eea, #764ba2, #ff6b6b, #4ecdc4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.offering-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #ee353a;
}
.offering-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.offering-card:hover .offering-icon {
  transform: scale(1.1) rotate(5deg);
}
.offering-card .feature-title {
  font-size: 16px;
  font-weight: 700;
  color: #003040;
  text-align: center;
}

.partners-testimonials .team-img,
.team-img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 20px;
  object-fit: cover;
  border: 5px solid var(--light-bg);
}
.team-card {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.team-card .sub-heading-underline::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #08002c;
  margin: 10px auto;
  border-radius: 2px;
}
.team-card h4 {
  color: var(--dark-blue);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-card p {
  font-size: 0.9rem;
}

/* .testimonials-section {
  background: #f8f9fa;
} */
.owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.testimonial-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: 0.3s ease;
  padding-right: 10px;
}
.testimonial-text::after {
  content: "... Read More";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-left: 6px;
  color: var(--primary-color);
  font-size: 0.85rem;
  font-weight: 600;
}
.testimonial-text.expanded {
  -webkit-line-clamp: initial;
  overflow: visible;
}
.testimonial-text.expanded::after {
  content: "Read Less";
  position: static;
  background: none;
  padding-left: 0;
}
.franchisee-section-feedback {
  padding: 20px 0;
  text-align: center;
  background-color: #feeb81;
}
.video-thumb {
  border: 4px solid #ffd000;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.video-thumb img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.video-thumb:hover img {
  transform: scale(1.05);
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  transition: 0.3s;
}
.play-button i {
  margin-left: 5px;
}
.video-thumb:hover .play-button {
  background: red;
  transform: translate(-50%, -50%) scale(1.1);
}
.about-section {
  padding: 20px 0;
}
.faq-section {
  background: #003040;
  padding: 80px 0;
}
.accordion-item {
  border: none !important;
  margin: 5px;
  border-radius: 10px;
  box-shadow: 0 4px 6px 4px rgba(154, 147, 147, 0.25);
}
.accordion-button {
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  background: var(--primary-color);
  color: #fff;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ee353a !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel .owl-nav .owl-next {
  right: -20px;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #f44336 !important;
  border-radius: 50%;
  display: inline-block;
}
.owl-carousel .owl-dot.active {
  background: var(--primary-color) !important;
}
.team-slider-container {
  position: relative;
  padding: 0 50px;
}
.form-section {
  padding: 40px 0;
  background: #fff281;
}
.form-container {
  border-radius: 20px;
  padding: 0px 40px; 
  margin: 0 auto;
}
.text-muted {
color: #000!important;
}
.form-container .form-control,
.form-container .form-select {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.error {
  color: red;
}
.form-container .form-control:focus,
.form-container .form-select:focus {
  border-color: var(--accent-orange);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}
.Who-talking {
  position: relative;
}
.Who-talking .item {
  padding: 12px;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 120px;
  border-radius: 10px;
}
.Who-talking .item img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: inherit;
}
.bg-light-green {
  background-color: #d0faec !important;
}
.bg-light-pink {
  background-color: #ffeff8 !important;
}
.bg-light-brown {
  background-color: #fff5d9 !important;
}
.bg-light-blue {
  background-color: #f3f3f3 !important;
}
.section-cities {
  background: #fff;
  padding: 10px 10px 30px;
}
.location-card {
  border: none;
  border-radius: 2px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 38px 23px -32px rgba(248, 231, 28, 1);
}
.location-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 105, 180, 0.25);
}
.location-card a {
  color: #212529;
  text-decoration: underline;
}
.list-group-item {
  border: none;
  padding: 0.2rem 0.5rem;
  font-size: 15px;
  transition: 0.2s;
}
.list-group-item:hover {
  background: #fff0f8;
  padding-left: 2rem;
  color: #d32f2f;
}
.icon {
  margin-right: 6px;
  color: #d32f2f;
}
.top-footer {
  position: relative;
}
.top-footer .footer-top-image {
  background-color: #fff;
  padding-bottom: 0;
}
.footer-top-image::before {
  content: "";
  position: relative;
  width: 100%;
  min-height: 300px;
  max-height: 396px;
  background: url(https://franchise.petalspreschool.com/assets/images/footer-top-section.webp)
    repeat-x bottom / contain;
  display: block;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.contact-item a {
  text-decoration: none;
  color: #000;
}
.contact-item i {
  color: #d32f2f;
  font-size: 20px;
}
.contact-icon {
  color: var(--primary-red);
  font-size: 1rem;
  margin-right: 0.8rem;
  margin-top: 3px;
}
.contact-detail {
  font-size: 14px;
  color: #000;
}
.contact-label {
  font-weight: 600;
  margin-bottom: 0;
}
.contact-value {
  margin-bottom: 0;
}
.app-buttons img {
  height: 50px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.app-buttons img:hover {
  transform: scale(1.05);
}
.app-download {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
  gap: 10px;
  flex-wrap: wrap;
}
.app-download .footer-title {
    color: #000000;
}

.footer {
  background-color: #fddb1b;
  padding: 20px 60px 40px 60px;
  position: relative;
}
.footer a:hover {
  color: #ee353a;
}
.footer-title {
  color: #d32f2f;
  margin-top: 5px;
  font-size: 1.1em;
}
.footer-heading .footer-title {
  color: #d32f2f;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}
.footer-heading .footer-title::after {
  content: "";
  background: url(https://d1izpbhvdyyhot.cloudfront.net/assets/img/footer-heading-border.webp);
  display: block;
  height: 3px;
  width: 60%;
  margin-top: 8px;
}
.footer-links a {
  display: block;
  color: #121212;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 500;
}
.footer ul li a {
  color: #121212;
  text-decoration: none !important;
}
.footer .footer-links {
  border-right: 1px solid #917b01;
}
.footer .col-lg-3:last-child .footer-links {
  border-right: none !important;
}
.social-icons a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 35px;
  margin-right: 5px;
}
.social-icons a img {
  max-width: 100%;
  max-height: 100%;
}
.copyrightsection {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgb(0, 0, 0);
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  text-align: left;
}
.copyright {
  color: #000;
  font-size: 0.9rem;
}
.newsletter-form .input-group-text {
  background-color: #ee353a;
  color: #fff;
  border-color: #ee353a;
}
.newsletter-form .btn-danger {
  padding: 2px 8px;
  margin: 0;
  background: #ee353a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}
.newsletter-form .input-group-addon .btn-danger {
  border: none;
}
#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #ee353a;
  color: #fff;
  cursor: pointer;
  padding: 2px !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
#scrollTopBtn:hover {
  background-color: #ff7400;
  transform: translateY(-3px);
}
#scrollTopBtn.show {
  display: block;
}
.btn-animation {
  position: relative;
  animation: down-btn infinite;
  animation-duration: 2s;
}
@keyframes down-btn {
  from {
    top: 0;
  }
  to {
    top: 5px;
  }
}
.bounce-animation {
  animation: bounce 3s infinite;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 992px) {
  .footer-top-image::before {
    min-height: 80px;
    background-repeat: no-repeat;
    max-height: 80px;
  }
  .hero-image {
    position: relative;
    transform: scale(1);
  }
}
@media (min-width: 769px) {
  .owl-dots,
  .intrection-btn {
    display: none;
  }
}
@media (max-width: 769px) {




  .achivements ul li .caption {
    text-align: center;
  }
  .achivements ul li .caption .text {
    font-size: 0.7em;
  }
  .franchisee-section-feedback .owl-carousel .item iframe {
    height: 300px;
  }
  .franchisee-section-feedback .owl-nav .owl-prev {
    left: -30px;
  }
  .franchisee-section-feedback .owl-nav .owl-next {
    right: -30px;
  }
  .stats-section {
    margin-top: -52px;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
  }
  .section-cities {
    padding: 0;
  }
  .team-slider-container {
    padding: 0 20px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .footer {
    background-color: #fddb1b;
    padding: 10px 10px 0 10px;
    position: relative;
  }
  .footer .footer-links {
    border-right: 0 solid #917b01;
    padding-right: 0;
  }

  .copyrightsection {
    /* flex-direction: column; */
    text-align: left;
  }
  .app-download .footer-title,
  .newsletter .footer-title {
    font-size: 17px;
  }
  .newsletter {
    padding-bottom: 65px;
  }
  .newsletter .input-group-text {
    padding: 0;
  }
  .newsletter-form .btn-danger {
    font-size: 14px;
  }
}
@media (max-width: 608px) {
  .owl-carousel .owl-nav button {
    top: 41%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 20px;
  }
  .benefit-card {
    flex-direction: column;
    text-align: center;
  }
  .offering-card {
    padding: 12px 12px;
  }
  .form-container {
    padding: 10px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .btn {
    background: #ff5722;
    padding: 11px 11px !important;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
    transition: 0.3s;
  }
  .list-group-item {
    font-size: 14px;
    transition: 0.2s;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .at-risk {
    font-size: 30px;
  }
  .franchisee-section-feedback .owl-carousel .item iframe {
    height: 200px;
  }
  .franchisee-section-feedback .carousel-container {
    padding: 10px;
  }
  .offering-card .feature-title {
  font-size: 14px;

}
.app-buttons img {
    margin-bottom: 10px;
}
}
