@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Playball&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
:root {
  --dark-pink: #803532;
  --light-pink: #ea5b21;
  --secondary-color: #ea5b21;
  --white-color: #ffffff;
  --black-color: #000000;
  --light-black-color: #333333;
  --golden-color: #d8b74e;
  --dark-linear-gradient: linear-gradient(
    302deg,
    rgba(59, 15, 15, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgba(92, 25, 23, 1) 85%
  );
  --light-linear-gradient: linear-gradient(
    302deg,
    rgb(158, 83, 81) 0%,
    rgb(128, 53, 50) 55%,
    rgb(128, 47, 51) 85%
  );
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #333333;
  line-height: 1.3;
  overflow-x: hidden;
  overflow-y: auto;
  /* background: var(--dark-pink); */
  /* background: linear-gradient(302deg,rgba(128, 53, 50, 1) 1%, rgba(128, 53, 50, 1) 36%, rgba(77, 21, 20, 1) 72%); */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.paddleftright {
  padding-left: 7px;
  padding-right: 7px;
}
header {
  background: #00000000;
  /* backdrop-filter: blur(18px); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 105px;
}
.top-menu {
  padding-top: 10px;
}
.main-menu {
  padding: 0px;
}
.top-header {
  border-bottom: 1px solid #fff;
}
.logo {
  width: 80px;
  height: 80px;
  position: relative;
}
.navbar-toggler-icon {
  background-image: url(../images/navbarmenu.png);
  /*filter: invert(1);*/
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus,
.navbar-toggler-icon:focus {
  box-shadow: none;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerlist ul {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69%;
}
.headerlist ul li {
  padding-right: 20px;
}
.headerlist ul li:last-child {
  padding-right: 0px;
}
.headerlist ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0%;
}
.headerlist ul li a:hover,
.headerlist ul li a:focus {
  color: var(--light-pink);
}
.navbar-nav .nav-link.active {
  color: var(--golden-color);
}
.mobile-phone-menu {
  color: #fff;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #e5fbff61;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.sticky-header .navbar {
  padding: 0px;
}
.sticky-header .headerlist ul li .nav-link {
  color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 17px;
}
.sticky-header .headerlist ul li a:hover,
.sticky-header .headerlist ul li a:focus {
  color: var(--golden-color);
}
.sticky-header .navbar-nav .nav-link.active {
  color: var(--golden-color);
}
.sticky-header .navbar-toggler-icon {
  background-image: url(../images/navbarmenu.png);
  filter: invert(1);
}
.sticky-header .mobile-phone-menu {
  color: #fff;
}
.sticky-header .navbar-brand {
}
.navbar-brand {
  width: 15%;
  display: flex;
  margin-right: 0;
  padding: 0;
  align-items: center;
  height: 105px;
}
.navbar-brand img {
  height: auto;
}
.home-slider {
  position: relative;
  top: -105px;
  margin-bottom: -105px;
}
.addres ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.addres ul li a i {
  color: var(--dark-pink);
}
.addres ul {
  list-style: none;
  webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  list-style-type: none;
}
.soical ul {
  list-style: none;
  justify-content: center;
}
.soical ul li a {
  font-size: 16px;
  color: #fff;
  padding: 0px 10px;
  transition: 0.5s;
}
.soical ul li a:hover {
  color: var(--dark-pink);
  transition: 0.5s;
}
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: -105px;
  margin-bottom: -105px;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-content .inner-content {
  width: 84%;
}
.hero-content h1 {
  margin-top: 15px;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 60%;
  line-height: 1.2;
}

.hero-content p {
  font-size: 16px;
  letter-spacing: -0.2px;
  font-weight: 400;
  margin-bottom: 0px;
  width: 44%;
  line-height: 1.5;
}
.home-slider .carousel-item img {
  height: 100%;
}
.home-slider .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)); */
  background: rgb(0 0 0 / 35%);
}
.home-inner-contante {
  padding-top: 110px;
}
.welcome-title {
  font-family: "Playball", serif;
  font-size: 35px;
  color: var(--light-pink);
  font-weight: 400;
  text-transform: capitalize;
}
.home-inner-contante h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 65px;
}
.home-inner-contante p {
  font-size: 19px;
}
.defult-btn {
  display: inline-block;
  padding: 11px 60px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  background-color: var(--dark-pink);
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  border: none;
}
.defult-btn:hover {
  background-color: #f5b208;
  color: #000;
}
.silder-btn .defult-btn {
  background: linear-gradient(135deg, #c19125, #e8d3ad);
  color: #000;
}
.home-slider .carousel-indicators .active {
  height: 10px;
  width: 40px;
  border-radius: 15px;
  background-color: var(--dark-pink);
}
.home-slider .carousel-indicators [data-bs-target] {
  /* height: 10px;
width: 40px; */
  border-radius: 50%;
  border: 1px solid transparent;
  text-indent: inherit;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
}
.carousel-indicators a img {
  width: 60px; /* adjust as needed */
  height: 60px; /* adjust as needed */
  object-fit: cover; /* ensures the image fills the space without distortion */
  border-radius: 50%; /* optional - makes thumbnails look nice */
  border: 2px solid transparent;
  transition: border 0.3s;
  border-color: #000;
}

.carousel-indicators a.active img {
  border-color: var(
    --dark-pink
  ); /* highlight active with Bootstrap primary color */
}
.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
  background: var(--dark-pink);
  width: 45px;
  height: 45px;
  border-radius: 26px;
  font-size: 25px;
  display: none;
  line-height: 45px;
}
.home-slider:hover .carousel-control-next-icon,
.home-slider:hover .carousel-control-prev-icon {
  display: block;
}
.home-slider .carousel-control-next-icon:hover,
.home-slider .carousel-control-prev-icon:hover {
  background-color: var(--light-pink);
}
.about-img-box img {
  width: 100%;
}
.small-tile {
  font-size: 14px;
  letter-spacing: 0.6px;
  color: var(--light-pink);
  font-weight: 400;
}
.headingarea {
  margin-bottom: 48px;
}
.headingarea .second-title {
  font-size: 42px;
  color: var(--dark-pink);
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
}
.headingarea .second-new {
  font-size: 36px;
  color: var(--dark-pink);
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
}
.headingarea .second-new::before {
  position: absolute;
  bottom: -10px;
  width: 7rem;
  height: 2px;
  content: "";
  background-color: var(--dark-pink);
}
.headingarea .third-title {
  font-size: 32px;
  color: var(--secondary-color);
  margin-bottom: 5px;
}
.headingarea .second-title::before {
  position: absolute;
  bottom: -10px;
  width: 7rem;
  height: 2px;
  content: "";
  background-color: var(--dark-pink);
  left: 45%;
}
.parablod {
  color: #000;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.2;
}
.taglin {
  width: auto;
  margin: auto;
  margin-top: 40px;
}
.taglin p {
  color: var(--white-color);
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 22px;
}
.paddig {
  padding-top: 75px;
  padding-bottom: 75px;
}
.paddig-btm {
  padding-bottom: 75px;
}
.paddig-top {
  padding-top: 75px;
}
.producst {
  border-radius: 50%;
  margin-top: 30px;
  position: relative;
}
.inner-bg {
  position: relative;
  border-radius: 50%;
}
.inner-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.inner-product-name {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.inner-product-name h3 {
  text-align: center;
  display: flex;
  align-items: center;
}
.menu-item {
  padding: 0;

  margin-bottom: 24px;
  overflow: hidden;
}
.menu-item .image {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  border: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: none;
  transition: all 0.2s linear;
  border: 1px solid #e79d18;
}
.menu-item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.menu-item .content {
  width: 100%;
  padding: 16px;
  /* background-color: #ffffff; */
}
.menu-item .intro {
  display: block;
  border-bottom: none;
  text-align: center;
}
.menu-item .intro h3 {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1;
  color: gold;
}
.menu-item .intro p {
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.menu-item .intro span {
  font-size: 1rem;
  color: var(--secondary-color);
}
.menulist .nav-link {
  cursor: pointer;
  background-color: #eee;
  color: #000;
  border-radius: 30px;
  padding: 6px 24px;
}
.menulist ul {
  gap: 5px;
}
.menulist ul li {
  /* margin-top: 20px; */
  margin-bottom: 20px;
}
.menulist .nav-pills .nav-link.active {
  background-color: var(--dark-pink);
  color: #ffffff;
}
.menulist .nav-pills .nav-link:hover {
  transition: 0.5s;
  background-color: var(--dark-pink);
  color: #ffffff;
}
.testimonial .carousel-indicators .active {
  height: 10px;
  width: 40px;
  border-radius: 15px;
  background-color: var(--dark-pink);
}
.testimonial .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 40px;
  border-radius: 15px;
  border: 1px solid var(--dark-pink);
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  background: var(--dark-pink);
  width: 45px;
  height: 45px;
  border-radius: 26px;
  font-size: 25px;
  line-height: 45px;
}
.testimonial .carousel-control-next-icon:hover,
.testimonial .carousel-control-prev-icon:hover {
  background-color: var(--light-pink);
}
.testimonial .carousel-indicators {
  margin-top: 40px;
  position: relative;
}
.testmonial-slid {
  width: 70%;
  margin: auto;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  opacity: 0;
}
.testimonial:hover .carousel-control-next-icon,
.testimonial:hover .carousel-control-prev-icon {
  opacity: 1;
  transition: 500ms;
}
.profilepic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--dark-pink);
}
.profilepic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.profile {
  margin: auto;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.profilename .star span i {
  font-size: 10px;
  color: var(--dark-pink);
  text-align: left;
}
.profilename .star a {
  padding: 0px 5px;
}
.profilename .star {
  text-align: left;
  margin-top: -5px;
}
/*----------footer css-----*/
.footer-new {
  background: linear-gradient(
    135deg,
    #36130a 0%,
    #200b06 35%,
    #1f0a05 70%,
    #361b10 100%
  );
  background-size: cover;
  background-blend-mode: soft-light;
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.45);
  padding: 70px 0px 0px;
  position: relative;
}

.footer-new .about-logo {
  margin-bottom: 6px;
  width: 200px;
  background: #ffffff00;
  padding: 0px;
  border-radius: 0px;
}

.footer-new .about-logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.footer-new .th-widget-about .about-text {
  margin: inherit;
  margin-bottom: 25px;
  margin-top: -0.5em;
  font-size: 15px;
  line-height: 1.5;
  width: 80%;
  font-weight: 400;
  padding-top: 25px;
  color: #fff;
  letter-spacing: 0.3px;
}

.footer-new .footer-widget .widget_title {
  max-width: 270px;
  color: #e3cba0;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0em 0 24px 0;
  padding: 0;
  border: 0;
  font-size: 20px;
  text-align: center;
}

.footer-new .footer-widget.widget_nav_menu .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-new .footer-widget.widget_nav_menu .menu li {
  padding: 20px 0px;
}

.footer-new .footer-widget.widget_nav_menu .menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  width: 100%;
  margin-bottom: 0px;
}

.footer-new .footer-widget.widget_nav_menu .menu li a img {
  min-width: 30px;
  max-width: 50px;
  height: auto;
  border: 1px solid #e3cba0;
  padding: 4px;
  border-radius: 50%;
  height: 50px;
  text-align: left;
  object-fit: contain;
}

.footer-new .footer-widget.widget_nav_menu .menu li a i {
  font-size: 25px;
  color: #e3cba0;
}

.footer-new .border-right-onyl,
.border-right-onyl-1,
.border-left-onyl {
  position: relative;
}

