* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*  
 font-family: "B612", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  /* font-family: "B612", sans-serif; */
  /* font-family: neulis-sans,sans-serif !important; */
}
body {
    font-family: 'DM Sans', sans-serif !important;
}

a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}

a:hover {
  color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #5f5f5f;
  font-weight: 400;
}

section {
  padding: 80px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* SITE BTN */
.site-btn {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--s-white);
  font-weight: 500;
  text-align: center;
  padding: 13px 25px;
  background-color: var(--s-primary);
  border: 1px solid var(--s-primary);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  transition: all 0.5s;
  letter-spacing: 1.5px;
}

.site-btn:hover {
  color: var(--s-black);
  border: 1px solid var(--s-secondary);
  background-color: #e48a2a25;
}

.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}

.revSite-btn:hover span {
  color: var(--s-white);
}

.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}

.revSite-outline-btn {
  background-color: transparent;
  border-color: var(--s-white);
  color: var(--s-white);
}

/* TITLE BAR */
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}

.titleBar h6 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--s-secondary);
  margin-bottom: 15px;
  position: relative;
}

.titleBar h3 {
  font-size: 50px;
  font-weight: 600;
  color: var(--s-primary);
  margin-bottom: 20px;
}

.iconbg {
  background: var(--s-primary);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

:root {
  --s-primary: #E48A2A;
  --s-secondary: #bd7121;
  /* --s-third: #34838a; */
  --s-white: #ffffff;
  --s-black: #212529;
}

.bg-s-primary {
  background-color: var(--s-primary) !important;
}

.text-s-primary {
  color: var(--s-primary) !important;
}

.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}

.text-s-secondary {
  color: var(--s-secondary) !important;
}

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

.bg-s-white {
  background-color: var(--s-white) !important;
}

.text-s-black {
  color: var(--s-black) !important;
}

.bg-s-black {
  background-color: var(--s-black) !important;
}

/*=========================================  
                    HOME PAGE CSS START HERE 
    ============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  background: rgba(189, 188, 184, 0.43);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.8px);
  -webkit-backdrop-filter: blur(3.8px);
  border: 1px solid rgba(189, 188, 184, 0.3);


  transition: all 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  /* background-color: var(--s-black); */
  z-index: 99;
  border-radius: 0;
  padding: 0px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-scrolled .nav-link {
  /* color: var(--s-black) !important; */
  font-size: 15px !important;
}

/* .header-scrolled .navbar-brand  img{
    filter: brightness(0) invert(1);
} */
/*================================
          HEADER CSS START HERE 
      ==================================*/
header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  background-color: var(--s-white);
}

.dropdown-menu li a {
  color: var(--s-black);
  font-size: 14px;
  /* border-bottom: 1px solid var(--s-secondary); */
  padding: 8px 10px;
}

.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}

@media (min-width: 992px) {
  .dropdown-hover:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.bottom-header {
  background-color: transparent;
  width: 100%;
  border-radius: 0px;
  /* padding: 40px 40px 0 40px; */
}

/* .navbar-toggler
{
  border: 1PX SOLID #FFF;
} */
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}

/* .navbar-brand  img{
    filter: brightness(0) invert(1);
} */
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}

.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: var(--s-white);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  letter-spacing: 1px;
}

.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}

.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/*************************************/
/***     Banner CSS Start Here     ***/
/*************************************/

/* Banner section start here */
.banner {
  background-color: #ffffff;
  position: relative;
}

.video-banner {
  padding: 15em 0em 10em 0em;
  position: relative;
  width: 100%;
  height: 730px;
  overflow: hidden;
}

.video-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(116deg, #212529 0%, #ffffff18 110%);
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  /* Centers the video */
  z-index: 1;
  object-fit: cover;
  /* Ensures the video covers the entire banner area */
}

.bannerContent h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--s-white);
  margin-bottom: 15px;
}

.bannerContent h1 {
  font-size: 55px;
  font-weight: 900;
  color: var(--s-white);
  text-transform: uppercase;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322));
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.678);
  margin-bottom: 10px;
}

.bannerContent p {
  font-size: 17px;
  font-weight: bold;
  color: var(--s-white);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322));
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
  margin-bottom: 25px;
}

/* Hero Section STart Here */
.heroSection h2 {
  font-size: 55px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.heroSection h2 sub {
  font-size: 25px;
  font-weight: 400;
}

/* Services Section Start HEre */
.services-box {
  position: relative;
  transition: ease-in-out .5s;
}

.services-box:hover .services-box-image {
  border-radius: 150px;
}

.services-box:hover .services-box-image img {
  transform: scale(1.1);
  transition: ease-in-out .5s;
}

.services-box:hover .services-content {
  background-color: var(--s-primary);
}

.services-box-image {
  height: 380px;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .2);
  transition: ease-in-out .5s;
}

