@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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");

:root {
  --primary-color: #1a5632;
  --secondary-color: #8f836f;
  --secondary-hover: #7a6b5c;
  --dark-gray: #000;
  --charcoal: #3a3a35;

  /* Font Sizes */
  --fs-h1: 48px;
  --fs-h2: 36px;
  --fs-p: 18px;
  --fs-btn: 16px;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
}

/* Remove default dropdown arrow from Bootstrap 5 navbar links */
.navbar .dropdown-toggle::after {
  display: none !important;
}
/* Hide arrow only for 'Who We Serve' */
#whoWeServeDropdown::after {
  display: none !important;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 22px;
}
h1,
h2 {
  font-family: "Playfair Display", serif;
}
p {
  margin-bottom: 0px;
  font-size: var(--fs-p);
  color: var(--dark-gray) !important;
  font-style: normal;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: var(--dark-gray);
}

.our-culinary-philosophy-section {
  background: #e7dfd1;
  padding: 60px 0px;
}
.our-culinary-philosophy-section .carousel-item {
  background: transparent;
}
.carousel-inner {
  border-radius: 8px;
  background: transparent;
}
.our-culinary-philosophy-section .single_slider {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  height: 719px;
}
.our-culinary-philosophy-section .single_slider img {
  height: 475px;
}
.our-culinary-philosophy-section .single_slider .content {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
}

.userway_buttons_wrapper {
  top: auto !important;
  bottom: 15px !important;
  right: -60px !important;
}

.services_include span {
  font-size: 18px;
  font-weight: normal;
  text-align: start;
  display: block;
  margin-bottom: 5px;
}
.services_include ul li {
  font-size: 18px;
  font-weight: normal;
}
.our-culinary-philosophy-section h4 {
  font-weight: 700;
}