.footer-new .border-right-onyl::before {
  content: "";
  background: goldenrod;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  background: linear-gradient(45deg, #00000000, #ffffffb5, #00000000);
}

.footer-new .border-right-onyl-1::before {
  content: "";
  background: goldenrod;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 50%;
  background: linear-gradient(45deg, #00000000, #ffffffb5, #00000000);
}

.footer-new .border-left-onyl::before {
  content: "";
  background: goldenrod;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0%;
  background: linear-gradient(45deg, #00000000, #ffffffb5, #00000000);
}

.footer-new .info-box.style2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer-new .info-box.style2 i {
  color: #e3cba0;
  font-size: 25px;
}

.footer-new .info-box.style2 .box-details .box-text {
  margin-bottom: 0px;
  font-size: 13px;
  color: #fff;
}

.footer-new .info-box.style2 .box-details a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-new .footer-fiexd-icon {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-new .footer-fiexd-icon img {
  width: 30%;
}

.info-box {
  position: relative;
  z-index: 9;
}

.footer-new .info-box .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-size: 15px;
  color: #e3caa2;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.footer-new .tag-line {
  font-size: 25px;
  color: #e3caa2;
  text-align: center;
  font-family: math;
  padding-bottom: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-new .info-box .box-title .line {
  width: 120px;
  height: 1px;
  background: #e3cba0;
}

.footer-new .info-box .box-title .line.line-left {
  background: linear-gradient(45deg, #e3cba0, transparent);
}

.footer-new .info-box .box-title .line.line-right {
  background: linear-gradient(-10deg, #e3cba0, transparent);
}

.footer-new .followus-margin {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-new .followus-margin .th-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin: auto;
}

.footer-new .followus-margin .th-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e3caa2;
  width: 50px;
  height: 50px;
  border: 1px dotted;
  border-radius: 50%;
  font-size: 20px;
  text-decoration: none;
  margin-right: 0px;
}

.footer-new .top-footer {
  position: relative;
  background-color: transparent;
  background: none;
  padding-top: 0px;
}

.footer-new .copywrtie {
  background: #2f0d02;
  padding: 20px 0px;
  background-position: bottom;
  border-top: 2px solid #d5a156;
}

.footer-new .copywrtie p {
  margin: 0;
  color: #e3caa2;
}

.footer-fixed-icon2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-fixed-icon2 img {
  float: inline-end;
  width: auto;
  height: 275px;
  opacity: 0.2;
}
.copywrtie ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.copywrtie ul li a {
  color: #e3caa2;
  font-size: 15px;
}
.copywrtie ul li {
  position: relative;
  border-right: 1px solid #d8c9a473;
  padding: 0px 10px;
}
/*----------end footer css*/
.contatform {
  padding-top: 30px;
}
.contatform .form-floating textarea {
  min-height: 100px;
}
.contatform .form-control,
.contatform .form-select {
  font-size: 14px;
  color: #333;
  padding: 0px 15px;
  height: 40px;
  border: 1px solid var(--secondary-color);
  border-radius: unset;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contatform textarea.form-control {
  padding: 7px 15px;
  min-height: 100px;
}
.contatform .form-control:focus,
.contatform .form-select:focus {
  box-shadow: none;
  border-color: var(--dark-pink);
}
.onwerprofile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.onwerprofile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.onwer-profile {
  display: flex;
  gap: 20px;
}
.testimonial .carousel {
  padding-top: 30px;
}
.onwer-profile .notice {
  width: 80%;
  text-align: left;
  padding-top: 10px;
}
.onwer-profile .notice p {
  font-size: 15px;
  margin-bottom: 0px;
}
.onwer {
  padding-top: 30px;
}
.contat-deials {
  padding-top: 20px;
}
.contat-deials ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0px;
}
.contat-deials ul li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #803532;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
  color: var(--light-pink);
}
.contat-deials ul li .number {
  line-height: 35px;
  background-color: #803532;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
  color: var(--light-pink);
  padding: 7px 8px;
  font-weight: 600;
}
.fix-icons-footer-cus {
  position: fixed;
  right: 0;
  top: 40%;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}
.phone-icon {
  padding: 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-pink);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 8px;
}
.whatsapp-icon-cus {
  padding: 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #3bc641;
  margin-top: 8px;
}
.fix-icons-footer-cus a {
  color: #ffffff;
  line-height: normal;
  border: 1px solid #ffffff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.conact-us {
  background: linear-gradient(
    302deg,
    rgba(158, 83, 81, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgb(128 47 51) 85%
  );
}
.conact-us .conactlist {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.conact-us .conactlist li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 16px;
  /* background: #f7f7f7; */
  border: 1px solid var(--golden-color);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.3s;
}
.conact-us .conactlist .cont-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(192, 57, 43, 0.3),
    rgba(212, 160, 23, 0.25)
  );
  border: 1px solid rgba(212, 160, 23, 0.25);
  display: grid;
  place-items: center;
}
.conact-us .conactlist .cont-icon i {
  color: #fff;
  font-size: 25px;
}
.conact-us .conactlist .cont-text p {
  font-size: 0.9rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.55;
  margin: 0;
}
.cont-text a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.conact-us .conactlist .cont-text p strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--golden-color);
  margin-bottom: 0px;
}
.conact-us .contat-map {
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgb(128 53 50);
  box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.06);
}
.intro-services .check-label {
  color: #000;
  font-size: 15px;
}
.intro-services {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-left: 15px;
}
.contat-deials ul li {
  text-align: center;
}
.galley-card {
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 250px;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid var(--golden-color);
}
.galley-card img {
  display: block;
  transition: transform 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galley-moadal-cus {
}
.galley-moadal-cus .modal-content {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  text-align: center;
}
.galley-moadal-cus .modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.close {
  color: #fac345;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 999;
  cursor: pointer;
}
.mySlides {
  height: 100%;
}
.gallery {
  background: var(--dark-linear-gradient);
}
.gallerypopu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.gallerypopu img {
  width: 70%;
  margin: auto;
  height: 90vh;
  object-fit: contain;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.gallery .row {
  padding-top: 30px;
}
.foodmenu .nav-pills {
  flex-wrap: nowrap;
  overflow: auto;
  padding-left: 76px;
}
#scrollstyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #d20b55;
}
#scrollstyle::-webkit-scrollbar {
  width: 7px;
  background-color: #d20b55;
}
#scrollstyle::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d20b55;
}
#goTopBtn {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--dark-pink);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  font-size: 16px;
  display: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
#goTopBtn:hover {
  background-color: var(--dark-pink);
}
.franchise-item {
  position: relative;
  z-index: 1;
}
.franchise-box-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.franchise-text-hover {
  opacity: 0;
  transform: translateY(-100%); /* Start from bottom */
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(203, 156, 26, 0.84);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease; /* Smooth animation */
}