.services-box-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: ease-in-out .5s;
}

.services-content {
  border-radius: 200px;
  padding: 10px 30px 8px 30px;
  background-color: var(--s-black);
  position: absolute;
  right: -30px;
  top: 30px;
  transition: ease-in-out .5s;
}

.services-content h6 {
  /* letter-spacing: .56px; */
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--s-white);
  display: block;
  margin: 0;
}

.services-content-postion {
  top: auto;
  bottom: 30px;
  right: -30px;
}

.services-paragraph p {
  font-size: 18px;
  color: var(--s-black);
}

/* Goal Section Start Here */
.goal-main-box {
  position: relative;
  overflow: hidden;
  height: 550px;
  border-radius: 32px;
  display: block;
}

.goal-Box {
  height: 100%;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  transition: ease-in-out .5s;
  transform: scale(1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goal-Box::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2125296b;
  z-index: 0;
}

.goal-Box:hover {
  transform: scale(1.05);
}

.goal-Box h3 {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 700;
}

.extra-margin {
  margin-top: -80px;
}

/* Services 2.0 Start Here */
.plan-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  background: #fff;
  padding: 15px;
}

.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.plan-img {
  height: 170px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.card-kal span {
  background-color: #e48a2a25;
  border: 1px solid #d6d0d0;
  color: var(--s-black);
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 50px;
  margin-left: 0;
  display: inline-block;
  margin: 3px 5px 3px 0;
}

.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--s-primary);
  color: white;
  padding: 5px 15px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.plan-card-content h5 {
  color: var(--s-black);
  margin-bottom: 10px;
}

.plan-card-content p {
  margin-bottom: 5px;
  font-size: 14px;
}

.plan-card-content ul {
  list-style: disc;
  padding-left: 20px;
}

.plan-card-content ul li {
  font-size: 14px;
  margin-bottom: 5px;
}




/* menuSection Start Here */
.menuSection {
  border-top: 1px solid #efefef;
}
#car-slider{
	padding-left: 30px;
	padding-right: 30px;
}
.carSlider-Box {
  /* display: flex; */
  position: relative;
/*   padding-bottom: 80px;
  padding-top: 80px; */
    padding-bottom: 119px;
}

.carSlider-Box img {
  border-radius: 32px !important;
/*   height: 500px; */
  height: 310px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.car-price-box {
	
    /* background-color: var(--s-white); */
   
    position: absolute;
    left: 0;
    right: 0;
/*     margin: 0 auto; */
    bottom: 65px;
/*     display: flex;
    align-items: center;
    justify-content: center;
    width: 400px; */
}

.car-name h2 {
	background: rgb(189 188 184 / 40%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(3.8px);
    border: 1px solid rgb(228 138 42);
    color: #000;
    padding: 6px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline-block;
}

.carRate p {
  color: var(--s-black);
  font-size: 13px;
  font-weight: 300;
}

.carRate p span {
  font-size: 45px;
  color: var(--s-primary);
  font-weight: 400;
}

#car-slider .item {
/*   opacity: 0.4; */
  transition: .4s ease all;
/*   margin: 0 20px; */
/*   transform: scale(0.9); */
}

#car-slider .owl-item.active.center .item {
  opacity: 1;
  transform: scale(1.2);
  margin: 0 40px;
}

.custom-nav {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-prev,
.owl-next {
  background: transparent;
  color: var(--s-white);
  border: 1px solid var(--s-white);
  font-size: 29px;
  padding: 7px 18px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 84px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Meals Plan Box */
.planSection {
  border-top: 1px solid #efefef;
}

.Plan-Box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: var(--s-primary);
  border-radius: 32px;
  padding: 64px 40px;
  overflow: hidden;
}

/* Mobile App Section */
.mealsPlan-Box {
  background-color: var(--s-primary);
  background: linear-gradient(45deg, #212529, transparent), url('https://fat2fit.ae/wp-content/uploads/2025/09/new-app-bg-rotated.jpg') center / cover no-repeat;
  border-radius: 32px;
  overflow: hidden;
  padding: 64px 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-primary);
  position: relative;
  padding-top: 25px;
}

/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}

.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-white);
}

.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}

.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}

.footer-box ul li a:hover {
  color: var(--s-secondary);
  letter-spacing: 1px;
}

.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}

.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 100px;
}

.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-secondary);
  color: var(--s-white);
}

.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}

.copyRight {
  border-top: 1px dotted #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  mix-blend-mode: multiply;
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.btn-txt {
  z-index: 1;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

/* Bell Icon */
.whatsapp {
    position: fixed;
    right: 10px;
    top: 85%;
    z-index: 9999;
}
.whatsapp h5 {
    color: white;
    background: #25D366;
    padding: 12px 16px;
    border-radius: 100%;
}

/* Pulse Annimate */

.animatePulse{
    animation: animatePulse 0.5s infinite alternate;
}

@keyframes animatePulse {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1.0);
    }
}






