@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

html {
  height: 100%;
}

body {
  color: #3e3e3e;
  font-family: "Roboto", sans-serif, "Mitr", "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  height: 100%;
}
.f-weight-400 {
  font-weight: 400;
}
/* p {
  margin-bottom: 0px;
} */

ul {
  padding: 0px;
}

ul li {
  color: #3e3e3e;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
}

a {
  color: #088bd1;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}
.navbar-nav .nav-link {
  color: #000000ab;
  font-weight: 500;
  font-size: 14px;
  padding: 0px 5px 5px;
}
.navbar-nav {
  display: none;
}

.parent.lang_class {
  position: absolute;
  right: 0px;
  top: 12px;
  left: 86%;
  bottom: 0;
}

@media (max-width: 767px) {
  .navbar-nav {
    display: flex;
    margin-top:30px;
  }

  .home_img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .vector-banner {
    background-position: bottom !important;
    background-size: contain;
  }
}
/* .menu-info-main-area .navbar-brand img {
  width: 190px;
} */
.navbar-brand img {
  width: 240px;
}
.header-top-area {
  background: #5340ff;
}

.header-top-area ul {
  margin: 0;
  display: flex;
}

.header-top-area ul li {
  color: #fff;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}

.header-top-area ul li i {
  margin-right: 5px;
}

.header-top-area .follow-info-area ul {
  margin: 0;
  display: flex;
  justify-content: end;
}

.header-top-area .follow-info-area ul li {
  color: #fff;
  padding: 7px 0px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}

.header-top-area .follow-info-area ul li a {
  color: #fff;
}

.header-top-area .follow-info-area ul li a:hover {
  color: #000;
}

.header-top-area .follow-info-area ul li i {
  margin-right: 5px;
}

.nav-item .header-btn {
  display: none;
}

.language-name-icon-dropdown {
  position: absolute;
  right: 50px;
  top: 15px;
}

.language-name-icon-dropdown select {
  border: none;
}

.language-name-icon-dropdown select {
  outline: none;
}

.header-btn {
  background: #fff;
  padding: 14px 50px;
  border-radius: 25px;
  color: #000;
}

.stkey-menu.smaller {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
  box-shadow: -1px 4px 6px -1px rgb(189 183 183 / 75%);
  background-color: white;
}

.menu-info-main-area .bg-body-tertiary {
  background: #fff !important;
}

.home-banner-info-area {
  margin: 0px 0px 0px;
  padding: 60px 0px 0px;
}

.banner-content-info-area h1 {
  color: #ee489a;
  font-family: Mitr;
  font-size: 57px;
  font-weight: 600;
  line-height: 83.97px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bg-banner-main {
  height: 700px;
}

.foodie-mobile-app-area h2 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 58.09px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}

.foodie-mobile-app-area p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}

.foodie-mobile-app-info {
  background: #ee489a;
  padding-bottom: 100px;
}

.mobile-app-first-img {
  position: relative;
}

.mobile-app-second-area {
  top: 22px;
  right: -30px;
  position: absolute;
  height: 600px;
}
.mobile-app-second-area img {
  height: 100%;
  width: 100%;
}
.foodie-mobile-app-area {
  padding: 100px 0px 0px 0px;
}

/* .mobile-app-first-img img {
  width: 100%;
  height: 450px;
  object-fit: contain;
} */

.foodie-business-app-info {
  margin: 40px 0px;
  padding: 40px 0px;
}

.foodie-business-bg-area {
  background: #ffeef5;
  border-radius: 50px;
  padding: 34px 40px;
  height: 100%;
}
.rider-foodie-main {
  background: #ee489a;
  border-radius: 50px;
  height: 100%;
}

.foodie-business-content h2 {
  color: #ee489a;
  font-family: Mitr;
  font-size: 84px;
  font-weight: 600;
  line-height: 62.98px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.foodie-business-content p {
  color: #ee489a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.foodie-business-img-area {
  width: 70%;
  margin: auto;
  padding-bottom: 40px;
}

.foodie-business-info-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* border-radius: 50px 50px 0px 0px; */
}
.foodie-business-info-area {
  height: 578px;
  overflow: hidden;
}
/* .card_img {
  height: 540px;
} */
.card_img_main {
  height: 100%;
  width: 100%;
}

.foodie-rider-bg-area {
  background: #ee489a;
  padding: 16px 40px 34px;
  border-radius: 0px 0px 50px 50px;
}

.foodie-rider-info-area h2 {
  color: #fff;
  font-family: Mitr;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.foodie-rider-info-area p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.foodie-busi-info-area h2 {
  font-family: Mitr;
  color: #ee489a;
  font-size: 48px;
  font-weight: 600;
  line-height: 62.98px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.foodie-busi-info-area p {
  color: #ee489a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.foodie-business-content {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
}

.food-delivery-info-area h2 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 52.27px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
  margin-bottom: 20px;
}
.food-delivery-info-area p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.food-delivery-info-area {
  padding: 40px 0px;
}
.food-delivery-main-area {
  background: #ffeef5;
  border-radius: 50px;
  padding: 40px 40px 0px;
  background-image: url(../img/food-app/food-delivery-app.png);
  background-repeat: no-repeat;
  height: 704px;
  background-position-x: right;
  background-position-y: bottom;
}

.blogger-hub-img-info img {
  /* width: 80%; */
  margin: auto;
}

.world-first-food-info h2 {
  font-size: 30px;
  color: #ee489a;
  line-height: 60px;
  font-weight: 700;
}

.world-first-food-info .carousel-caption {
  position: inherit;
}

.world-first-food-info .carousel-caption {
  width: 100%;
  margin-top: 80px;
  height:250px;
}
.carousel-indicators {
  top: 50%;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  margin: 0 auto;
  width: 150px;
  display: block;
}
/*home page css end here*/

/*bradcrumb css start here*/

.breadcrumbs-main-info-area {
  width: 100%;
  height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/servicedetails/breadcrumg.jpg);
}

.breadcrumbs-main-info-area:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ad;
}