.franchise-item:hover .franchise-text-hover {
  opacity: 1;
  transform: translateY(0); /* Move into view from bottom */
}
.franchise-icon {
  width: 55px;
  height: 55px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.franchise-icon i {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.breadcrumb-area {
  position: relative;
  z-index: 3;
  margin: 0;
}
.space-bredcrumb {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  top: -105px;
  margin-bottom: -105px;
}
.breadbcrumb-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.breadcrumb-area.overly::after {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.73;
  position: absolute;
  background: #0a0a0a;
}
.breadcrumb-content {
  position: relative;
  z-index: 5;
  padding: 2rem 0;
}
.breadcorum-menu span {
  color: #ffffff;
  font-weight: 600;
}
.breadcorum-menu span a {
  color: #afafaf;
  font-weight: 400;
}
.breadcrumb-content .breadcrumb-title {
  font-size: 48px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}
.breadcorum-menu .divider {
  color: #eeeeee;
}

.breadcrumb-content-wrap {
  position: relative;
  z-index: 5;
  padding: 8rem 0 2rem;
}

.bc-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(192, 57, 43, 0.15);
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f1a89a;
  margin-bottom: 1.1rem;
  animation: fadeUp 0.7s 0.15s ease both;
}
.bc-tag-dot {
  width: 5px;
  height: 5px;
  background: #bf3d30;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.bc-title {
  font-size: clamp(2.8rem, 6vw, 3.6rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 1rem;
  animation: fadeUp 0.7s 0.28s ease both;
}
.bc-title em {
  background: linear-gradient(135deg, #803532 0%, #ea5b21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 10px 0 0;
}
.bc-desc {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  max-width: 520px;
  line-height: 1.5;
  margin-bottom: 1.8rem;
  animation: fadeUp 0.7s 0.4s ease both;
}
.bc-trail {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 0.45rem 1.2rem;
  animation: fadeUp 0.7s 0.52s ease both;
}
.bc-trail a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.bc-divider {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
}
.bc-current {
  font-size: 0.85rem;
  color: #e37a1e;
  font-weight: 500;
}
.bc-trail a:hover {
  color: #e3781a;
}
.center-breadcrumb-main-cus .bc-desc {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  max-width: 550px;
  line-height: 1.5;
  animation: fadeUp 0.7s 0.4s ease both;
  margin: 0 auto 1.8rem;
}

.outlats-card {
  padding: 15px;
  margin-bottom: 20px;
}
.outlats-card .card-body {
  padding-left: 0px;
  padding-right: 0px;
}
.outlats-card .card-body .card-title {
  font-size: 25px;
  text-align: center;
}
.outlats-card .card-body .card-text {
  font-size: 15px;
  text-align: center !important;
  display: block;
}
.outlats-card .card-body .card-text span {
  display: block;
}
.form-gro {
  position: relative;
}
.error-req {
  position: absolute;
  color: red;
}
.form-gro {
  position: relative;
}
.franchise-box {
  border: 1px solid var(--golden-color);
  padding: 30px;
  border-radius: 10px;
}
.food-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.food-list span {
  position: relative;
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f58220;
  background: var(--dark-pink);
  line-height: normal;
  min-width: 40px;
  height: 40px;
  border-radius: 10px 100px / 120px;
}
.food-list span img {
  width: 30px;
  height: 25px;
  object-fit: contain;
}
.food-list p {
  margin-bottom: 0px;
  font-size: 14px;
  padding-left: 0px;
  line-height: normal;
}
.apply-btn {
  background-color: var(--light-pink);
  color: #000;
  border-radius: 6px;
  padding: 10px 18px;
  text-align: center;
  font-size: 13px;
}
.advantage-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.advantage-item .card-title {
  font-size: 15px;
}
.your-need-frnchise {
  display: flex;
}
.your-need-frnchise .your-need-icon {
  flex-shrink: 0;
  background: linear-gradient(135deg, #c0392b, #d4a017);
  font-size: 1.3rem;
  place-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  font-weight: 500;
  border-radius: 0px 30% 0% 30%;
  background-color: #f5c800;
  color: #ffffff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 0px;
}
/* .border-both {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
} */
.projt-info .newnum {
  color: var(--dark-pink);
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
}
.projt-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.whychose-box .choose-icon {
  width: 60px;
  height: 60px;
  background-color: var(--light-pink);
  padding: 6px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.whychose-box .choose-icon img {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.whychose-box h3 {
  font-size: 15px;
  padding-top: 10px;
}
.whychose-box {
  margin-bottom: 25px;
}
.serving-box {
  background-color: rgb(240, 240, 240);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}
.serving-box .serving-info h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.serving-box .serving-info .price-info {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
}
.serving-box .serbvi-image {
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
  margin: auto;
  margin-bottom: 10px;
  border: 2px solid var(--light-pink);
}
.serving-box .serbvi-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.parther-box {
  margin-bottom: 20px;
}
.parther-box svg {
  width: 100%;
  height: 50px;
  padding: 10px;
  fill: #fff;
}
.thankyou {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    302deg,
    rgba(158, 83, 81, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgb(128 47 51) 85%
  );
}
.thankyou::before {
  content: "";
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(191 158 102 / 45%) 0%,
    rgb(178 135 91 / 26%) 40%,
    transparent 70%
  );
  pointer-events: none;
}
.inner-thank-you-pg {
  position: relative;
}
.thank-you-icon {
  width: 260px;
  height: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.thank-you-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-thank-you-pg h1 span {
  color: var(--golden-color);
}
.inner-thank-you-pg h1 {
  color: #fff;
}
.inner-thank-you-pg p {
  color: #fff;
}
.inner-thank-you-pg .defult-btn {
  background: linear-gradient(135deg, #a17d45 0%, #e9d2a6 100%);
  color: #000;
}
.year {
  height: 60px;
  max-width: 60px;
  border-radius: 50%;
  border: 3px solid var(--light-pink);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin: auto;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.year.small {
  width: 30px;
  height: 30px;
  font-size: 0; /* Hide number */
  transition: all 0.5s ease-in-out;
}
.owl-item.active.center .year {
  background-color: var(--light-pink);
  color: #000;
  max-width: 100px;
  height: 100px;
  transition: 500ms;
}

.screenshot_slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: -1;
}

.screenshot_slider .owl-prev,
.screenshot_slider .owl-next {
  color: #000 !important;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--light-pink) !important;
  border-radius: 2px !important;
  background-color: #fff !important;
}
.screenshot_slider .owl-prev span,
.screenshot_slider .owl-next span {
  font-size: 25px;
  line-height: 22px;
}
.screenshot_slider .owl-prev:hover,
.screenshot_slider .owl-next:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.screenshot_slider .owl-prev {
  margin-right: 10px !important;
}

.screenshot_slider .owl-next {
  margin-left: 10px !important;
}
.screenshot_slider .owl-stage {
  display: flex;
  align-items: center;
}
.screenshot_slider .owl-nav .owl-dots {
  display: none;
}
.screenshot_slider {
  height: 100px;
}
.timelinetitle {
  margin-bottom: 0px;
}
.timeline-line {
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--light-pink);
  transform: translateY(-50%);
  z-index: 0;
}
.inner-timeline {
  position: relative;
}
.last-title {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.headingarea p {
  margin-bottom: 0px;
}
.lightbox .lb-close {
  position: absolute;
  top: -15px;
  right: 10px;
  z-index: 9999;
}

.main-menu .navbar-nav .nav-link.btn-danger-gw {
  background: linear-gradient(135deg, #803532 0%, #ea5b21 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.main-menu .navbar-nav .nav-link.btn-danger-gw:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgb(234 91 33 / 35%);
  color: #fff;
}
.main-menu .navbar-nav .nav-link.btn-primary-gw {
  background: linear-gradient(135deg, #803532 0%, #cbb26b 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.main-menu .navbar-nav .nav-link.btn-primary-gw:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgb(234 91 33 / 35%);
  color: #fff;
}

.btn-danger-gw {
  background: linear-gradient(135deg, #803532 0%, #ea5b21 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.btn-danger-gw:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgb(234 91 33 / 35%);
  color: #fff;
}

.btn-primary-gw {
  background: linear-gradient(135deg, #803532 0%, #cbb26b 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary-gw:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgb(234 91 33 / 35%);
  color: #fff;
}
.menu#menu {
  background: linear-gradient(
    302deg,
    rgb(158, 83, 81) 0%,
    rgb(128, 53, 50) 55%,
    rgb(128, 47, 51) 85%
  );
}

.connect-earning-main-cus {
  /* background-color: #ffffff; */
  background: var(--dark-linear-gradient);
  padding: 75px 0;
}
.connect-earning-main-cus .connect-earning-box-cus {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-content-box-cus
  h2
  span {
  color: var(--golden-color);
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-img-box-cus {
  width: 50%;
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-img-box-cus
  img {
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-content-box-cus {
  width: 50%;
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-content-box-cus
  h2 {
  font-size: 28px;
  margin-bottom: 24px;
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-content-box-cus
  ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 48px;
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-content-box-cus
  li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-content-box-cus
  li
  > img {
  width: 18px;
  height: 18px;
}
.connect-earning-main-cus
  .connect-earning-box-cus
  .connect-earning-content-box-cus
  li
  > p {
  margin-bottom: 0;
  font-size: 18px;
}
.btn-main-cus {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-main-cus a {
}

.founder-section {
  padding: 90px 0 75px;
  background: #ffffff;
  overflow: hidden;
}
.portrait-wrap {
  position: relative;
  display: block;
}
.portrait-wrap::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid var(--dark-pink);
  z-index: 0;
  display: none;
}
.portrait-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 4/4;
  object-fit: cover;
  filter: sepia(20%) contrast(1.05);
  display: block;
}
.portrait-placeholder {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0rem;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
}
.portrait-placeholder svg {
  width: 55%;
  opacity: 0.18;
}
.portrait-placeholder img {
  width: 100%;
  opacity: 1;
  max-width: 350px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.portrait-tag {
  position: absolute;
  z-index: 2;
  bottom: -18px;
  right: -18px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 0.55rem 1.1rem;
}
.founder-name-desination-main-cus {
  text-align: center;
  margin-top: 12px;
}
.founder-name-desination-main-cus h2 {
  color: #803532;
  margin-bottom: 2px;
  font-size: 24px;
}
.founder-name-desination-main-cus p {
  margin-bottom: 0;
  font-size: 18px;
}
.founder-content-title-cus {
  color: #803532;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
}
.opening-quote {
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.35;
  color: var(--dark-pink);
  padding-left: 0rem;
  margin-bottom: 1.5rem;
}
.hero-eyebrow {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-transform: capitalize;
  color: #222a3e;
  background: #e5e5e5;
  border-radius: 100px;
  padding: 6px 16px 6px 32px;
  margin-bottom: 15px;
}
.hero-eyebrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background: #d1382d;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.body-copy {
  line-height: 1.6;
}
.body-copy p + p {
  margin-top: 1.2rem;
}
.signature-block {
  margin-top: 1.5rem;
}
.signature-name {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  color: var(--light-pink);
  line-height: 1;
  margin-bottom: 0;
}
.signature-title {
  font-size: 14px;
  letter-spacing: normal;
  color: var(--dark-pink);
  margin-top: 2px;
  font-weight: 500;
  margin-bottom: 0;
}
.sig-line {
  width: 100px;
  height: 1px;
  background: var(--dark-pink);
  margin: 1rem 0 0.8rem;
}

.our-testimonials-gold {
  padding: 75px 0 75px;
  background: var(--light-linear-gradient);
}

.testimonial-image-box-gold {
  position: relative;
  height: 100%;
  margin-right: 15px;
}

.testimonial-image-gold {
  height: 100%;
}

.testimonial-image-gold figure {
  display: block;
  height: 100%;
  border-radius: 20px;
}

.testimonial-image-gold figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  border-radius: 20px;
}

.google-review-box-gold {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  max-width: 365px;
  background-color: var(--white-color);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 30px;
  z-index: 1;
}

.google-logo-gold img {
  width: 100%;
  max-width: 40px;
}

.google-review-content-gold {
  width: calc(100% - 55px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.google-review-content-gold h2 {
  width: 75px;
  font-size: 26px;
  line-height: 1.1em;
}

.google-review-content-gold p {
  margin: 0;
}

.testimonial-content-gold {
  height: 100%;
  align-content: center;
}

.testimonial-slider-gold .swiper-wrapper {
  cursor: none;
}

.testimonial-item-gold {
  background-color: #f6f6f6;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 40px;
  min-height: 340px;
}

.testimonial-item-content-gold p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: var(--primary-color);
  margin: 0;
}

.testimonial-item-body-gold {
  border-top: 1px solid #21293c1a;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
}

.testimonial-author-box-gold {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.testimonial-author-image-gold figure {
  display: block;
  border-radius: 50%;
}

.testimonial-author-image-gold img {
  width: 100%;
  max-width: 50px;
  border-radius: 50%;
}

.testimonial-author-content-gold h2 {
  font-size: 20px;
}

.testimonial-author-content-gold p {
  margin: 5px 0 0;
}

.testimonial-item-quote-gold img {
  width: 100%;
  max-width: 30px;
}

.testimonial-slider-gold .testimonial-pagination-gold {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.testimonial-slider-gold
  .testimonial-pagination-gold
  .swiper-pagination-bullet {
  position: relative;
  height: 12px;
  width: 12px;
  background: var(--secondary-color);
  opacity: 1;
  margin: 0 8px;
  transition: all 0.3s ease-in-out;
}

.testimonial-slider-gold
  .testimonial-pagination-gold
  .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.testimonial-slider-gold
  .testimonial-pagination-gold
  .swiper-pagination-bullet-active {
  background: var(--light-pink);
}

.testimonial-slider-gold
  .testimonial-pagination-gold
  .swiper-pagination-bullet-active:before {
  border: 1px solid var(--secondary-color);
  height: 24px;
  width: 24px;
}
.section-title {
  margin-bottom: 40px;
}
.light-section .section-title .section-sub-title {
  background: #f6f6f6;
}
.section-title .section-sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-transform: capitalize;
  color: #222a3e;
  background: #dfc695;
  border-radius: 100px;
  padding: 6px 16px 6px 32px;
  margin-bottom: 15px;
}
.section-title .section-sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background: var(--dark-pink);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.section-title h2 {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
  color: var(--white-color);
}
.section-title h2 span {
  color: #d6b772;
  font-size: 50px;
}
.section-title h2 span.titaliy-text {
  font-size: 45px;
  font-weight: 400;
  font-family: "Dancing Script", cursive;
  color: #ffe1a8;
}
.about-us-content p {
  color: var(--white-color);
}
.choose-us-section-2 {
  margin: 0px 32px;
  border-radius: 12px;
  padding: 0px 0;
  overflow: hidden;
  /* border: 1px solid goldenrod; */
  /* background: radial-gradient(
    circle,
    rgba(168, 93, 91, 1) 5%,
    rgba(128, 53, 50, 1) 48%,
    rgba(128, 53, 50, 1) 68%
  ); */
}
.choose-us-section-new {
  background: var(--light-linear-gradient);
  padding: 70px 0px;
}
.border-top-golden-2 {
  position: relative;
}
.border-top-golden-2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #dbbe804f, #00000000, #dbbe804f);
}
.sec-title {
  margin-bottom: 48px;
}
.sec-title p {
  color: #fff;
}
.sec-title .sec-sub-title {
  background-color: #dfc695;
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.sec-title .sec-sub-title .sub-title {
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-left: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sec-title .sec-sub-title .sub-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--dark-pink);
}
.sec-title .sec_title {
  font-size: 38px;
  color: var(--white-color);
  font-weight: 600;
  line-height: 1.2;
}
.sec-title .sec_title span {
  color: var(--golden-color);
}
.sec-title .title-desc {
  margin-bottom: 0;
  color: #fff;
}
.choose-us-block-list2 {
  margin-top: 30px;
  list-style-type: none;
}
.choose-us-block-list2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
}
.choose-us-block-list2 li:not(:last-child) {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.choose-us-block-list2 li .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
  border: 1px solid #d8b74e6b;
  box-shadow: 0px 1px 13px 0px #d9b77f9c;
}
.choose-us-block-list2 li .icon i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #60314f;
  font-size: 30px;
}
.choose-us-block-list2 li .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #60314f;
  font-size: 30px;
  width: 80px;
  height: auto;
}
.choose-us-block-list2 li .icon::after {
  background-color: #e19582;
  border-radius: 50%;
  height: 100%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.choose-us-block-list2 li .content {
}
.choose-us-block-list2 li .content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white-color);
  position: relative;
  margin-bottom: 15px;
}
.choose-us-block-list2 li .content .title::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #00000000, #dbbe80c9, #00000000);
  bottom: -5px;
  width: 120px;
  height: 1px;
}
.choose-us-block-list2 li .content .text {
  padding-right: 0;
  font-size: 14px;
  color: var(--white-color);
  width: 80%;
}
.choose-us-image-2 {
  max-width: 430px;
  position: relative;
  -webkit-mask-image: url(../images/choose-us-1-1.png);
  mask-image: url(../images/choose-us-1-1.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  margin-top: 30px;
  margin: auto;
}
.choose-us-image-2 img {
  width: 100%;
  height: 100%;
}

.brands-page {
  padding: 75px 0 75px;
  background: var(--dark-linear-gradient);
}
.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0 auto;
}
.brand-card {
  background: #f3f3f3;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow:
    0 4px 24px rgb(20 24 76 / 7%),
    0 1px 3px rgb(26 31 94 / 15%);
  cursor: pointer;
}
.brand-card {
  transform: translateY(40px);
  animation: cardReveal 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.brand-card:nth-child(1) {
  animation-delay: 0.1s;
}
.brand-card-strip {
  height: 5px;
  width: 100%;
}
.brand-card--lk .brand-card-strip {
  background: linear-gradient(90deg, #fac122, #f5da90);
}
.brand-number {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  z-index: 2;
}
.brand-card--lk .brand-number {
  background: rgb(250 193 34 / 9%);
  color: #ffbc00;
}
.brand-card-bg-letter {
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  font-size: 13rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  opacity: 0.035;
  color: #1b2062;
  user-select: none;
  transition: opacity 0.4s;
}
.brand-card-body {
  padding: 2.2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.brand-logo-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.brand-logo-ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  z-index: 0;
}
.brand-logo-ring {
  animation: spinRing 6s linear infinite;
}
.brand-card--lk .brand-logo-ring {
  background: conic-gradient(#fac122, #f5dc96, #fac122);
}
.brand-logo-inner {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #803532e8;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.brand-logo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-name {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  color: #12141c;
  margin-bottom: 0.3rem;
  transition: color 0.3s;
}
.brand-category {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 20px;
  margin-bottom: 1.4rem;
}
.brand-card--lk .brand-category {
  background: rgb(70 41 2);
  color: #fac122;
}
.brand-divider {
  width: 3rem;
  height: 2px;
  border-radius: 2px;
  margin: 0 auto 1.4rem;
}
.brand-card--lk .brand-divider {
  background: rgb(70 41 2);
}
.brand-booking-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
  background: #f5f3ec;
  border-radius: 12px;
  padding: 0.9rem 1.2rem;
  width: 100%;
}
.brand-booking-label {
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #777b97;
  text-transform: uppercase;
}
.brand-booking-sep {
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.1);
}
.brand-booking-price {
  font-size: 1rem;
  font-weight: 800;
  color: #12151e;
  letter-spacing: -0.01em;
}
.brand-booking-currency {
  font-size: 0.65rem;
  font-weight: 600;
  color: #777b95;
  margin-right: 1px;
}
.brand-cta {
  display: block;
  width: 100%;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}
.brand-card--lk .brand-cta {
  background: var(--dark-pink);
  color: #fff;
}
.brand-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.brand-card--lk .brand-cta::before {
  background: #812933;
}
.brand-card--lk .brand-cta:hover {
  border-color: #812933;
}
.brand-cta:hover .brand-cta-arrow,
.brand-cta:hover span {
  transform: translateX(4px);
  z-index: 999;
  position: relative;
}
.brand-card--tea .brand-card-strip {
  background: linear-gradient(90deg, #f58034, #fd8b3f);
}
.brand-card--tea .brand-number {
  background: rgba(180, 87, 0, 0.1);
  color: #f58034;
}
.brand-card--tea .brand-logo-ring {
  background: conic-gradient(#f37826, #fd8b3f, #f37826);
}
.brand-card--tea .brand-category {
  background: rgb(245 128 52 / 17%);
  color: #f58034;
}
.brand-card--tea .brand-divider {
  background: #f58034;
}
.brand-card--alp .brand-card-strip {
  background: linear-gradient(90deg, #dcbf7c, #dbb458);
}
.brand-card--alp .brand-number {
  background: #dcbf7c2c;
  color: #2e2103;
}
.brand-card--alp .brand-category {
  background: #dcbf7c40;
  color: #40300a;
}
.brand-card--alp .brand-divider {
  background: #dcbf7c;
}
.brand-card--tea .brand-cta::before {
  background: #f37a29;
}
.brand-card--tea .brand-cta {
  background: #f58034;
  color: #fff;
}
.brand-cta:hover::before {
  opacity: 1;
}
.brand-card--alp .brand-cta {
  background: linear-gradient(135deg, #dcbf7c, #f1a220);
  color: #fff;
}
.brand-card--alp .brand-cta::before {
  background: linear-gradient(135deg, #dcbf7c, #d4880e);
}
@keyframes cardReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.brand-logo-ring {
  animation: spinRing 6s linear infinite;
}
.brand-card:hover .brand-logo-ring {
  animation-play-state: running;
  animation-duration: 2s;
}
@keyframes spinRing {
  to {
    transform: rotate(360deg);
  }
}
.brand-card--alp .brand-logo-ring {
  background: conic-gradient(#dcbf7c, #f5a623, #dcbf7c);
}
.about-us-gold {
  padding: 75px 0;
  background: var(--dark-linear-gradient);
  position: relative;
}
.about-us-gold::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #d7b445, #00000000, #d7b445);
}

.about-image-box-gold {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
}

.about-image-box-1-gold {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.about-us-image-gold figure {
  display: block;
  border-radius: 20px;
}

.about-us-image-gold figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.about-image-box-1-gold .about-us-image-gold {
  height: 100%;
}

.about-image-box-1-gold .about-us-image-gold figure {
  margin-right: -222px;
  height: 100%;
}

.about-image-box-1-gold .about-us-image-gold figure img {
  height: 100%;
  aspect-ratio: 1 / 0.936;
}

.about-image-box-2-gold {
  position: relative;
  width: 50%;
  margin-top: auto;
  z-index: 1;
}

.about-image-box-2-gold figure {
  border: 10px solid #f6f6f6;
  border-radius: 30px;
}

.about-image-box-2-gold .about-us-image-gold figure img {
  aspect-ratio: 1 / 1.392;
}

.about-us-counter-box-gold {
  border: 1px solid #1e26361a;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 15px;
  margin: -25px 0px 0 -45px;
  background-color: #f1f1f1;
}

.about-us-counter-box-gold .icon-box {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #803532;
}

.about-us-counter-box-gold .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ea5b21;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
  z-index: 1;
}

.about-us-counter-box-gold:hover .icon-box::before {
  transform: scale(1);
}

.about-us-counter-box-gold .icon-box img {
  position: relative;
  max-width: 24px;
  z-index: 1;
}

.about-counter-content-gold {
  width: calc(100% - 65px);
}

.about-counter-content-gold h2 {
  font-size: 20px;
  color: var(--dark-pink);
  font-weight: 800;
  margin-bottom: 0px;
}

.about-counter-content-gold p {
  margin: 0px 0 0;
}

.about-us-content {
  height: 100%;
  align-content: center;
}

.about-us-item-gold {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.about-us-item-gold:last-child {
  margin-bottom: 0;
}

.about-us-item-gold .icon-box {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: blue;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.about-us-item-gold .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: green;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
  z-index: 1;
}

.about-us-item-gold:hover .icon-box::before {
  transform: scale(1);
}

.about-us-item-gold .icon-box img {
  position: relative;
  max-width: 24px;
  z-index: 1;
}

.about-us-item-content-gold {
  width: calc(100% - 65px);
}

.about-us-item-content-gold h3 {
  font-size: 20px;
  line-height: 1.4em;
}

.about-us-item-content-gold p {
  margin: 10px 0 0;
}

.about-us-btn-gold {
  margin-top: 40px;
}
.journey-sec-main-cus {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(
    302deg,
    rgba(59, 15, 15, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgba(92, 25, 23, 1) 85%
  );
}
.journey-sec-main-cus .journey-box-main-cus {
}
.journey-sec-main-cus .journey-box-main-cus img {
  width: 100%;
  height: auto;
}

.mv-section {
  padding: 75px 0 75px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    302deg,
    rgba(158, 83, 81, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgb(128 47 51) 85%
  );
}
.mv-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 10% 20%,
      rgba(255, 107, 0, 0.04) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(245, 166, 35, 0.04) 0%,
      transparent 40%
    );
  pointer-events: none;
}
.mv-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}
.mv-card {
  /* background: #fff; */
  padding: 0;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.mv-card:hover {
  transform: translateY(0px);
  box-shadow: none;
  z-index: 2;
}
.mv-card-watermark {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.02em;
}
.mv-card.mission .mv-card-watermark {
  color: rgb(217 187 134 / 12%);
}
.mv-card.vision .mv-card-watermark {
  color: rgb(217 187 134 / 12%);
}
.mv-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.mv-card.mission .mv-icon-wrap {
  background: rgba(255, 107, 0, 0.08);
  border: 0.5px solid var(--golden-color);
}
.mv-card.vision .mv-icon-wrap {
  background: rgba(192, 57, 43, 0.08);
  border: 1.5px solid var(--golden-color);
}
.mv-card .mv-icon-wrap img {
  width: 30px;
  height: 30px;
}

.mv-card-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.mv-card.mission .mv-card-label {
  color: #803532;
}
.mv-card.vision .mv-card-label {
  color: #803532;
}

.mv-card-heading {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.mv-card-heading em {
  font-style: italic;
}
.mv-card.mission .mv-card-heading em {
  color: #803532;
}
.mv-card.vision .mv-card-heading em {
  color: #803532;
}

.mv-card-divider {
  width: 3.5rem;
  height: 2px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.mv-card.mission .mv-card-divider {
  background: #ffffff;
}
.mv-card.vision .mv-card-divider {
  background: #ffffff;
}

.mv-card-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  color: #fff;
}
.mv-points {
  list-style: none;
  position: relative;
  z-index: 1;
}
.mv-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.mv-point-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  margin-top: 1px;
}
.mv-card.mission .mv-point-icon {
  background: rgb(217 188 131);
  color: var(--saffron-dk);
}
.mv-card.vision .mv-point-icon {
  background: rgb(217 188 131);
  color: var(--saffron-dk);
}
.values-strip {
  margin: 0;
  position: relative;
  z-index: 1;
}
.values-strip-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.values-eyebrow {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.values-eyebrow::before,
.values-eyebrow::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background: var(--saffron);
  opacity: 0.5;
}
.values-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
}
.values-title em {
  font-style: italic;
  color: var(--saffron);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.value-card {
  background: #fff0;
  border-radius: 0;
  padding: 0;
  text-align: start;
  border: none;
  transition:
    border-color 0.3s,
    transform 0.35s,
    box-shadow 0.35s;
  position: relative;
  overflow: hidden;
}
.value-card:hover {
  /*border-color: rgba(255,107,0,0.28);
transform: translateY(-5px);
box-shadow: 0 16px 40px rgba(255,107,0,0.09);*/
}
.value-card::after {
  /*content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, #803532, #803532);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;*/
}
.value-card:hover::after {
  transform: scaleX(1);
}

.value-emoji {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
}
.value-emoji svg {
  width: 50px;
  height: 50px;
  color: green;
}
.value-emoji svg.bi-heart-fill {
  color: red;
}
.value-emoji img {
  width: 50px;
  height: 50px;
}
.value-emoji svg.bi-trophy-fill {
  color: blue;
}
.value-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--golden-color);
  margin-bottom: 0.5rem;
}
.value-desc {
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}

.veg-menu-main-cus {
  padding: 75px 0;
}
.veg-main-course-menu-main-cus {
  padding: 0px 0 75px;
}
.about-franchise {
  background: #ffffff;
}
.about-franchise > .container > p {
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto 20px;
  font-size: 0.97rem;
}

/* food-list cards */
.food-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 18px;
  background:
    radial-gradient(ellipse 60% 50% at 90% 20%, #fff3e0 0%, transparent 70%),
    #fdf6ec;
  border-radius: 12px;
  padding: 16px 16px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(192, 57, 43, 0.06);
  border-bottom: 4px solid #803532;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  min-height: 200px;
}
.food-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(192, 57, 43, 0.13);
}
.food-list span {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff3e0, #fde8c8);
  display: grid;
  place-items: center;
}
.food-list span img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.yourneed {
  background: #f7f7f7;
}
.yourneed .headingarea .third-title {
  color: #fff;
}
.yourneed .headingarea p {
  color: #c7b5a8;
}

.your-need-frnchise {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgb(255 255 255 / 0%);
  border: 1px solid rgba(212, 160, 23, 0.2);
  border-radius: 12px;
  padding: 16px 16px;
  margin-bottom: 0px;
  transition:
    background 0.3s,
    border-color 0.3s;
  min-height: 95px;
}
.your-need-frnchise:hover {
  background: rgba(212, 160, 23, 0.08);
  border-color: #803532;
}
.your-need-icon {
  flex-shrink: 0;
  background: linear-gradient(135deg, #c0392b, #d4a017);
  font-size: 1.3rem;
  place-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  font-weight: 500;
  border-radius: 0px 30% 0% 30%;
  background-color: #f5c800;
  color: #ffffff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.frnch-req-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 0px;
}
.stepbystep {
  background: #ffffff;
}
.stepbystep .headingarea .third-title {
  color: #1a0a00;
}

.step-card {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: linear-gradient(180deg, #fff8f2 0%, #fdf6ec 100%);
  border-radius: 12px;
  padding: 0;
  margin-bottom: 24px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  border: 1px solid rgba(212, 160, 23, 0.2);
  min-height: 440px;
}
.step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #c0392b, #d4a017);
  border-radius: 4px 0 0 4px;
  display: none;
}
.step-card:hover {
  box-shadow: 0 8px 32px rgba(192, 57, 43, 0.14);
}

.step-num {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  border-radius: 50%;
  /*    background: linear-gradient(135deg, #c0392b, #e74c3c);*/
  display: grid;
  place-items: center;
}
.step-info {
  padding: 15px;
}
.innernum {
  font-size: 1.15rem;
  font-weight: 900;
  color: #fff;
}
.step-info h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.step-info ul {
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
.step-info ul ul {
  margin-top: 4px;
}

.apply-btn {
  display: inline-block;
  background: linear-gradient(135deg, #803532 0%, #ea5b21 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 38px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 24px rgba(192, 57, 43, 0.35);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.apply-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(192, 57, 43, 0.5);
}
.advantage {
  background: linear-gradient(
    302deg,
    rgba(158, 83, 81, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgb(128 47 51) 85%
  );
}
.advantage .last-title {
  text-align: center;
  color: var(--golden-color);
  font-size: 1.1rem;
  margin-top: 30px;
}

.advantage-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 160, 23, 0.18);
  border-radius: 12px;
  padding: 0;
  margin-bottom: 18px;
  transition: background 0.3s;
  overflow: hidden;
}
.advantage-item:hover {
  background: rgba(212, 160, 23, 0.07);
}
.franch-icon {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: grid;
  place-items: center;
}
.franch-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.franch-icon svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
  color: #803532;
}
.advantage-item .card-title {
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  padding: 15px;
  color: #fff;
}
.whyteaMax {
  background: linear-gradient(
    302deg,
    rgba(59, 15, 15, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgba(92, 25, 23, 1) 85%
  );
}
.whyteaMax .last-title {
  text-align: center;
  color: var(--golden-color);
  font-size: 1.15rem;
  margin-top: 24px;
  margin-bottom: 0;
}
.whyteaMax .food-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0px;
  background:
    radial-gradient(ellipse 60% 50% at 90% 20%, #fff3e0 0%, transparent 70%),
    #fdf6ec;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(192, 57, 43, 0.06);
  border: 1px solid #ffe8c7;
  border-bottom: 4px solid #efc281;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  min-height: 300px;
  overflow: hidden;
}
.whyteaMax .food-list span {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff3e0, #fde8c8);
  display: grid;
  place-items: center;
}
.whyteaMax .food-list span img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.whyteaMax .food-list .content-body-cus {
  padding: 15px;
}
.whyteaMax .food-list .content-body-cus h2 {
  font-size: 18px;
}
.whyteaMax .food-list .content-body-cus p {
}

.form-section {
  background: #f7f7f7;
  padding: 75px 0;
}

.about-text-area .third-title {
  font-size: 36px;
  color: #803532;
  font-weight: 600;
}
.about-text-area p {
  line-height: 1.4;
  margin-top: 12px;
}

.franchise-box {
  border-radius: 12px;
  padding: 36px 32px;
  box-shadow: 0 8px 40px rgb(191 158 102 / 31%);
  border-top: 4px solid var(--golden-color);
}
.form-section .franchise-box h4 {
  margin-bottom: 24px;
}
.form-control,
.form-select {
  border: 1.5px solid #e8ddd5;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.92rem;
  color: #2d1f14;
  background: #fdf9f6;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
.form-control:focus,
.form-select:focus {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
  background: #fff;
}
.form-floating textarea.form-control {
  min-height: 110px;
  resize: none;
}

.defult-btn {
  background: linear-gradient(135deg, #803532 0%, #ea5b21 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 40px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 6px 22px rgba(192, 57, 43, 0.32);
  letter-spacing: 0.4px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.defult-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(192, 57, 43, 0.48);
  color: #fff;
}
.stats-bar {
  background: linear-gradient(135deg, #c0392b 0%, #962d22 100%);
  padding: 36px 0;
}
.stat-item {
  text-align: center;
  color: #fff;
}
.stat-num {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ── Animations ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeUp 0.65s ease both;
}
.delay-1 {
  animation-delay: 0.1s;
}
.delay-2 {
  animation-delay: 0.22s;
}
.delay-3 {
  animation-delay: 0.34s;
}
.delay-4 {
  animation-delay: 0.46s;
}

.franchise-profitable-business-box-cus {
  padding-bottom: 75px;
}
.franchise-food-market-box-cus {
}
.conact-us label {
  font-size: 14px;
  margin-bottom: 4px;
  color: #fff;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 0rem;
}
.testi-card {
  background: #ffffff00;
  border: 1px solid var(--golden-color);
  border-radius: 12px;
  padding: 3rem 1rem 1rem;
  position: relative;
  transition:
    transform 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
  min-height: 300px;
}
.testi-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(255, 107, 0, 0.08);
  border-color: rgb(128 53 50 / 35%);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.testi-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #803532;
  background: rgb(128 53 50 / 10%);
  border: 1px solid rgb(223 197 152 / 62%);
  padding: 0.2rem 0.6rem;
  border-radius: 30px;
  cursor: pointer;
  z-index: 99;
}
.testi-badge a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--white-color);
  cursor: pointer;
  line-height: 1.2;
}
.testi-badge img {
  width: 14px !important;
  height: auto;
}
.testi-quote {
  color: #803532;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 8px;
  opacity: 0.7;
  position: relative;
  display: inline-block;
  top: -6px;
}
.testi-quote img {
  width: 18px !important;
  transform: rotate(180deg);
  display: inline !important;
}
.testi-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 12px;
  color: #fff;
}
.testi-stars {
  color: var(--golden-color);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
.testi-author-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: absolute;
  width: auto;
  bottom: 1rem;
  left: 1rem;
}
.testi-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a5793e 0%, #ffe8b8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
  color: #ffffff;
}
.testi-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.1rem;
  color: #fff;
}
.testi-location {
  font-size: 0.68rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.minimizing-costs-box-main-cus {
  padding: 75px 0 0px;
}
.minimizing-costs-box-main-cus .minimizing-costs-single-cus {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle,
    rgba(168, 93, 91, 1) 5%,
    rgba(128, 53, 50, 1) 48%,
    rgba(128, 53, 50, 1) 68%
  );
  padding: 20px 30px;
  border: 2px solid goldenrod;
  border-radius: 20px;
}
.minimizing-costs-box-main-cus
  .minimizing-costs-single-cus
  .minimizing-costs-img {
  width: 30%;
}
.minimizing-costs-box-main-cus
  .minimizing-costs-single-cus
  .minimizing-costs-img
  img {
}
.minimizing-costs-box-main-cus
  .minimizing-costs-single-cus
  .minimizing-costs-content {
  width: 70%;
}
.minimizing-costs-box-main-cus
  .minimizing-costs-single-cus
  .minimizing-costs-content
  h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.minimizing-costs-box-main-cus
  .minimizing-costs-single-cus
  .minimizing-costs-content
  p {
  text-align: center;
  color: #fff;
}

.hero {
  /* min-height: 100vh; */
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 75px 0;
  background: var(--light-linear-gradient);
}
.hero::before {
  content: "";
  position: absolute;
  top: -26%;
  left: 77%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(244, 163, 10, 0.12) 0%,
    rgba(217, 58, 26, 0.08) 40%,
    transparent 70%
  );
  pointer-events: none;
}
.mandala-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80vw, 700px);
  height: min(80vw, 700px);
  border: 1px solid rgb(244 10 10 / 8%);
  border-radius: 50%;
  animation: slowSpin 60s linear infinite;
  pointer-events: none;
}
.mandala-ring::before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px dashed rgba(244, 163, 10, 0.06);
  border-radius: 50%;
}
.mandala-ring::after {
  content: "";
  position: absolute;
  inset: 60px;
  border: 1px solid rgba(244, 163, 10, 0.04);
  border-radius: 50%;
}
@keyframes slowSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-content span {
  color: var(--golden-color);
}
.overline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--golden-color);
  margin-bottom: 28px;
  opacity: 0;
  animation: revealUp 0.7s 0.2s ease forwards;
}
.overline-dot {
  width: 5px;
  height: 5px;
  background: var(--golden-color);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.8);
    opacity: 0.5;
  }
}
.hero-title {
  font-size: clamp(2rem, 11vw, 3rem);
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 600;
  width: 65%;
  line-height: 1.3;
  color: #fff;
}
.hero-title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #dfc47f;
  -webkit-text-fill-color: #dfc47f;
  -webkit-text-stroke: 1px rgba(244, 163, 10, 0.3);
}
.title-line {
  display: inline-block;
  overflow: hidden;
}
.title-line-inner {
  display: block;
  transform: translateY(100%);
  animation: slideUp 0.8s ease forwards;
  color: #fff;
}
.title-line:nth-child(1) .title-line-inner {
  animation-delay: 0.3s;
  color: #fff;
}
.title-line:nth-child(2) .title-line-inner {
  animation-delay: 0.45s;
  background: linear-gradient(135deg, #ffab0c 0%, #e78409 40%, #cd3516 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title-line:nth-child(3) .title-line-inner {
  animation-delay: 0.6s;
  color: rgb(255 238 238 / 15%);
  font-size: 0.45em;
  letter-spacing: 0.25em;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-text-fill-color: #dfc47f;
  -webkit-text-stroke: 1px rgba(244, 163, 10, 0.3);
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}
.hero-desc {
  font-style: italic;
  font-size: 18px;
  color: rgb(255 255 255);
  line-height: 1.4;
  max-width: 550px;
  opacity: 0;
  animation: revealUp 0.7s 0.85s ease forwards;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  animation: revealUp 0.7s 1s ease forwards;
}

.btn-flame {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  width: fit-content;
  background: linear-gradient(135deg, #c19125, #e8d3ad);
  color: #000000;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s;
}
.btn-flame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #c19125, #e8d3ad, #c19125);
  opacity: 0;
  transition: opacity 0.4s;
}
.btn-flame:hover {
  transform: translateY(-3px);
  color: #000;
}
.btn-flame:hover::before {
  opacity: 1;
}
.btn-flame span,
.btn-flame svg {
  position: relative;
  z-index: 1;
}
.btn-flame .arrow {
  transition: transform 0.3s;
}
.btn-flame:hover .arrow {
  transform: translateX(3px);
}
.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid rgba(244, 163, 10, 0.15);
  padding-left: 40px;
  opacity: 0;
  animation: revealUp 0.7s 1.1s ease forwards;
}
.stat-block {
  padding: 28px 0;
  border-bottom: 1px solid rgba(244, 163, 10, 0.08);
  position: relative;
}
.stat-block:last-child {
  border-bottom: none;
}
.stat-block::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--saffron);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.stat-block:hover::before {
  opacity: 1;
}

.stat-val {
  font-size: 2.8rem;
  line-height: 1;
  color: var(--cream);
  display: block;
}
.stat-val .unit {
  font-size: 1.2rem;
  color: var(--saffron);
  font-weight: 300;
}
.stat-lbl {
  font-size: 0.68rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(251, 245, 230, 0.3);
  margin-top: 4px;
  font-weight: 500;
}
.hero-image-wrap {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 75%;
  float: inline-end;
}
@keyframes revealRight {
  from {
    opacity: 0;
    transform: translateY(-48%) translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
.hero-image-wrap img {
}
@keyframes imgFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0.5deg);
  }
  50% {
    transform: translateY(-20px) rotate(-0.5deg);
  }
}
.img-glow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 60px;
  background: radial-gradient(ellipse, #803532 0%, transparent 70%);
  filter: blur(20px);
}
@keyframes starSpin {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.franchise-image-gold {
  border-radius: 15px;
  overflow: hidden;
}
.franchise-image-gold figure {
  margin-bottom: 0;
}
.franchise-image-gold figure > img {
}
.franchise-hero-sec-main-cus {
}
.franchise-hero-sec-main-cus.hero {
  position: relative;
  /*min-height: 100vh;*/
  display: flex;
  flex-direction: column;
  overflow: hidden;
  top: -105px;
  margin-bottom: -105px;
  padding: 9rem 0 4rem;
}
.franchise-hero-sec-main-cus.hero img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.franchise-hero-sec-main-cus .hero-bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  opacity: 0.55;
  filter: saturate(1.2);
}
.hero-bg-cell {
  background-size: cover;
  background-position: center;
}
.hero-bg-cell:nth-child(1) {
  background-image: url("../images/franchise-banner-1.jfif");
}
.hero-bg-cell:nth-child(2) {
  background-image: url("../images/franchise-banner-2.jfif");
}
.hero-bg-cell:nth-child(3) {
  background-image: url("../images/franchise-banner-3.jfif");
}
.hero-bg-cell:nth-child(4) {
  background-image: url("../images/franchise-banner-4.jfif");
}
.hero-bg-cell:nth-child(5) {
  background-image: url("../images/franchise-banner-5.jfif");
}
.hero-bg-cell:nth-child(6) {
  background-image: url("../images/franchise-banner-6.jfif");
}
.hero-bg-cell:nth-child(7) {
  background-image: url("../images/franchise-banner-7.jfif");
}
.hero-bg-cell:nth-child(8) {
  background-image: url("../images/franchise-banner-8.jfif");
}
.hero-bg-cell:nth-child(9) {
  background-image: url("../images/franchise-banner-9.jfif");
}
.hero-bg-cell:nth-child(10) {
  background-image: url("../images/franchise-banner-10.jfif");
}
.hero-bg-cell:nth-child(11) {
  background-image: url("../images/franchise-banner-11.jfif");
}
.hero-bg-cell:nth-child(12) {
  background-image: url("../images/franchise-banner-12.jfif");
}
/* .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 80% 60% at 50% 50%,
      rgba(13, 10, 8, 0.45) 0%,
      rgba(13, 10, 8, 0.88) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(13, 10, 8, 0.6) 0%,
      rgba(13, 10, 8, 0.2) 40%,
      rgba(13, 10, 8, 0.75) 100%
    );
} */
.franchise-hero-sec-main-cus .hero-content {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.franchise-hero-sec-main-cus .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(192, 57, 43, 0.18);
  border: 1px solid rgba(192, 57, 43, 0.4);
  border-radius: 50px;
  padding: 0.35rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f1a89a;
  margin-bottom: 1.6rem;
  animation: fadeUp 0.7s 0.2s ease both;
}
.franchise-hero-sec-main-cus .eyebrow-dot {
  width: 6px;
  height: 6px;
  background: #c13627;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.franchise-hero-sec-main-cus .hero-title {
  font-size: clamp(2.6rem, 7vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 1.4rem;
  animation: fadeUp 0.75s 0.35s ease both;
}
.franchise-hero-sec-main-cus .hero-title span {
  background: linear-gradient(135deg, #803532 0%, #ea5b21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.franchise-hero-sec-main-cus .hero-sub {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgb(255 255 255 / 97%);
  max-width: 620px;
  line-height: 1.5;
  margin-bottom: 2.2rem;
  animation: fadeUp 0.75s 0.48s ease both;
}
.franchise-hero-sec-main-cus .offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 0.85rem 1.5rem;
  margin-bottom: 2rem;
  animation: fadeUp 0.75s 0.6s ease both;
  cursor: default;
  transition: background 0.25s;
}
.franchise-hero-sec-main-cus .offer-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #c13527, #e37a1e);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  color: #ffffff;
}
.franchise-hero-sec-main-cus .offer-text-main {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
.franchise-hero-sec-main-cus .offer-text-sub {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1px;
}
.franchise-hero-sec-main-cus .hero-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  animation: fadeUp 0.75s 0.72s ease both;
}
.franchise-hero-sec-main-cus .btn-primary-kk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #803532 0%, #ea5b21 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9rem 2.2rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 8px 28px rgba(192, 57, 43, 0.45);
}
.franchise-hero-sec-main-cus .btn-primary-kk .btn-arrow {
  color: #ffffff;
}
.franchise-hero-sec-main-cus .btn-primary-kk:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(192, 57, 43, 0.55);
  color: #fff;
}
.franchise-about-main-cus-sec {
  padding: 75px 0;
  background: linear-gradient(
    302deg,
    rgba(158, 83, 81, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgb(128 47 51) 85%
  );
}
.franchise-about-main-cus-sec .title h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
}
.franchise-about-main-cus-sec .title p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
  width: 100%;
  margin: inherit;
  margin-bottom: 1rem;
}
.margin-bottom {
  border-bottom: 1px dotted rgb(227 229 241);
}
.border-dotted {
  border-right: 1px dotted rgb(227 229 241);
}
.p-0 {
  padding: 0 !important;
}
.build-trsut-card {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
.build-trsut-card .trsut-icon img {
  width: 40px;
  margin-bottom: 16px;
  transition: transform 0.4s ease;
  height: auto;
}
.build-trsut-card .trsut-icon:hover img {
  transform: scale(1.1);
}
.build-trsut-card h3 {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
}
.build-trsut-card p {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 0;
}
.qualification-franchise-ownership-sec-main-cus {
  padding-bottom: 75px;
  padding-top: 75px;
  background: linear-gradient(
    302deg,
    rgba(59, 15, 15, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgba(92, 25, 23, 1) 85%
  );
}
.ownership-box {
  padding: 32px 32px 40px;
  position: relative;
}
.ownership-box img {
  width: 45px;
  height: 40px;
  object-fit: contain;
}
.os-box-txt h5 {
  text-transform: none;
  padding: 24px 0 0;
  font-size: 18px;
  color: #ffffff;
}
.os-box-txt p {
  color: #ffffff;
}
.ownership-box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 250px;
  /* background: url(../images/ownershil-box-divider-icon.webp) no-repeat; */
  left: 0;
  top: 25%;
  background-size: cover;
  background-position: center;
  background: linear-gradient(45deg, #00000000, #ffa4263d, #00000000);
}
.col-lg-4:first-child .ownership-box::before,
.col-lg-4:nth-of-type(4) .ownership-box::before {
  display: none;
}
.faq-sec-main-cus {
  padding: 75px 0 75px;
  background: linear-gradient(
    302deg,
    rgba(59, 15, 15, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgba(92, 25, 23, 1) 85%
  );
}
.accordion-item {
  color: #23282c;
  background-color: #ffffff;
  border: 1px solid #d5dadf;
}
.faq-sec-main-cus .accordion-item:not(:first-of-type) {
  border: 1px solid #d5dadf;
}
.faq-sec-main-cus .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  text-align: left;
  position: relative;
  z-index: 1;
}
.faq-sec-main-cus .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-header {
  margin-bottom: 0;
}
.faq-sec-main-cus .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: 500;
  border: 0;
  color: #282828;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 16px 16px 16px 16px;
  min-height: 56px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  letter-spacing: -0.02em;
}
.accordion-button-cus:after {
  background-image: url(../images/plus.svg) !important;
  --bs-accordion-btn-icon-width: 1rem;
  background-size: 14px;
}
.accordion-button-cus:not(.collapsed)::after {
  background-image: url(../images/minus.svg) !important;
  filter: invert(6%) sepia(85%) saturate(5793%) hue-rotate(348deg)
    brightness(102%) contrast(100%);
}
.faq-sec-main-cus .accordion-item .accordion-body {
  border: none;
  padding: 0 0 16px;
  margin: 0 16px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
}
.review-item {
  width: 55%;
  margin: auto;
}
.review-item .inner-cus {
  position: relative;
  background: #fff0;
  padding: 0px 20px 0px 20px;
  border-radius: 0px;
  border-radius: 6px;
}
.profile-details-cus {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 5px;
  flex-direction: column;
}
.profile-details-cus .profil-image {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #803532;
  margin-bottom: 12px;
}
.profile-details-cus .profil-image img {
  width: 100%;
  height: 100%;
}
.profile-details-cus .content h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.review-item .inner-cus p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #f7f7f7;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: center;
}
.profile-details-cus .content p {
  font-size: 14px;
  color: #000;
}
.review-cus {
  position: relative;
}
.review-item .inner-cus .quote-icon {
  display: inline-block;
  position: relative;
  top: -2px;
  left: -6px;
  transform: rotate(180deg);
}
.review-item .inner-cus .quote-icon img {
  width: 20px !important;
  height: 20px;
}
.review-item .inner-cus p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #ecebeb;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: center;
}
.review-item .inner-cus .test-desc-cus {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #ecebeb;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: center;
  padding: 0 24px;
}
.quote-icon-right {
  display: inline-block;
  position: relative;
  top: 6px;
  left: 6px;
}
.quote-icon-right img {
  width: 20px !important;
  height: 20px;
  float: right;
}
.registerfranchise-modal-main-cus {
}
.registerfranchise-modal-main-cus .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-bottom: none;
}
.registerfranchise-modal-main-cus .modal-header .modal-title {
  font-size: 24px;
}
.registerfranchise-modal-main-cus .modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 0px 12px 12px;
  box-shadow: 0 8px 40px rgba(192, 57, 43, 0.12);
  border: 1px solid #ddd;
  border-bottom: 4px solid #c0392b;
  background-image: url(../images/form-bg-3.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat;
}
.registerfranchise-modal-main-cus .franchise-box {
  background: #fff0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border-top: none;
  border: none;
}
.registerfranchise-modal-main-cus .modal-header .btn-close {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 19px;
  border: none;
  width: 15px;
  display: flex;
  border-radius: 30px;
  cursor: pointer;
  height: 15px;
  background-color: #ff1100;
  justify-content: center;
  align-items: center;
  background-size: 10px;
  opacity: 1;
}
.btn-close:focus {
  box-shadow: none;
}
.our-testimonials-franchisepg-main-cus {
}
.our-testimonials-franchisepg-main-cus.our-testimonials-gold {
  background: linear-gradient(
    302deg,
    rgba(158, 83, 81, 1) 0%,
    rgba(128, 53, 50, 1) 55%,
    rgb(128 47 51) 85%
  );
}