/* Inner Pages CSS */
.innerPagesBanner {
  background-color: var(--s-black);
  background-image: url(https://fat2fit.ae/wp-content/uploads/2025/12/inner-pages.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(116deg, #212529 0%, #ffffff00 110%);
}

.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

.innerpage-title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}

.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}

.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}

.innerServicesPage h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.innerServicesPage p {
  font-size: 15px;
  margin-bottom: 15px;
}

.innerServicesImage img {
  height: 450px;
  object-fit: cover;
  border-radius: 25px;
}

.faqs-image {
  height: 650px;
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
}

.accordion-header .accordion-button {
  font-size: 17px;
  background-color: #FFFFFF;
  color: var(--black);
  /* padding: 17px 25px 17px 25px; */
  border-radius: 10px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: var(--s-white);
  background-color: var(--s-primary);
}

.accordion-item {
  background-color: transparent;
}






/* Blog Page CSS STart Here */
.blog-post {
  position: relative;
  transition: all.3s;
}

.blog-post:hover .blog-image {
  border-radius: 55px;
}

.blog-post:hover .blog-image img {
  transform: scale(1.1);
}

.blog-image {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 30px;
  transition: all.3s;
}

.blog-image img {
  height: 250px;
  object-fit: cover;
  transition: all.3s;
  transform: scale(1);
}

.blog-content {
  position: relative;
  padding: 20px;
}

.blog-catogery {
  background-color: var(--s-primary);
  color: var(--s-white);
  padding: 9px 30px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
}

.blog-content h3 {
  color: var(--s-black);
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.blog-content p {
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.post-date {
  color: var(--s-black);
  font-size: 15px;
}


/* modal */
.custom-modal .modal-content {
  border-radius: 20px;
  padding: 30px;
  border: none;
  background: rgb(189 188 184 / 59%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.8px);
  -webkit-backdrop-filter: blur(3.8px);
  border: 1px solid rgba(189, 188, 184, 0.3);
}

.custom-modal .form-control,
.custom-modal .form-select {
  height: 50px;
  border-radius: 8px;
  font-size: 15px;
}

.custom-modal textarea {
  border-radius: 8px;
  font-size: 15px;
}

.inquire-btn {
  background-color: #E48A2A;
  /* Dark green like screenshot */
  color: white;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.close-icon-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #E48A2A;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  border: none;
}

.modal-title-section {
  text-align: center;
}

.modal-title-section h4 {
  font-weight: 700;
  font-size: 23px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.modal-title-section small {
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}


.modal-icon-area a {
  color: #000;
}



/* testimonmial */
.testimonmial {
  /* margin-top: 100px; */
  width: 100%;
}

.testimonmial-content h5 {
  /* padding-top: 100px; */
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}

.testimonmial-content h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;

}

.content1 {
  background-color: transparent;
  padding: 15px;
  margin-bottom: 20px;
}

.content1 p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: #000;
}

.content2 h4 {
  background-color: #FFD936;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
}

.content2 h3 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}

.content2 p {
  color: #000;
  font-weight: 300;
  font-size: 13px;
}

/* ensure slides center and content width looks consistent */
.testimonialSwiper {
  padding: 1rem 0;
}

.testimonialSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.testimonialSwiper .content1 {
  width: 100%;
  max-width: 720px;
  /* controls single-slide width on large screens */
  box-sizing: border-box;
  padding: 18px;
}

/* optional: make the name/initial look nicer when in slider */
.content2 h4 {
  flex-shrink: 0;
}