.breadcrumbs-main-content h2 {
  margin: 0px;
  color: #fff;
  font-size: 70px;
  text-align: center;
  margin-top: 120px;
  position: relative;
}

/*bradcrumb css end here*/

/*about page css start here*/

.about-bnr-info-area {
  width: 100%;
  /*height: 100%;*/
  position: relative;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/about/about-bnr.jpg);
}

.about-bnr-info-area:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ad;
}

.about-bnr-content-info h2 {
  width: 55%;
  color: #fff;
  margin: auto;
  font-size: 50px;
  text-align: center;
  position: relative;
  line-height: 70px;
  padding-top: 90px;
}

.compassionate-professionals-info-area {
  padding: 80px 0px 80px 0px;
  margin: 0px 0px 0px 0px;
}

.compassionate-professionals-content {
  text-align: center;
}

.compassionate-professionals-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.compassionate-professionals-content p {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.about-our-values-info-area {
  height: 530px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px 0px 0px;
  background-image: url("../img/servicedetails/our-values.jpg");
}

.about-our-values-content-box {
  width: 45%;
  margin: auto;
  text-align: center;
  background: #fff;
  padding: 70px 60px;
}

.about-our-values-btn {
  color: #fff;
  background: #112d4e;
  margin-top: 20px;
  padding: 12px 90px;
  border-radius: 25px;
  display: inline-block;
}

.about-our-values-content-box h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

/*about page css end here*/

/*footer css start here*/

.footer-brand-img {
  margin-top: 12px;
}

.footer-detail-info-area {
  background: #ffeef5;
  margin: 40px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
}

.footer-company-details h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}

.footer-company-details h4:before {
  width: 80px;
  height: 3px;
  bottom: -8px;
  content: "";
  margin: auto;
  position: absolute;
  background: #fff;
}

.footer-brand-img img {
  /* width: 100%; */
  /*filter: brightness(0) invert(1);	*/
  height: 50px;
}

.footer-service-links h4 {
  color: #0e0f0c;
  /* margin-bottom: 20px; */
  position: relative;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.005em;
  /* */
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* .footer-service-links h4:before {
  width: 80px;
  height: 3px;
  bottom: -8px;
  content: "";
  margin: auto;
  position: absolute;
  background: #fff;
} */

.footer-company-details p {
  color: #fff;
}

.footer-service-links li {
  /* padding-bottom: 10px; */
}

.footer-service-links li a {
  color: #454745;
  font-weight: 500;
  font-size: 14px;
  /* margin-top: 10px; */
}

/*.footer-service-links li a:hover {
color:#5340ff;	
}*/

.footer-service-links li a i {
  margin-right: 5px;
}

.copyright-info-main-area {
  /* text-align: center; */
  background: #ffeef5;
  margin: 20px 0px;
  padding: 20px 0px 40px;
}

.copyright-info-main-area p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0e0f0c;
}