.bread-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.bread-decor span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 24 0), transparent 70%);
  animation: floatDot 6s ease-in-out infinite alternate;
  z-index: 999999;
}
.bread-decor span:nth-child(1) {
  width: 180px;
  height: 180px;
  top: -30px;
  right: 15%;
  animation-delay: 0s;
}
.bread-decor span:nth-child(2) {
  width: 120px;
  height: 120px;
  bottom: 10px;
  left: 10%;
  animation-delay: 1.5s;
}
.bread-decor span:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 30%;
  right: 5%;
  animation-delay: 0.8s;
  opacity: 0.6;
}
.bread-ring {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgb(192 57 43 / 98%);
  pointer-events: none;
  animation: spinRing 30s linear infinite;
}
.bread-ring::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px dashed rgb(241 196 15);
}
.bread-ring::after {
  content: "";
  position: absolute;
  inset: 32px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255);
}
.ring-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #bb392c;
  border-radius: 50%;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  box-shadow: 0 0 10px rgba(192, 57, 43, 0.7);
}
@keyframes floatDot {
  from {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1.2) translateY(-18px);
  }
}
@keyframes spinRing {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.header-menu-btns-cus {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
  margin-left: 0px;
  width: 31%;
}
.footer-middle {
  text-align: center;
}
.footer-middle .footer-logo-center {
}
.footer-middle .footer-logo-center img {
  width: 180px;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}
.footer-middle .footer-address {
  text-align: center;
  padding: 0px 0 0;
}
.footer-middle .footer-address .title h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
}
.location-map {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-middle .footer-address .address p {
  margin: 0;
  color: #f5f5f5;
  font-size: 16px;
  line-height: normal;
  padding-top: 0;
}
.footer-middle .footer-address .address p > i {
  font-size: 18px;
}
.footer-middle .footer-address .address ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}
.footer-middle .footer-address .address li {
  margin-right: 15px;
  margin-top: 10px;
}
.footer-middle .footer-address .address li a {
  color: #f5f5f5;
  font-size: 16px;
}
.footer-middle .footer-address .address li > i {
  font-size: 18px;
}
.footer-middle .bottom-link {
}
.footer-middle .bottom-link ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 16px;
  justify-content: center;
  color: #f5f5f5;
  margin-bottom: 6px;
}
.footer-middle .bottom-link ul li {
  position: relative;
  padding-right: 16px;
}
.footer-middle .bottom-link ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #f5f5f5;
  top: 4px;
  right: 0;
}
.footer-middle .bottom-link ul li:last-child:after {
  display: none;
}