/* Testimonials styling */
.swiper {
  padding: 18px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.testimonial-box {
  width: 100%;
  max-width: 360px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 1px #000;
  padding: 30px;
}

.testimonial-card p {
  margin: 0 0 12px 0;
  line-height: 1.45;
  color: #000;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.testimonial-meta h4 {
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 50%;
  background: #ffcd00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

/* Fix: consistent class name */
.testimonial-edit h3 {
  font-size: 15px;
  margin: 0;
  font-weight: 700;
}

.testimonial-edit p {
  font-size: 14px;
  margin: 0;
  color: #555;
}

/* Navigation / pagination color */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}



/*============================================
    Responsive CSS STart Here 
=============================================*/
@media (max-width: 991px) {
  /* Modal */
  .custom-modal .modal-content {
    border-radius: 20px;
    padding: 15px;
    border: none;
	  width: 75%;
  }
  .modal-dialog  {
	  justify-content: end;
	}
	.modal-title-section h4{
		font-size: 17px;
	}
	.modal-title-section small{
		font-size: 10px;
	}
  header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .bottom-header {
    /* position: relative; */
    background-color: var(--s-white);
  }

  .bottom-header .container {
    padding: 0 5px !important;
    /* justify-content: center; */
  }

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

  section {
    padding: 50px 0;
  }

  .header-btn {
    display: none;
  }

  .navbar-brand img {
    width: 150px;
    text-align: center;
  }

  .navbar-nav {
    align-items: self-start !important;
    border-top: 1px solid #0000007e;
    margin-top: 10px;
    padding: 8px 0;
  }

  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 6px 2px;
    margin: 0px 0;
    color: var(--s-black);
  }

  .header-scrolled .nav-link {
    color: var(--s-black) !important;
  }

  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }

  .titleBar {
    text-align: center;
    margin-bottom: 10px;
  }

  .titleBar h3 {
    font-size: 30px;
  }

  .titleBar h6 {
    font-size: 13px;
  }

  p {
    font-size: 14px;
  }

  /* Banner */
  .bannerContent h1 {
    font-size: 35px;
  }

  .bannerContent p {
    font-size: 15px;
  }

  .video-banner {
    min-height: 800px;
    height: 800px;
    text-align: center;
    padding: 4em 0em 3em 0em;
  }

  /* Hero */
  .heroSection h2 {
    font-size: 50px;
  }

  .heroBox {
    flex-wrap: wrap;
  }

  /* Services */
  .services-box-image {
    height: 250px;
  }

  .services-content {
    right: 30px;
  }

  .services-content-postion {
    top: 30px;
    bottom: auto;
    right: auto !important;
    left: 30px;
  }

  .services-content h6 {
    font-size: 12px;
  }

  .services-paragraph {
    text-align: center;
  }

  .services-paragraph p {
    text-align: center;
    font-size: 15px;
  }

  /* Goal */
  .goal-main-box {
    height: 350px;
    border-radius: 25px;
  }

  .goal-Box {
    background-position: 0 -70px;
  }

  .extra-margin {
    margin-top: 0;
  }

  .goal-Box h3 {
    font-size: 30px;
  }

  /* Plan */
  .Plan-Box {
    padding: 30px 15px;
  }

  /* Dishes */
	#car-slider {
		padding-left: 15px;
		padding-right: 15px;
	}
/*   .car-price-box {
    width: 90%;
  } */
	
	.car-price-box {
		bottom: 27px;
		text-align: center;
	}
	.carSlider-Box {
	/* display: flex; */
		padding-bottom: 80px;
	}
  .carSlider-Box img {
    height: 180px;
  }
  .car-name h2 {
    font-size: 14px;
  }
  .car-name p {
    font-size: 11px;
  }
  .car-name a {
    padding: 8px 20px 8px 20px;
    font-size: 12px;
  }
/*   .car-price-box {
    padding: 15px 20px;
  } */

  /* Mobile App */
  .mealsPlan-Box {
    padding: 60px 15px;
  }

  /* COntact Section */
  .contactSection iframe {
    height: 350px !important;
  }

  /* Footer */
  .footer-box img {
    width: 250px !important;
  }

  /* INner pages */
  .innerPagesBanner {
    height: 200px;
  }

  .innerpage-title h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .breadcrumb-content ul li {
    font-size: 11px;
  }

  .innerServicesPage h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .innerServicesPage p {
    font-size: 14px;
  }

  .innerServicesImage img {
    height: 250px;
  }

  .faqs-image {
    height: 500px;
  }

  .accordion-header .accordion-button {
    font-size: 13px;
  }

  .accordion-body {
    font-size: 14px;
  }

  /* Blog */
  .blog-image img {
    height: 200px;
  }

  .blog-catogery {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .blog-content h3 {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .post-date {
    font-size: 13px;
  }

}

.macro-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  text-align: left;
}

.macro-table th,
.macro-table td {
  border: 1px solid #999;
  padding: 8px 12px;
  color: #212529;
  text-align: center;
}

.macro-table .highlight {
  background: #E48A2A;
  font-weight: bold;
  text-align: center;
}


.macros-container {
  display: flex;
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  background-color: #fff;
  max-width: 700px;
}

.macro {
  flex: 1;
  text-align: center;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 11px;
  background-color: #f0f0f0;
  color: #333;
  font-weight: bold;
  transition: background-color 0.3s;
}
.macro:hover{
	background-color: #000;
	color: #fff;
  transition: background-color 0.3s;
	
}
/* 
.macro.highlight {
  background-color: #E48A2A;
  color: white;
} */
@media(max-width:767px){
  .macro {
    flex: 1;
    text-align: center;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 9px;
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
    transition: background-color 0.3s;
}
}