/* .social-icon-info {
  float: right;
} */

.social-icon-info ul li {
  line-height: normal;
  background: #fff;
  margin-right: 30px;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 8px;
  height: 30px;
  width: 30px;
}

.social-icon-info ul li img {
  width: 15px;
}

.social-icon-info ul {
  /* text-align:end; */
  /* margin-top: 10px; */
  /* background: #f5f5f2; */
  /* padding: 5px 0px; */
  margin-bottom: 0px;
}
.social-link-main {
  display: flex;
  justify-content: space-between;
}

.social-icon-info ul li a {
  color: #000;
}

.contact-btn-info {
  color: #000;
  background: #fff;
  margin-top: 40px;
  padding: 10px 100px;
  border-radius: 25px;
  display: inline-block;
}

/*footer css end here*/

/*contact page css start here*/

.contact-content-form-area {
  padding: 100px 0px;
  background: #f8f6ee;
}

.contact-bnr-info-area img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.contact-detail-info-area h2 {
  font-size: 31px;
  font-weight: 500;
}

.contact-bnr-info-area {
  height: 530px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/contact/offering-2.jpg");
}

.contact-us-form-area {
  background: #fff;
}

.contact-us-form-area h4 {
  font-size: 35px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

.contact-us-form-area .form-group {
  margin-bottom: 20px;
}

.contact-us-form-area {
  top: 180px;
  width: 46%;
  background: #fff;
  position: absolute;
  padding: 30px 30px;
}

.contact-us-form-area .form-group .form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding: 20px 0px;
  border-radius: 0;
  border-bottom: 1px solid #cdcdcd;
  /* font-family: "DM Sans", sans-serif; */
}

.contact-us-form-area .form-group .form-control:focus {
  box-shadow: none;
}

.contact-frm-sbmt-btn {
  text-align: center;
  padding: 10px 0px 30px 0px;
}

.contact-frm-sbmt-btn button {
  color: #fff;
  background: #112d4e;
  margin-top: 20px;
  padding: 7px 60px;
  border-radius: 25px;
  display: inline-block;
  border: none;
}

.our-contact-info {
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 80px 0px;
}

.contact-detail-info h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.contact-detail-info p {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}

/*contact page css end here*/
/*service css start here*/

.plan-management-services-info {
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 100px 0px;
}

.plan-management-services-content h2 {
  text-align: center;
}

.invoice-processing-info {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 80px 0px;
}

.invoice-processing-img-ares img {
  width: 100%;
}

.invoice-processing-img-content {
  display: flex;
  width: 97%;
  margin: auto;
}

.invoice-processing-img {
  width: 50%;
}

.invoice-processing-img img {
  width: 100%;
}

.invoice-processing-content-area {
  width: 50%;
  background: #f2f2f2;
  padding: 80px 0px 0px 50px;
}

.service-contect-btn {
  color: #e87f52;
  font-weight: 600;
  text-decoration: underline;
}

.our-values-info-area {
  height: 530px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px 0px 0px;
  background-image: url("../img/servicedetails/our-values.jpg");
}

.our-values-content-box {
  width: 45%;
  margin: auto;
  text-align: center;
  background: #fff;
  padding: 70px 60px;
}

.our-values-btn {
  color: #fff;
  background: #112d4e;
  margin-top: 20px;
  padding: 12px 90px;
  border-radius: 25px;
  display: inline-block;
}

.our-values-content-box h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

/*service css end here*/