.dropdown-menu {
  display: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.nav-item.dropdown.show .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.nav-item.dropdown.show .dropdown-menu .show {
  opacity: 1;
}

.nav-item.dropdown.show .bi-chevron-down {
  transform: rotate(180deg);
}

.transition {
  transition: transform 0.3s ease;
}
.nav-item.dropdown ul li {
  padding: 4px 0px;
}
/* ==== BUTTONS ====== */

/* ======= OLD BUTTON CODE ====  */
/* .img-btn {
max-width: 560px;
  overflow: hidden;
}


.img-grow-hover {
  transition: transform 0.3s;
}
.img-grow-hover:hover {
  transform: scale(1.05);
}



.btn  {
  font-size: 16px;
} */

/*  CHAT GPT NEW CODE */

/* ==== BUTTONS ====== */

/* The clickable image button wrapper (stays fixed size) */
.img-btn {
  display: block;
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

/* ========== IMAGE BUTTON ZOOM ROUND CORNERS ========== */

/* === Image button wrapper (fixed size + clipping + rounded corners) === */
.img-btn {
  display: block;
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  overflow: hidden; /* keeps the link from growing */
  border-radius: 16px; /* parent controls the shape */
  text-decoration: none;
  /* Optional: keep a consistent height */
  /* aspect-ratio: 16 / 9; */
}

/* === Image zoom (apply to IMG, not the link) === */
.img-btn .card-img-top {
  display: block;
  width: 100%;
  height: 100%; /* if using aspect-ratio; remove if not */
  object-fit: cover; /* if using height:100% */
  border-radius: 0 !important; /* KEY: remove img rounding to avoid white corner */
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition: transform 0.45s ease;
}

.img-btn:hover .card-img-top,
.img-btn:focus-visible .card-img-top {
  transform: translateZ(0) scale(1.08);
}

/* Overlay text should not block clicks */
.img-text {
  pointer-events: none;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .img-btn .card-img-top {
    transition: none;
  }
}

/* Neutralize old link-scaling class (or remove it from HTML) */
.img-grow-hover {
  transition: none !important;
}
.img-grow-hover:hover {
  transform: none !important;
}
/* ========== END IMAGE BUTTON ZOOM ROUND CORNERS ========== */

.banner-btn {
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #ffffff;
}

.main-container {
  max-width: 1350px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 40px;
}

/* ======== NAVBAR START ========  */

.navbar {
  min-height: 130px;
}
.logo {
  width: 200px;
}
.nav-item .nav-link {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.navbar-nav {
  column-gap: 40px;
}

.navbar-nav .dropdown-menu {
  position: static;
  border: none !important;
}

.navbar-toggler {
  border: none !important;
}

.nav-item .nav-btn {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--secondary-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.nav-item .nav-btn:hover {
  background: var(--secondary-hover);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* ======== NAVBAR END ========  */

/* banner css start */
.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 132px);
  overflow: hidden;
  color: white;
  margin-top: 132px;
  background-image: url('../assets/culinaire-banner-screenshot-01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.banner .banner-content {
  max-width: 844px;
  margin: 0 auto;
}

.banner .banner-content h1 {
  color: #fff;
  text-align: center;
  font-size: var(--fs-h1);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.28px;
}

.banner-content {
  position: relative;
  z-index: 3;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.culturalCenters_heroBanner {
  height: 425px;
  margin-top: 132px;
  width: 100%;
}
.culturalCenters_heroBanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
/* end banner css */

/* 
#careers-page .current-openings-btn {
margin-bottom: 5rem;
} */

/* start about css */
.about-section {
  max-width: 1145px;
  margin: auto;
  padding: 60px 0px;
}

.about-section h6 {
  color: var(--dark-gray);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.btn-common {
  color: #fff;
  font-style: normal;
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--primary-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-family: Poppins, sans-serif;
}

.btn-common:hover {
  color: white;
  background: #0d331a;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.cultural-centers-about-section {
  padding: 60px 0px;
}
.cultural-centers-about-section .about-content h1 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Playfair Display";
  font-style: normal;
}
.cultural-centers-about-section .about-content p {
  padding: 10px 0px;
  /* margin-bottom: 2rem; */
}
.cultural-centers-about-section hr {
  height: 1px;
  width: 100%;
  background: #e0e0e0;
}
/* end about css */

/* services-section css start */
.services-section {
  background: #e7dfd1;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-grid {
  row-gap: 61px;
}

.services-section .title {
  color: var(--dark-gray);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 42px;
}

.single_card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single_card img {
  border-radius: 8px;
}

.single_card .img-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  opacity: 1;
  transition: opacity 0.4s ease;
  border-radius: 8px;
}

.single_card .img-text {
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: var(--fs-h1);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
  z-index: 9;
  width: 100%;
}
.single_card .card-content {
  margin-top: 30px !important;
  width: 347px;
  margin: auto;
}
.single_card .card-content h3 {
  color: var(--dark-gray);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.single_card .card-content .btn {
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--secondary-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  font-style: normal;
  margin-top: 28px;
  transition: all 0.3s ease-in-out;
}
.single_card .card-content .btn:hover {
  background: var(--secondary-hover);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.single_card .card-content h6 {
  color: var(--dark-gray);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

/* services-section css end */

/* careers-section css start */
.careers-section {
  padding: 60px 0px;
}
/* .careers-section .careers-content h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 22px;
} */

.careers-section .careers-img {
  /* max-width: 704px; */
  /* height: 704px; */
  margin-left: auto;
  padding: 3rem;
}
.careers-section .careers-img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: 8px;
}
/* careers-section css end */

/* start partner-banner css */
.partner-banner {
  background: var(--primary-color);
  /* margin-top: 80px; */
  padding: 63px 0px;
}
.partner-banner .content {
  max-width: 775px;
}
.partner-banner .content h2 {
  color: #fff;
  font-family: "Playfair Display";

  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
}
.partner-banner .partner_button button {
  display: flex;
  padding: 20px 32px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: var(--Charcoal, #3a3a35);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  border: 0;
}

.partner-banner .btn-light {
  padding: 20px 30px;
  white-space: nowrap;
}

/* start partner-banner end */

/* cultural-centers-events-section css start */
.cultural-centers-events-section {
  padding: 0px 0px 60px 0px;
}
.cultural-centers-events-section .event-card {
  display: flex;
  align-items: center;
  column-gap: 64px;
}

/* === COPY FOR SECTION ===== */

.cultural-centers-events-section .event-card .content {
 padding: 0px 20px;
}


/* ====== IMAGE SECTION ===== */


.cultural-centers-events-section .event-card .img-container {
 padding: 0px 25px;
 display: flex;
 justify-content: center;
 align-items: center;
}



.cultural-centers-events-section .event-card img {
  min-height: auto;
  max-width: 100%;
}
.cultural-centers-events-section .event-card .content h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
  letter-spacing: -0.96px;
}

.cultural-centers-events-section .event-card .content .btn-common {
  margin-top: 15px !important;
}
.event-cards-container {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
/* cultural-centers-events-section css end */

/* venue-partners css start */
.venue-partners {
  padding: 60px 0px;
  background: #e7dfd1;
}
.right-column {
  padding: 0px 50px;
}
.venue-partners h2 {
  color: var(--dark-gray);
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
}
.venue-partners h3 {
  color: var(--dark-gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
}
.venue-partners a {
  color: var(--dark-gray);
  font-size: 18px;
  font-style: normal;

  margin-bottom: 0px;
  display: block;
}
.venue-partners a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

/* venue-partners css end */

/* faq css start */
.faq-section {
  padding: 0px 0px 60px 0px;
}
.faq-section h2 {
  color: var(--dark-gray);
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-question.active .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 18px;
  color: #555;
}

.faq-answer p {
  margin: 0 0 15px;
}

/* faq css end */

/* contact section css end */
.contact-section {
  padding: 30px 0px;
  margin-bottom: 1rem;
}
.contact-section h2 {
  color: var(--dark-gray);
  font-family: "Playfair Display";
  font-size: var(--fs-h2);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
}

.contact-form .form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px;
  font-size: 0.95rem;
  width: 100%;
}

.contact-form textarea {
  resize: none;
}

.btn-submit {
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  color: #fff;
  border: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  border-radius: 8px;
  background: var(--primary-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #083d23;
}
.contact-section hr {
  background: #e0e0e0;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}
.form-check-input {
  margin-top: 4px;
}

.form-check-label {
  margin-left: 8px;
}

/* contact section css end */

/* ========== CONTACT PAGE ============= */

.culinaire-contact-info {
  padding-top: 8rem !important;
}

#team-photos .team-member {
  padding: 30px;
}

#team-photos .team-member img {
  max-width: 100%;
  height: auto;
  display: block;
}

#team-photos .team-bio {
  text-align: center;
}

#team-photos .team-bio p {
  font-size: 24px;
}

/* ======= CONTACT US ========== */

.insta-thumb {
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.insta-thumb:hover {
  transform: scale(1.04);
  opacity: 0.9;
}

.insta-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.social_media_section {
  background: #e7dfd1;
}
#instaEmbedContainer {
  width: 90%;
  min-height: 300px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.insta-link {
  display: block;
  font-size: 11px;
  margin-top: 6px;
  color: #777;
  word-break: break-all;
  text-decoration: none;
}

.insta-modal {
  border-radius: 12px;
}




/* ======= FOOTER ========== */

.footer {
  padding: 60px 0px;
}

.footer .first-column h5 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--primary-color);
}

.footer p,
.footer a {
  /* color: #454545; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.footer a,
.footer .social-icons {
  color: black;
  font-size: 16px;
}
.footer .social-icons {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 20px;
}
.footer .social-icons a {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 20px;
}
.footer .social-icons img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.footer .social-icons img:hover {
  transform: scale(1.2);
}

.footer .nav-items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}




@media (max-width: 993px) {
  .nav {
    min-height: auto;
  }
}

/* ======== MOBILE ========= */



@media (max-width: 630px) {

a.ViewProfileButton, a.FollowButton {
    background-color: rgb(var(--ig-primary-button));
    border-radius: 3px;
    color: rgb(var(--web-always-white));
    flex-shrink: 0;
    font-weight: var(--font-weight-system-semibold);
    margin-left: 10px;
    padding: 5px 12px;
    text-decoration: none;
    display: none;
}

   .navbar-nav .dropdown-item {
    text-align: center;
  }


  .userway_buttons_wrapper {
    top: auto !important;
    bottom: 15px !important;
    right: -10px !important;
  }

  .event-card .content {
    margin-bottom: 30px;
  }

  .event-cards-container {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }

/* ========== Our Philosophy ========= */

.our-culinary-philosophy-section  .main-container{

  padding:0px;
}


.our-culinary-philosophy-section  .carousel-inner {
    border-radius: 0px !important;
    background: transparent;
}




.our-culinary-philosophy-section .single_slider {
    background-color: white;
    border-radius: 0px;
    overflow: hidden;
    height: 719px;
}



  .services_include ul {
    text-align: start;
  }
  .services_include ul li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .event-card .content h2 {
    font-size: 32px;
  }
  .navbar {
    min-height: auto;
  }
  .logo {
    width: 200px;
  }
  .footer .first-column h5 {
    font-size: 32px;
  }
  .banner .banner-content h1 {
    font-size: 44px;
  }
  .btn-common {
    font-size: 16px;
  }
  .about-section p {
    font-size: 16px;
  }
  .about-section .btn {
    font-size: 14px;
  }
  .services-section .title {
    font-size: 32px;
  }
  .single_card .card-content .btn {
    padding: 12px;
    font-size: 14px;
  }
  .single_card .img-text {
    font-size: 30px;
  }
  .single_card img {
    height: 250px;
    object-fit: cover;
  }
  .single_card .card-content p {
    font-size: 16px;
  }
  .careers-section .careers-img {
    max-width: 738px;
    width: 100%;
    height: 100%;
    position: unset;
    right: 0;
    top: 65px;
    margin-left: auto;
    margin-top: 50px;
    padding: 0px !important;
  }
  .careers-section .careers-content h2 {
    font-size: 38px;
  }
  .careers-section .careers-content p {
    font-size: 15px;
  }
  .partner-banner .content h2 {
    font-size: 30px;
  }
  .partner-banner-content {
    flex-direction: column;
  }
  .partner-banner .partner_button {
    width: 100%;
    margin-top: 20px;
  }
  .partner-banner .partner_button button {
    padding: 12px 40px;
    font-size: 16px;
    margin-top: 20px;
  }
  .columns {
    flex-direction: column;
    row-gap: 30px;
  }
  .culturalCenters_heroBanner {
    height: 425px;
    margin-top: 57px;
  }
  .banner {
    margin-top: 57px;
  }
  .cultural-centers-about-section .about-content h1 {
    font-size: 32px;
  }
  .cultural-centers-about-section .about-content p {
    font-size: 16px;
    padding: 10px 0px;
    /* margin-bottom: 3rem; */
  }
  .cultural-centers-events-section .event-card {
    flex-direction: column !important;
    row-gap: 30px;
    text-align: center;
  }
  .cultural-centers-events-section .event-card .content h3 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .cultural-centers-events-section .event-card .content p {
    font-size: 16px;
  }
  .cultural-centers-events-section .event-card img {
    min-height: 100%;
    max-width: 100%;
  }
  .right-column {
    padding: 0px !important;
    margin-top: 40px;
  }
  .venue-partners h2 {
    font-size: 32px;
  }
  .venue-partners h5 {
    font-size: 18px;
  }
  .venue-partners p {
    font-size: 16px;
  }
  .faq-question {
    font-size: 16px;
  }
  .faq-answer {
    font-size: 15px;
  }
  .faq-section h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .contact-section h2 {
    font-size: 38px;
  }
  .contact-section p {
    font-size: 16px;
  }
}

/* Hover effect only for desktop (>=992px for lg breakpoint) */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  /* Chevron rotation on hover (desktop only) */
  .nav-item.dropdown:hover .bi-chevron-down {
    transform: rotate(180deg);
  }
}

#heroSlider .carousel-control-prev,
#heroSlider .carousel-control-next {
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

/* LEFT button */
#heroSlider .carousel-control-prev {
  left: -80px;
}

/* RIGHT button */
#heroSlider .carousel-control-next {
  right: -80px;
}

@media (max-width: 768px) {
  #heroSlider .carousel-control-prev {
    display: none;
  }

  #heroSlider .carousel-control-next {
    display: none;
  }
  .our-culinary-philosophy-section .single_slider img {
    height: 375px;
  }
  .our-culinary-philosophy-section .single_slider .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