.footer-middle .bottom-link ul li a {
  color: #f5f5f5;
}
.footer-social-media-icons {
  margin-bottom: 24px;
}
.footer-social-media-icons a {
  color: #f5f5f5;
  font-size: 18px;
  border-radius: 100%;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border: 1px solid #f5f5f5;
}
.footer-bottom3 .copyright {
}
.footer-bottom3 .copyright p {
  padding-top: 0;
  color: #f5f5f5;
}
.partners {
  background: linear-gradient(
    302deg,
    rgb(158, 83, 81) 0%,
    rgb(128, 53, 50) 55%,
    rgb(128, 47, 51) 85%
  );
}
.privacy-wrapper p {
  color: var(--white-color);
  padding-bottom: 30px;
}
.privacy-wrapper h2 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white-color);
  padding-bottom: 20px;
  padding-bottom: 10px;
}
.privacy-wrapper ul {
  padding-left: 20px;
  margin-bottom: 35px;
}

.privacy-wrapper ul li {
  margin-bottom: 10px;
  color: var(--white-color);
}
.content-carving {
  padding-bottom: 50px;
}
.all-menu-wrapper .all-menu-item {
  position: relative;
  padding-bottom: 30px;
}
.all-menu-wrapper .all-menu-item .dise-name {
  font-size: 25px;
  color: var(--golden-color);
  margin-bottom: 6px;
  position: relative;
  width: fit-content;
}
.all-menu-wrapper .all-menu-item .dise-name::before {
  content: "";
  position: absolute;
  width: 155px;
  right: -165px;
  height: 1px;
  background: var(--golden-color);
  margin-top: 16px;
}
.all-menu-wrapper .all-menu-item .descp {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.nav-icon-mobile-only {
  display: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
  }
}
@media screen and (max-width: 991px) {
  .headerlist ul {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    text-align: start;
    gap: 0px;
  }
  .headerlist ul li {
    width: 100%;
    padding: 15px 12px;
    border-bottom: 1px solid #934753;
    text-align: center;
    position: relative;
  }
  .headerlist ul li:last-child {
    border-bottom: none;
  }
  .headerlist ul li.nav-link.active {
    color: var(--golden-color);
  }
  .nav-icon-mobile-only {
    display: inline-block;
  }
  .headerlist ul li a {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
  }
  .headerlist ul li a .nav-icon-mobile-only {
    color: var(--golden-color);
  }
  .headerlist ul li a .nav-icon-mobile-only.floatend {
    float: inline-end;
    position: absolute;
    right: 12px;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .producst {
    height: 200px;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
  }
  .inner-bg {
    height: 200px;
    width: 200px;
    margin: auto;
  }
  .onwer-profile {
    display: block;
  }
  .onwerprofile {
    margin: auto;
  }
  .onwer-profile .notice {
    width: 100%;
    text-align: center;
  }
  .home-slider .carousel-item img {
    height: auto;
  }
  .conactlist {
    padding-left: 0px;
  }
  .contat-deials ul {
    justify-content: center;
  }
  .timeline-line {
    top: 61%;
  }
  .about-us-btn-gold {
    margin-top: 40px;
    margin-bottom: 48px;
  }
  .hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 75px 0;
    flex-direction: column;
  }
  .hero-image-wrap {
    position: initial;
    transform: translateY(15%);
    width: 100%;
    z-index: 1;
    opacity: 1;
    animation: none;
  }
  .brands-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 0 auto;
  }
  .choose-us-image-2 {
    margin: 0px auto 0;
    max-width: 279px;
  }
  .connect-earning-main-cus .connect-earning-box-cus {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-direction: column-reverse;
  }
  .connect-earning-main-cus
    .connect-earning-box-cus
    .connect-earning-img-box-cus {
    width: 100%;
  }
  .connect-earning-main-cus
    .connect-earning-box-cus
    .connect-earning-content-box-cus {
    width: 100%;
  }
  .testi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 0rem;
  }
  .headerlist {
    width: 100%;
    right: 0;
    top: 0px;
    padding: 20px 20px 20px;
    height: 100vh;
    background: linear-gradient(
      526deg,
      rgb(123 37 48) 0%,
      rgb(129 47 51) 55%,
      rgb(155 76 88) 85%
    );
    border-left: 2px solid var(--golden-color) !important;
    border-top-left-radius: 25px;
    width: 90% !important;
  }
  .headerlist .offcanvas-header {
    padding: 0;
    margin-bottom: 20px;
  }
  .sidebarlogo img {
    width: auto;
    height: 60px;
  }
  .navbar-toggler {
    border: none;
    padding: 0;
  }
  .btn-close {
    font-size: 31px !important;
    border: none;
    z-index: 9999;
    padding: 0;
    background-color: #d4a95d;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #812634;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-image: none;
    opacity: 1;
    box-shadow: 0px 0px 15px 0px #3e3b3b82;
  }
  .headerlist ul {
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    text-align: start;
    margin-bottom: 24px;
    width: 100%;
  }

  .header-menu-btns-cus {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 24px;
    margin-left: 0px;
    width: 100%;
    flex-direction: column;
  }
  .mv-cards-row {
    display: grid;
    grid-template-columns: none;
    gap: 3rem;
    margin: 0 auto 5rem;
    position: relative;
    z-index: 1;
  }
  .values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .footer-widget,
  .footer-widget .widget {
    margin-bottom: 48px;
  }
  .navbar-brand {
    width: 20%;
    display: flex;
    margin-right: 0;
    padding: 0;
    align-items: center;
    height: 105px;
  }
  .space-bredcrumb {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    top: -105px;
    margin-bottom: -105px;
  }
  .breadcrumb-content-wrap {
    position: relative;
    z-index: 5;
    padding: 10rem 0 5rem;
  }
  .bc-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 1rem;
    animation: fadeUp 0.7s 0.28s ease both;
  }
  .bc-desc {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    max-width: 100%;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    animation: fadeUp 0.7s 0.4s ease both;
  }
  .center-breadcrumb-main-cus .bc-desc {
    line-height: 1.5;
  }
  .franchise-hero-sec-main-cus.hero {
    padding: 10rem 0 3rem;
  }
  .franchise-hero-sec-main-cus.hero img {
    object-fit: cover;
    min-height: 460px;
    width: 100%;
    height: 100%;
  }
  .franchise-hero-sec-main-cus .hero-title {
    font-size: clamp(2rem, 7vw, 5rem);

    line-height: 1.08;
    width: auto;

    margin-bottom: 1.4rem;
  }
  .franchise-hero-sec-main-cus .hero-sub {
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    max-width: 100%;
    line-height: 1.5;
    margin-bottom: 2.2rem;
    animation: fadeUp 0.75s 0.48s ease both;
  }
  .col-lg-4:nth-of-type(4) .ownership-box::before {
    display: block;
  }
  .col-lg-4:first-child .ownership-box::before,
  .col-lg-4:nth-of-type(3) .ownership-box::before,
  .col-lg-4:nth-of-type(5) .ownership-box::before {
    display: none;
  }
  .advantage-item {
    margin-bottom: 24px;
  }
  .whyteaMax .food-list {
    min-height: 325px;
  }
  .review-item {
    width: 100%;
    margin: auto;
  }
  .conact-us .franchise-box {
    margin-bottom: 48px;
  }
  .hero-section {
    height: 60vh;
  }
  .hero-content h1 {
    font-size: 50px;
    width: auto;
    line-height: 1.2;
  }
  .hero-content p {
    width: 80%;
  }
  .choose-us-block-list2 li .icon {
    margin: auto;
  }
  .choose-us-block-list2 li .content .text {
    width: auto;
  }
  .choose-us-block-list2 li .content .title::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .privyr-contet .breadcrumb-content {
    padding: 9rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-slider .carousel-item img {
    height: 50vh;
  }
  .inner-bg {
    height: 200px;
    width: 200px;
  }
  .producst {
    height: 200px;
    width: 200px;
  }
  .top-header {
    display: none;
  }
  .menu-item {
    display: block;
    justify-content: center;
  }
  .menu-item .intro h3 {
    font-size: 14px;
  }
  .menu-item .image {
    margin: auto;
  }
  .menu-item .content {
    width: 100%;
  }
  .headingarea .second-title {
    font-size: 25px;
  }
  .headingarea .second-new {
    font-size: 26px;
  }
  .headingarea .second-title::before {
    left: 37%;
  }
  .paddig {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial {
    padding-bottom: 25px;
  }
  .footerlist h3 {
    margin-bottom: 0rem;
    font-size: 21px;
  }
  .footerlist h3::before {
    width: 4rem;
  }
  .copywrtie p {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .about-text-area {
    padding-top: 20px;
  }
  .onwer {
    padding-top: 20px;
  }
  .home-inner-contante {
    padding-top: 110px;
  }
  .welcome-title {
    font-size: 25px;
  }
  .home-inner-contante h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  .home-slider .carousel-control-next {
    right: 15px;
  }
  .home-slider .carousel-control-prev {
    left: 15px;
  }
  .menulist ul li {
    margin-bottom: 0px;
  }
  .menulist .nav-pills .nav-link.active,
  .menulist .nav-link {
    font-size: 13px;
    width: max-content;
  }
  .foodmenu .nav-pills {
    padding-left: 0px;
    padding-bottom: 15px;
    overflow: scroll;
    align-items: center;
    justify-content: start;
  }
  .inner-product-name h3 {
    font-size: 14px;
  }
  .parablod {
    font-size: 15px;
  }
  .defult-btn {
    padding: 10px 30px;
  }
  .fix-icons-footer-cus {
    right: 0px;
  }
  .fix-icons-footer-cus a {
    height: 30px;
    width: 30px;
  }
  .home-slider .carousel-control-next-icon,
  .home-slider .carousel-control-prev-icon {
    display: none;
  }
  .home-slider:hover .carousel-control-next-icon,
  .home-slider:hover .carousel-control-prev-icon {
    display: none;
  }
  .galley-card {
    width: 180px;
    height: 150px;
  }
  .top-footer p {
    padding-top: 10px;
    font-size: 14px;
    width: 100%;
    margin: auto;
  }
  .conactlist {
    padding-left: 0px;
  }
  .testmonial-slid {
    width: 100%;
    margin: auto;
  }
  .breadcrumb-content .breadcrumb-title {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .space-bredcrumb {
    padding: 0px;
  }
  .parther-box {
    margin-bottom: 20px;
  }
  .step-num {
    margin-left: -8px;
  }
  .step-card {
    display: block;
  }
  .step-info {
    padding: 10px 10px 15px 10px;
  }
  .serving-box {
    padding: 10px 10px;
  }
  .serving-box .serving-info h3 {
    font-size: 16px;
  }
  .serving-box .serving-info .price-info {
    margin-bottom: 0px;
  }
  .headingarea .third-title {
    font-size: 22px;
    text-align: center;
  }
  .headingarea p {
    text-align: center;
  }
  .franchise-box {
    padding: 10px;
  }
  .home-slider .carousel-item img {
    height: auto;
  }
  .about-image-box-gold {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .about-image-box-1-gold {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .about-image-box-1-gold .about-us-image-gold figure {
    margin-right: 0;
    height: 100%;
  }
  .about-image-box-2-gold {
    position: relative;
    width: 100%;
    margin-top: auto;
    z-index: 1;
  }
  .about-image-box-2-gold figure {
    border: 0px solid #f6f6f6;
    border-radius: 30px;
  }
  .about-us-counter-box-gold {
    margin: 10px 0px 10px 0px;
  }
  .section-title {
    margin-bottom: 12px;
  }
  .section-title .section-sub-title {
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 600;
  }

  .sec-title .sec-sub-title {
    padding: 9.2px 20px;
  }
  .sec-title .sec_title {
    font-size: 28px;
    font-weight: 600;
  }
  .brands-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin: 0 auto;
  }
  .choose-us-section-2 {
    margin: 0px 0px;
    border-radius: 12px;
    padding: 0px 0;
  }
  .choose-us-block-list2 {
    margin-top: 24px;
    list-style-type: none;
    padding: 0 12px;
  }
  .choose-us-block-list2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    text-align: center;
  }
  .choose-us-block-list2 li:not(:last-child) {
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    margin-bottom: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .choose-us-block-list2 li .icon {
    margin: auto;
  }
  .choose-us-block-list2 li .icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #60314f;
    font-size: 20px;
  }
  .choose-us-block-list2 li .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }
  .connect-earning-main-cus .connect-earning-box-cus {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 48px;
    flex-direction: column-reverse;
  }
  .connect-earning-main-cus
    .connect-earning-box-cus
    .connect-earning-img-box-cus {
    width: 100%;
  }
  .connect-earning-main-cus
    .connect-earning-box-cus
    .connect-earning-content-box-cus {
    width: 100%;
  }
  .connect-earning-main-cus
    .connect-earning-box-cus
    .connect-earning-content-box-cus
    h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .connect-earning-main-cus
    .connect-earning-box-cus
    .connect-earning-content-box-cus
    li
    > img {
    width: 16px;
    height: 16px;
  }
  .connect-earning-main-cus
    .connect-earning-box-cus
    .connect-earning-content-box-cus
    li
    > p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .menulist .nav-link {
    padding: 6px 12px;
  }
  .testimonial-image-box-gold {
    position: relative;
    height: 100%;
    margin-right: 0px;
  }
  .google-review-box-gold {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    max-width: 100%;
    background-color: var(--white-color);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 15px;
    z-index: 1;
  }
  .google-review-content-gold h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1;
  }
  .testimonial-content-gold {
    height: 100%;
    align-content: center;
    margin-top: 24px;
  }
  .testimonial-item-gold {
    background-color: #f6f6f6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    min-height: 340px;
  }
  .testimonial-item-content-gold p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
  }
  .testimonial-author-content-gold h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .testimonial-author-content-gold p {
    margin: 0px 0 0;
  }
  .gallery .row {
    padding-top: 0px;
  }
  .galley-card {
    width: 100%;
    height: 150px;
  }
  .th-widget-about.style2 {
    max-width: 100%;
  }
  .box-title {
    font-size: 16px;
    line-height: 1.417;
    font-weight: 500;
    margin-top: -0.32em;
  }
  .footer-widget .widget_title {
    max-width: 100%;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0em 0 16px 0;
    padding: 0;
    border: 0;
    font-size: 18px;
  }
  .footer-widget,
  .footer-widget .widget {
    padding-bottom: 32px;
    margin-bottom: 0px;
  }
  .navbar-brand {
    width: 130px;
    height: 70px;
  }
  .navbar-brand img {
    /*    height: 40px;
    width: auto;*/
  }
  .sticky-header .navbar-brand {
    width: 130px;
    height: 70px;
  }
  .sticky-header .navbar-brand img {
    height: auto;
    width: 100%;
  }
  .testi-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 0rem;
  }
  .hero-title {
    font-size: clamp(2rem, 9vw, 4rem);
    line-height: 1.3;
    width: auto;
  }
  .hero-image-wrap {
    margin-bottom: 26px;
  }
  .hero {
    padding: 50px 0 0px;
  }
  .franchise-hero-sec-main-cus.hero {
    position: relative;
    /* min-height: 70vh; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 7rem 1rem 1rem;
  }
  .franchise-hero-sec-main-cus.hero img {
    object-fit: cover;
    min-height: 460px;
    width: 100%;
    height: 100%;
  }
  .franchise-hero-sec-main-cus .hero-bg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 3px;
    opacity: 0.55;
    filter: saturate(1.2);
  }
  .franchise-hero-sec-main-cus .hero-title {
    font-size: clamp(1.5rem, 7vw, 5rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 1.4rem;
    animation: fadeUp 0.75s 0.35s ease both;
    width: auto;
  }
  .franchise-hero-sec-main-cus .hero-sub {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .franchise-hero-sec-main-cus .offer-badge {
    text-align: start;
    gap: 6px;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1.5rem;
  }
  .franchise-hero-sec-main-cus .offer-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #c13527, #e37a1e);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    color: #ffffff;
  }
  .franchise-hero-sec-main-cus .offer-text-main {
    font-weight: 500;
    font-size: 0.75rem;
    color: #fff;
  }
  .franchise-hero-sec-main-cus .offer-text-sub {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 1px;
  }
  .franchise-about-main-cus-sec .title h2 {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 600;
  }
  .about-us-gold {
    padding: 50px 0;
  }
  .brands-page {
    padding: 50px 0 50px;
  }
  .connect-earning-main-cus {
    background-color: #ffffff;
    padding: 50px 0;
  }
  .our-testimonials-gold {
    padding: 50px 0 50px;
  }
  .paddig-btm {
    padding-bottom: 50px;
  }
  .minimizing-costs-box-main-cus {
    padding: 50px 0 50px;
  }
  .minimizing-costs-box-main-cus .minimizing-costs-single-cus {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .minimizing-costs-box-main-cus
    .minimizing-costs-single-cus
    .minimizing-costs-img {
    width: 100%;
  }
  .minimizing-costs-box-main-cus
    .minimizing-costs-single-cus
    .minimizing-costs-content {
    width: 100%;
  }
  .minimizing-costs-box-main-cus
    .minimizing-costs-single-cus
    .minimizing-costs-content
    h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }
  .mv-cards-row {
    display: grid;
    grid-template-columns: none;
    gap: 2rem;
    margin: 0 auto 3rem;
    position: relative;
    z-index: 1;
  }
  .mv-card-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
  }
  .mv-points li {
    line-height: 1.4;
  }
  .values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .value-emoji {
    margin-bottom: 5px;
  }
  .opening-quote {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.35;
    color: var(--dark-pink);
    border-left: 3px solid var(--dark-pink);
    padding-left: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .about-text-area .third-title {
    font-size: 24px;
    color: #803532;
    font-weight: 600;
  }
  .conact-us .contat-map {
    margin-bottom: 48px;
  }
  header {
    height: 70px;
    border-bottom: none;
  }
  .header-menu-btns-cus {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 0px;
  }
  .nav-item-btn-cus .btn-danger-gw {
    background: linear-gradient(135deg, #630d1b 0%, #a13c4d 100%);
    padding: 0.9rem 1.5rem;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-item-btn-cus .btn-primary-gw {
    background: linear-gradient(135deg, #e1a340 0%, #cbb26b 100%);
    padding: 0.7rem 2rem;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-slider {
    position: relative;
    top: -70px;
    margin-bottom: -70px;
  }
  .bc-title {
    font-size: clamp(1.8rem, 6vw, 4.6rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 1rem;
    animation: fadeUp 0.7s 0.28s ease both;
  }
  .bc-desc {
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    max-width: 100%;
    line-height: 1.4;
    margin-bottom: 1.8rem;
    animation: fadeUp 0.7s 0.4s ease both;
  }
  .bc-trail {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.25rem 1.2rem;
    animation: fadeUp 0.7s 0.52s ease both;
  }
  .mv-points {
    list-style: none;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .center-breadcrumb-main-cus .bc-desc {
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    max-width: 100%;
    line-height: 1.4;
    margin-bottom: 1.8rem;
    animation: fadeUp 0.7s 0.4s ease both;
  }
  .breadcrumb-content-wrap {
    padding: 9rem 0 3rem;
    text-align: center;
  }
  .ownership-box::before {
    display: none;
  }
  .ownership-box {
    padding: 12px 0px 12px;
    position: relative;
  }
  .qualification-franchise-ownership-sec-main-cus {
    padding-bottom: 32px;
  }
  .review-item {
    width: 100%;
    margin: auto;
  }
  .review-item .inner-cus .test-desc-cus {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center;
    padding: 0 6px;
  }
  .review-item .inner-cus .quote-icon img {
    width: 14px !important;
    height: 14px;
  }
  .quote-icon-right img {
    width: 14px !important;
    height: 14px;
    float: right;
  }
  .faq-sec-main-cus .accordion-item .accordion-button {
    font-size: 14px;
  }
  .advantage-item .card-title {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 12px;
  }
  .about-us-content {
    height: 100%;
    align-content: center;
  }
  .registerfranchise-modal-main-cus .modal-header .modal-title {
    font-size: 18px;
  }
  .registerfranchise-modal-main-cus .modal-content {
    padding: 0px 0px 12px;
  }
  .registerfranchise-modal-main-cus .modal-header .btn-close {
    top: 0px;
    right: 0px;
  }
  .mv-section {
    padding: 40px 0 50px;
  }
  .founder-section {
    padding: 50px 0 50px;
    background: #ffffff;
    overflow: hidden;
  }
  .founder-content-title-cus {
    color: #803532;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
  }
  .about-us-btn-gold {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .home-slider .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    border: 1px solid transparent;
    text-indent: inherit;
    width: 30px;
    height: 30px;
    background-color: transparent;
    opacity: 1;
    overflow: hidden;
  }
  .carousel-indicators a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: border 0.3s;
    border-color: #000;
  }
  .col-lg-4:nth-of-type(4) .ownership-box::before {
    display: none;
  }
  .faq-sec-main-cus {
    padding: 50px 0 50px;
  }
  .franchise-about-main-cus-sec {
    padding: 50px 0;
  }
  .journey-sec-main-cus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-content {
    padding-top: 100px;
  }
  .sec-title {
    margin-bottom: 30px;
  }
  .choose-us-block-list2 li .content .title::before {
    margin: auto;
    left: 0;
    right: 0;
  }
  .hero-content h1 {
    margin-top: 15px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 98%;
    line-height: 1.2;
  }
  .hero-section {
    height: 80vh;
  }
  .section-title h2 span.titaliy-text {
    font-size: 25px;
  }
  .choose-us-section-new {
    padding: 40px 0px;
  }
  .footer-new {
    padding: 40px 0px 0px;
  }
  .footer-new .copywrtie p {
    text-align: center;
    padding-bottom: 12px;
  }
  .copywrtie ul {
    justify-content: center;
  }
  .copywrtie ul li a {
    font-size: 12px;
  }
  .footer-new .footer-widget .widget_title {
    text-align: left;
  }
  .footer-new .info-box.style2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .section-title h2 span {
    font-size: 40px;
  }
  .footer-fixed-icon2 img {
    height: 150px;
  }
  .footer-new .footer-fiexd-icon img {
    width: 27%;
    opacity: 0.1;
  }
  .footer-new .th-widget-about .about-text {
    width: auto;
  }
  .all-menu-wrapper .all-menu-item .dise-name {
    font-size: 20px;
  }
  .all-menu-wrapper .all-menu-item .dise-name::before {
    right: -96px;
    width: 70px;
    content: none;
  }
  .hero-content p {
    width: auto;
  }
  .choose-us-block-list2 li .content .text {
    width: auto;
  }
  .testi-card {
    min-height: 255px;
  }
  .footer-new .info-box .box-title .line{
        width: 95px;
  }

}
@media screen and (max-width: 540px) {
  .timeline-line {
    top: 59%;
  }
  .home-inner-contante {
    padding-top: 90px;
  }
}
@media screen and (max-width: 430px) {
  .timeline-line {
    top: 58%;
  }
}
@media screen and (max-width: 414px) {
  .producst {
    height: 150px;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
  }
  .inner-bg {
    height: 150px;
    width: 150px;
    margin: auto;
  }
  .testimonial .carousel {
    padding-top: 15px;
  }
  .your-need-frnchise {
    display: flex;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 393px) {
  .home-inner-contante {
    padding-top: 60px;
  }
}
@media screen and (max-width: 390px) {
  .producst {
    height: 150px;
    width: 150px;
  }
  .inner-bg {
    height: 150px;
    width: 150px;
  }
  .home-inner-contante {
    padding-top: 70px;
  }
  .welcome-title {
    font-size: 20px;
  }
  .home-inner-contante h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
  .home-inner-contante p {
    font-size: 15px;
  }
  .intro-services .check-label {
    font-size: 12px;
  }

  .timeline-line {
    top: 59%;
  }
}
@media screen and (max-width: 375px) {
  .timeline-line {
    top: 61%;
  }
}
@media screen and (max-width: 320px) {
  .foodmenu .nav-pills {
    padding-left: 300px;
  }
  .menulist .nav-pills .nav-link.active,
  .menulist .nav-link {
    width: 103px;
  }
  .home-inner-contante h3 {
    font-size: 18px;
  }
  .home-inner-contante p {
    margin-bottom: 5px;
  }
  .carousel-indicators a img {
    width: 45px;
    height: 45px;
  }
  .defult-btn {
    padding: 8px 25px;
  }
}
@media screen and (max-width: 162px) {
  .taglin {
    width: 130px;
    margin-top: 15px;
  }
  .headingarea .second-new {
    font-size: 16px;
  }
  .main-caous .col-6,
  .gallery .col-6,
  .projct-count .col-4 {
    width: 100%;
  }
  .contat-deials ul {
    display: block;
  }
  .contat-deials ul li {
    margin-bottom: 10px;
  }
  .footerlist ul {
    display: block !important;
    align-items: center;
    margin: auto;
    text-align: center;
  }
  .footerlist ul li {
    margin-top: 10px;
  }
  .headingarea .second-title::before {
    width: 4rem;
  }
  .conactlist li {
    display: block;
  }
  .fix-icons-footer-cus {
    display: none;
  }
  .foodmenu .nav-pills {
    padding-left: 00px;
    flex-wrap: wrap;
  }
  .small-tile {
    font-size: 10px;
  }
  .navbar > .container {
    flex-wrap: nowrap;
  }
  .navbar-toggler {
    padding: 0px;
  }
  .navbar-toggler-icon {
    width: 15px;
  }
  .mobile-phone-menu {
    font-size: 8px;
  }
  .navbar-brand img {
    height: 30px;
    padding: 0px;
  }
  .navbar-brand {
    margin-right: 1px;
  }
  .home-inner-contante {
    padding-top: 25px;
  }
  .welcome-title {
    font-size: 12px;
  }
  .home-inner-contante h3 {
    font-size: 11px;
    line-height: normal;
  }
  .home-inner-contante p {
    margin-bottom: 0px;
    font-size: 9px;
  }
  .defult-btn {
    padding: 3px 10px;
    font-size: 10px;
  }
  .carousel-indicators a img {
    width: 15px;
    height: 15px;
  }
  .home-slider .carousel-indicators {
    margin-bottom: 2px;
  }
  body p {
    font-size: 10px;
    text-align: justify;
  }
  .parablod {
    font-size: 9px;
  }
  .headingarea .second-title {
    font-size: 16px;
  }
  #goTopBtn {
    right: 15px;
    padding: 5px 10px;
    font-size: 10px;
  }
  .testimonial .carousel {
    padding-top: 0px;
  }
  .projt-info p {
    font-size: 10px;
    text-align: center;
  }
  .projt-info .newnum {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