/* ----------------------------------------------surbhi(3-12-24)-------------------------------------------------- */
.footer-link-img img {
  height: 90px;
}
/* .footer-link-img {
  margin-left: 35px;
} */
.about_banner {
  background-color: #ffeef5;
  height: 60vh;
}
.about_logo {
  margin: 40px 0px;
}
.about_hd {
  display: flex;
  align-items: flex-end;
  height: 50vh;
  justify-content: left;
}
.about_hd h1 {
  font-family: Mitr;
  font-size: 80px;
  font-weight: 600;
  line-height: 109.3px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.food-delivery-app {
  padding: 40px 0px;
  margin: 40px 0px;
}
.delivery-food h1 {
  color: #ee489a;
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 51.84px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.delivery-food-content p {
  color: #ee489a;
  margin-bottom: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.delivery-food-content {
  padding-top: 40px;
}
.delivery-food-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.delivery-food-image {
  height: 750px;
  padding-top: 150px;
}
.delivery-food-main {
  padding: 50px 20px 0px 0px;
}
.brand-vision {
  background-color: #ee489a;
  display: flex;
  align-items: center;
  height: 50vh;
  padding: 0px 190px;
}
.brand-mision {
  background-color: #ffeef5;
  display: flex;
  height: 50vh;
  align-items: center;
  padding: 0px 60px;
}
.brand-vision-hd h1 {
  color: white;
  margin-bottom: 40px;
  font-family: Mitr;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.brand-mision-hd h1 {
  color: #ee489a;
  margin-bottom: 40px;
  font-family: Mitr;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.brand-vision-hd p {
  color: white;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.6px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.brand-mision-hd p {
  color: #ee489a;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.6px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.brand-mision-hd {
  padding: 0px 40px;
  margin: 0px 40px;
}
.brand-vision-hd {
  padding: 0px 40px;
  /*margin: 0px 40px;*/
}
.slider_icon {
  color: #ee489a;
  font-size: 20px;
  vertical-align: middle;
  height: 0px;
  display: inline-block;
}
.pre_slide {
  background-color: #f5f5f2;
  border-radius: 50px;
  height: 50px;
  width: 50px;
}
/* .home_img {
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 8%;
  width: 616px;
} */

.home_img {
  /* height: 132%; */
  width: 100%;
  object-fit: contain;
  position: absolute;
  left: 0px;
  bottom: 0;
  top: 0px;
}
.banner-image {
  position: relative;
}

.form-start-bg {
  background-color: #ee489a0d;
  padding: 50px;
  border-radius: 37px;
}
.contact-form {
  margin-top: 30px;
  padding-top: 30px;
}
.cont-label {
  color: #454745;
  font-size: 12px;
  font-weight: 500;
}
select.input-lg {
  height: 35px;
  line-height: normal;
  width: 100%;
  font-weight: 500;
  border-radius: 10px;
  border-color: #454745;
  background-color: unset;
  padding: 10px 16px;
  font-size: 12px;
}
input.input-lg {
  height: 35px;
  line-height: normal;
  width: 100%;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #454745;
  background-color: white;
  padding: 10px 16px;
  font-size: 12px;
}
select.input-lg1 {
  height: 35px;
  line-height: normal;
  width: 20%;
  font-weight: 500;
  border-radius: 10px;
  border-color: #454745;
  background-color: unset;
  padding: 5px 0px 5px 14px;
  font-size: 12px;
  background-image: url(../img/contact/flag.png);
  background-repeat: no-repeat;
  background-position: left;
}
.select2-container--default .select2-selection--single {
  height: 35px !important;
  line-height: normal !important;
  width: 100% !important;
  font-weight: 500 !important;
  border-radius: 10px !important;
  border-color: #454745 !important;
  background-color: white !important;
  /* padding: 5px 0px 5px 14px !important; */
  font-size: 12px !important;
}
.select2-container {
  width: unset !important;
  margin-right: 10px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px !important;
}
.select2-results__option {
  font-size: 14px !important;
}

.select2-dropdown--below {
  width: 200px !important;
}

.input-lg:focus,
.input-lg1:focus {
  outline: unset !important;
}

.text-msg {
  border-radius: 10px;
  height: 150px;
  width: 100%;
  background-color: white;
  padding: 10px;
  font-size: 12px;
}
.text-msg:focus {
  outline: unset !important;
}
.faq-main-sec {
  margin-top: 40px;
}
.link-tab {
  color: #ee489a !important;
  border-radius: 20px !important;
  padding: 12px 15px !important;
  line-height: normal !important;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.0125em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ee489a !important;
  color: white !important;
  border-radius: 20px !important;
}
.item-list {
  margin-right: 15px;
}
.acc-foodie-app {
  margin-bottom: 20px;
  border: 0px !important;
}
.accor_btn {
  background-color: #f5f5f2;
  border-radius: 30px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #d6418b;
}
.accor_btn:not(.collapsed) {
  color: #000 !important;
  background-color: #f5f5f2 !important;
  box-shadow: none !important;
}
.accor_btn:focus {
  box-shadow: none !important;
}
.accor_item {
  border: 0px !important;
}
.accor_btn::after {
  background-image: url(../img/faq/arrow.png);
  background-repeat: no-repeat;
}
.accor_btn:not(.collapsed)::after {
  background-image: url(../img/faq/arrow.png);
  background-repeat: no-repeat;
}
.foodie-app-tab {
  margin: 30px 0px;
  padding: 30px 0px;
}
.accor_bdy {
  /* border: 1px solid #f5f5f2; */
  background-color: #ffeef5;
  /* padding: 0px 10px;
  border-radius: 20px; */
}
.accor_item:last-of-type {
  border-radius: 30px;
}
.accor_item:first-of-type {
  border-radius: 30px;
}
.accor_item:first-of-type > .accordion-header .accor_btn {
  border-radius: 30px;
}
.accor_item:last-of-type > .accordion-header .accor_btn.collapsed {
  border-radius: 30px;
}
.vector-banner {
  background-image: url(../img/banner/Vector.png);
  background-position: 100% 77%;
  background-repeat: no-repeat;
}
.store-img {
  height: 100%;
  /* width: 100%; */
}
.foodie-mobile-app-img {
  display: flex;
  align-items: center;
}
.foodie-mobile-app-img a img {
  height: 50px;
  padding-right: 20px;
}
.foodie-rider-app-img {
  display: flex;
  align-items: center;
}
.foodie-rider-app-img a img {
  height: 50px;
  padding-right: 20px;
}
.food-delivery-world-info {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.mobile-banner-img {
  height: 646px;
}
.mob-img {
  height: 100%;
  width: 100%;
}
.slider_para {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #454745;
}
.img-cont {
  display: flex;
  justify-content: center;
  height: 350px;
  margin-bottom: 30px;
}
.rider-banner {
  background-color: #ffeef5;
  padding: 60px 0;
}
.rider_hd h1 {
  font-family: Mitr;
  font-size: 84px;
  font-weight: 600;
  line-height: 85.01px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.rider-become p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.rider-become h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 58.09px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.rider-become-sec {
  margin: 40px 0px;
  padding: 40px 0px;
}
.rider-img {
  height: 510px;
}
.rider-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.how-works-sec {
  margin: 0px 0px 40px;
  padding: 0px 0px 40px;
}
.app-card {
  height: 100%;
  border-radius: 24px;
  background-color: #f5f5f2;
}
.wrk_hd h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  color: #000;
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.foodie-mobile-main {
  background-color: #ffeef5;
}
.mobile-rider h1 {
  font-family: Mitr;
  font-size: 48px;
  font-weight: 600;
  line-height: 62.98px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.mobile-rider p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.mobile-img img {
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: -14%;
  position: absolute;
  z-index: 99;
}
.mobile-img {
  height: 520px;
  position: relative;
}

.mobile-right-img {
  position: absolute;
  top: -361%;
  right: 0%;
  bottom: 0%;
  left: 10%;
  z-index: 99;
}
.main-img-mobile {
  height: 140px;
  position: relative;
}
.vector-rider-img img {
  position: absolute;
  top: -360%;
  bottom: 0;
  right: 0;
  left: 14%;
}
.vector-rider-img {
  opacity: 0.5;
}
.ready-ride h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 58.09px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.ready-ride p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ready-ride-sec {
  margin: 40px 0px;
  padding: 40px 0px;
}
.down-app p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.down-app h1 {
  color: #ee489a;
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.or-code-img img {
  height: 150px;
  width: 150px;
}
.cap-content {
  right: 0%;
  left: 0%;
}
.carousel-indicators [data-bs-target] {
  color: #ee489a;
  height: 10px;
  width: 15px;
  text-indent: unset;
  background-color: unset;
  margin: 0px;
  border: 0px;
}
.carousel-indicators button i {
  font-size: 50px;
  vertical-align: middle;
}
.cap-content h5 {
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
  margin-bottom: 20px;
}
.cap-content p {
  color: #ee489a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0px;
}
.cap-content h1 {
  font-family: Mitr;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.cap-content a {
  background-color: #86ea5d;
  font-size: 14px;
  border-radius: 20px;
  padding: 8px 20px;
  color: #123405;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}
.carousel-caption.d-none.d-md-block.cap-content {
  min-height: 184px;
}
.cap-content a:hover {
  cursor: pointer;
}

.country-img {
  height: 20px;
  width: 22px;
  border-radius: 50%;
  margin-left: 5px;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
  white-space: nowrap;
}
.dropdown dt a img {
  position: relative;
  z-index: 1;
}
.dropdown dt a span span {
  display: inline-block;
  padding: 0;
}
.dropdown dt a span span:first-child {
  padding: 0;
}
.dropdown dd {
  position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: none;
}
.dropdown a:hover {
  color: #5d4617;
}
.dropdown dt a:hover,
.dropdown dt a:focus {
  color: #5d4617;
}
.dropdown dt a {
  position: relative;
  display: block;
  padding-right: 20px;
  overflow: hidden;
}
.dropdown dt a:after {
  content: "";
  /* background: #ed4267; */
  position: absolute;
  background-image: url(../img/home/arr.png);
  background-repeat: no-repeat;
  height: 16px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 80px;
}

.dropdown dd ul {
  background: #f5f5f2;
  color: #c5c0b0;
  display: none;
  left: 0px;
  padding: 5px 15px;
  position: absolute;
  width: 200px;
  list-style: none;
  max-height: 170px;
  z-index: 2;
}

li a {
  font-size: 13px;
}

li a span:nth-child(2) {
  line-height: 2em;
}
.dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}
.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important;
}
.dropdown dd ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
dl.dropdown {
  display: inline-block;
  width: 240px;
  margin: -3px 0 0 1px;
}
dl.dropdown span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4);
}
dl.dropdown > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
dl.dropdown span:nth-child(3) {
  float: right;
}
dl.dropdown dt span:nth-child(2) {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}
dl.dropdown dt span:nth-child(3) {
  display: none;
}
.contact-btn {
  background-color: #86ea5d;
  padding: 10px 30px;
  color: #ee489a;
  line-height: 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
}
.mobile-app-sec {
  position: relative;
}

.flag-text {
  margin: 10px;
}

/* arabic css start here  */

.ar.arabic-home-page-content .vector-banner {
  background-image: url(../img/banner/banner-bg-rotate.png);
  background-position: 0%;
  background-repeat: no-repeat;
}

.ar.arabic-home-page-content .mobile-app-second-area {
  position: absolute;
  /* top: 100px; */
  left: 0px;
  right: unset;
}

.ar.arabic-home-page-content .home_img {
  /* height: 123%; */
  width: 100%;
  object-fit: contain;
  position: absolute;
  right: 35px;
  bottom: -65px;
  left: unset;
}

.ar.arabic-home-page-content .banner-content-info-area h1,
.ar.arabic-home-page-content .foodie-mobile-app-area h2,
.ar.arabic-home-page-content .mobile-app-first-img,
.ar.arabic-home-page-content .foodie-rider-info-area h2,
.ar.arabic-home-page-content .foodie-business-content h2,
.ar.arabic-home-page-content .food-delivery-info-area h2,
.ar.arabic-home-page-content .delivery-food h1,
.ar.arabic-home-page-content .brand-vision-hd h1,
.ar.arabic-home-page-content .brand-mision-hd h1,
.ar.arabic-home-page-content .rider_hd h1,
.ar.arabic-home-page-content .rider-become h1,
.ar.arabic-home-page-content .mobile-rider h1,
.ar.arabic-home-page-content .ready-ride h1,
.ar.arabic-home-page-content .ready-ride p,
.ar.arabic-home-page-content .mobile-rider p,
.ar.arabic-home-page-content .down-app p,
.ar.arabic-home-page-content .foodie-rider-info-area p,
.ar.arabic-home-page-content .foodie-business-content p,
.ar.arabic-home-page-content .food-delivery-info-area p,
.ar.arabic-home-page-content .foodie-mobile-app-area p,
.ar.arabic-home-page-content .delivery-food-content p,
.ar.arabic-home-page-content .brand-vision-hd p,
.ar.arabic-home-page-content .brand-mision-hd p,
.ar.arabic-home-page-content .accor_bdy p {
  text-align: right;
}

.ar.arabic-home-page-content .foodie-rider-app-img a img,
.ar.arabic-home-page-content .foodie-mobile-app-img a img {
  padding-left: 20px;
  padding-right: 0px;
}

.ar.arabic-home-page-content .about_hd {
  justify-content: right;
}

.footer-company-details {
  text-align: center;
}

.ar.footer .copyright-info-main-area p {
  text-align: right;
}

.ar.footer .social-icon-info {
  float: left;
}

.ar.arabic-home-page-content .faq-main-sec .nav.nav-pills {
  justify-content: end;
}

.foodie-business-img-area img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.stkey-menu {
  background-color: white;
}
.privacy-policy-sec {
  margin: 40px 0px;
}
.main_heading h1 {
  font-family: Inter;
  font-size: 36px;
  margin-top:20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 36px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.main_heading p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
}
.sec-heading h1 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.sec-heading h4 {
  color: #ee489a;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.015em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.sec-heading ul li {
  color: #d6418b;
  list-style: disc;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.sec-heading p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
}
.sec-heading ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
.sec-heading ul li span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #d6418b;
}
.biz-img {
  height: 500px;
}
.biz-img img {
  /* height: 100%; */
  width: 100%;
  object-fit: contain;
}
.foodie-biz-sec {
  margin: 40px 0px;
  padding: 40px 0px;
}
.biz-growth h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 58.09px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.biz-growth h3 {
    color: #d6418b;
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1.5%;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.biz-growth p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.biz-card-img img {
  border-radius: 30px;
  width: 100%;
}
.box {
  background-color: #86ea5d;
  border-radius: 10px;
  height: 64px;
  width: 64px;
}
.app-boxes {
  background-color: #fff2f7;
  border-radius: 10px;
  height: 80px;
  width: 80px;
  padding: 14px;
}
.app-boxes img {
  height: 50px;
  width: 50px;
  object-fit: cover;
}
.biz_hd h1 {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.025em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 20px 0px;
}
.biz_hd p {
  color: #454745;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
}
.bdy-biz {
  padding: 35px;
}
.read-more {
  display: flex;
  align-items: center;
}
.read-more p {
  color: #ee489a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0px;
}
.work-boxes {
  height: 100%;
}
.read-more img {
  margin-left: 8px;
}
.foodie-biz-main {
  background-color: #ffeef5;
  background-image: url(../img/foodie-biz/vector.png);
  background-repeat: no-repeat;
  background-position: 86% 50%;
  margin: 80px 0px;
}
.for-riders-main {
  background-color: #ffeef5;
  margin: 80px 0px;
}
.last-sec h1 {
  color: #ee489a;
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 58.09px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.double-img-main img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.double-img-main {
  height: 660px;
}
.growth-foodie {
  height: 630px;
}
.growth-foodie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.biz-card-img {
  display: flex;
  justify-content: end;
}
.bar-code-hd h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 58.09px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
}
.bar-code-hd p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.bar-des h1 {
  color: #ee489a;
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.005em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 20px 0px 0px;
}
.bar-des p {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0px;
}
.foodie-biz-tab {
  padding: 20px 0px 30px;
  margin: 20px 0px 30px;
}
.bar-code-main {
  width: 100%;
  padding: 30px;
  background-color: #f5f5f2;
  border-radius: 20px;
}
.code-img img {
  width: 100%;
}
.accor_item:first-of-type > .accordion-header .btn_bizz {
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.foodie-biz-bdy {
  background-color: #f5f5f2;
  border: unset;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.btn_bizz {
  color: #d6418b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 20px;
}
.set-img-main {
  text-align: center;
  border-radius: 20px;
}
.set-img-main img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin-top: 20px;
}

.foodie-app-sec2 h1 {
  color: #ee489a;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.025em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.foodie-app-sec2 p {
  color: #ee489a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.foodie-app-sec2 {
  margin-left: 20px;
  text-align: left;
}
.main-sec-part {
  display: flex;
}
.cont-mob-img img {
  height: 920px;
  /* width: 100%;
  object-fit: contain; */
}

.ven-boxes {
  background-color: #86ea5d;
  border-radius: 10px;
  height: 70px;
  width: 70px;
}
.flag-img img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 15px;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.form-start-bg p,.partner-foodie-form p {
  margin-bottom: 0px;
}
.wpcf7-submit {
  background-color: #ee489a;
  padding: 10px 40px;
  color: white;
  line-height: 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  border: 0px;
}

/* General styles */
#FAQ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.item {
  background-color: #ffeef5;
  /* margin-bottom: 10px; */
  padding: 12px 20px;
  border-radius: 30px;
  /* position: relative; */
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
}

.item.selected {
  background-color: #ffeef5;
}

/* .item::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #06965c;
} */

.FAQ-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: black;
}

.faqQuestion {
  font-size: 15px;
  color: #ee489a;
  text-align: start;
  margin-bottom: 0;
}
.arrow-icon {
  transition: all 0.3s ease;
  font-size: 16px;
  color: #ee489a;
}

.arrow-icon.rotate {
  transform: rotate(180deg);
}
.FAQ-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #d6418b;
}

.FAQ-content.show {
  max-height: 9999px;
  transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

/* .expandToggle{
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
} */

.FAQ-ShowMore {
  text-align: center;
  margin-top: 10px;
}

.FAQ-ShowMore button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: #06965c;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.FAQ-ShowMore button:hover {
  background-color: #8ee0c4;
  color: black;
  font-weight: 700;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .accordian {
    max-width: 100%;
  }
  .FAQ-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .accordian {
    padding: 10px;
  }
  .FAQ-title {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .accordian {
    padding: 5px;
  }

  .FAQ-title {
    font-size: 12px;
  }
}

.nav-pills .foodie-tab.active,
.nav-pills .show > .foodie-tab {
  background-color: #fff2f7 !important;
  padding: 30px !important;
}
.item-foodie {
  margin-bottom: 40px;
}
.nav-pills .foodie-tab.active .main-sec-part .app-boxes {
  background-color: white !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("../img/contact/Icons 2.png");
  background-repeat: no-repeat;
  border-color: unset !important;
  border-style: unset !important;
  border-width: unset !important;
  height: 20px !important;
  left: -20% !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  position: absolute !important;
  top: 20% !important;
  width: 20px !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
  border-color: unset !important;
  border-style: unset !important;
  border-width: unset !important;
  background-image: url("../img/contact/Icons 2.png");
  background-repeat: no-repeat;
}
.partner-foodie h2 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.005em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ee489a;
  margin-bottom: 40px;
}
.form-sec-main {
  background-image: url("../img/foodie-biz/graph.png");
  background-repeat: no-repeat;
  background-position: right;
  /* background-size: contain; */
  height: 68vh;
  /* background-color: #ffeef5; */
}
.foodie-form-biz {
  background: linear-gradient(
    89.96deg,
    #ffffff 78.82%,
    rgba(255, 255, 255, 0.25) 118.36%
  );
  height: 68vh;
}
.bizz-btn {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.0125em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  padding: 10px 40px;
  background-color: #ee489a;
  border-radius: 20px;
  border: 0px;
}
.arabic-home-page-content .form-sec-main {
  background-position: left;
}
.arabic-home-page-content .form-sec-main .select2-container {
  margin-left: 10px!important;
  margin-right: 0px!important;
}
.arabic-home-page-content .form-sec-main .select2-container--default .select2-selection--single .select2-selection__arrow b{
  position: absolute!important;
  left: 0px!important;
}
.arabic-home-page-content .form-sec-main .select2-container--open .select2-dropdown {
  left: -115px!important;
}
/* .ar .tab-content>.tab-pane {
  display: block !important;
}
.ar .item .accor_item {
display: block !important;
} */
.ar .arabic-home-page-content .FAQ-title {
  direction: rtl; /* Align Arabic text properly */
  text-align: right;
}

.ar .arabic-home-page-content .FAQ-content {
  direction: rtl;
  text-align: right;
}

.ar .arabic-home-page-content .arrow-icon {
  transition: transform 0.3s;
}

.ar .arabic-home-page-content .arrow-icon.rotate {
  transform: rotate(90deg);
}
/* .ar .arabic-home-page-content .faq-main-sec .foodie-app-tab .item {
  display: block!important;
} */

#ar_btn {
  display: block !important;
  visibility: visible !important;
}