:root {
  --bs-gutters-x: 24px;
}
.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--Black-Text-Color);
}
.home-bg-1 {
  background-image: url(../images/bg/home-bg-1.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 610px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content {
  padding-top: 30px;
}

.sub-headline {
  font-size: 36px;
  font-weight: 700;
  color: var(--Grey-Text-Color);
  opacity: 0.3;
}

.main-headline {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--Black-Text-Color);
  line-height: 1.75;
}

.highlight-headline {
  font-size: 32px;
  font-weight: 500;
  color: var(--primary-color) !important;
  margin-bottom: 12px;
}

.description {
  font-size: 18px;
  font-weight: 400;
  color: var(--Grey-Text-Color);
  margin-bottom: 48px;
  line-height: 1.5;
}

.btn {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-find-locations {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white) !important;
  margin-right: 24px;
}

.btn-find-locations i {
  color: var(--white) !important;
}
.btn-find-locations:hover {
  background-color: #109e13 !important;
  border-color: #109e13 !important;
}
.btn-find-locations:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white) !important;
}

.btn-explore-menu {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}
.btn-explore-menu i {
  color: var(--primary-color);
}

.btn-explore-menu:hover,
.btn-explore-menu:hover i {
  color: var(--white) !important;
}
.btn-explore-menu:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-explore-menu i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.btn-explore-menu:hover i {
  transform: translateX(3px);
}

.branch-info {
  margin-top: 56px;
  font-size: 18px;
  font-weight: 400;
  color: var(--Black-Text-Color);
  width: 70%;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.hero-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 328px;
  margin-right: 40px;
}

.semi-circle-border {
  position: absolute;
  top: 0%;
  right: 0;
  /* left: calc(32% - 25px); */
  max-width: 480px;
  max-height: 480px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  border-radius: 480px;
  transform: rotate(-45deg);
  border: 0.676px dashed var(--Grey-Text-Color);
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.dosa-main-image {
  max-width: 508px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.15));
}

.food-callout {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.food-callout img {
  width: 75%;
  height: 75%;
  object-fit: contain;
  border-radius: 50%;
}
.opacity-6 {
  opacity: 0.6;
}
.food-1 {
  top: calc(0% - 95px) !important;
  left: calc(50% - 44px) !important;
}
.food-2 {
  top: calc(0% - 13px);
  left: calc(0% - 70px);
}
.food-3 {
  top: calc(50% - 24px);
  left: calc(0% - 132px);
}
.food-4 {
  bottom: calc(0% - 20px);
  left: calc(0% - 70px);
}
.food-5 {
  bottom: calc(0% - 95px) !important;
  left: calc(50% - 48px) !important;
}
.our-journey {
  margin: 60px 100px 80px 0px;
  border-radius: 0px 400px 400px 0px;
  background: var(--Secondary-Background-Color);
  padding: 40px 80px 40px 100px;
}
.section-title {
  color: var(--primary-color);
  font-family: "Linden Hill";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.56px;
  margin-bottom: 16px;
}
.section-subtitle {
  color: var(--Black-Text-Color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}
.section-description {
  color: var(--Grey-Text-Color);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.flavors {
  padding: 60px 0px 80px 0px;
}
.flavors-image {
  position: relative;
  max-width: 400px;
  height: 400px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-circle-border {
  position: absolute;
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  border-radius: 400px;
  border: 0.676px dashed var(--Grey-Text-Color);
  opacity: 0.4;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.flavors-image img {
  max-width: 260px;
  max-height: 260px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: var(--Stroke-Color);
}
.dish-1 {
  top: calc(0% + 28px);
  left: calc(0% + 48px);
}
.dish-2 {
  top: calc(50% - 24px);
  left: calc(0% - 24px);
}
.dish-3 {
  bottom: calc(0% + 28px);
  left: calc(0% + 48px);
}
.dish-4 {
  bottom: calc(0% + 28px);
  right: calc(0% + 48px);
}
.dish-5 {
  top: calc(50% - 24px);
  right: calc(0% - 24px);
}
.dish-6 {
  top: calc(0% + 28px);
  right: calc(0% + 48px);
}
.proudly-rooted-left {
  max-width: 600px !important;
  width: 100%;
  padding: 40px;
  background-color: var(--Secondary-Background-Color);
  border-radius: 40px;
}
.proudly-rooted-left div {
  border-radius: 16px;
  background-color: var(--white);
}
.proudly-rooted-right {
  max-width: 600px !important;
  width: 100%;
}
.location {
  color: var(--white);
  width: 25%;
  height: 416px;
  padding: 32px 24px;
  border-radius: 20px;
}
.active-location {
  width: 45%;
  transition: 0.3s linear;
}
.location-decorative {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.active-location .location-decorative {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}
.location-decorative {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.location-decorative h2 {
  font-size: 28px;
  margin-bottom: 6px;
  color: var(--white) !important;
  font-weight: 500;
}
.location-decorative h3 {
  font-size: 20px;
  color: var(--white) !important;
  font-weight: 500;
}
.location-decorative p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
  color: var(--white) !important;
}
.location-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-decoration: none;
  background-color: var(--white);
  color: var(--Black-Text-Color);
}
.card-dubai {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.24) 12%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../images/bg/Dubai Image - Branches Section.avif") lightgray 50% /
      cover no-repeat;
}
.card-sharjah {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.24) 12%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../images/bg/Sharjah Image - Branches Section.avif") lightgray 50% /
      cover no-repeat;
}
.card-abudhabi {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.24) 12%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../images/bg/Abu\ Dhabi\ Image\ -\ Branches\ Section.avif") lightgray
      50% / cover no-repeat;
}
.contact_us_card {
  max-width: 222px;
  padding: 32px 24px;
  border-radius: 24px;
  background-color: var(--primary-color);
  text-align: left;
  width: 100%;
  height: 100%;
}
.contact_us_card h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: var(--Secondary-Color);
}
.contact_us_card p {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
}
.contact_us_card a {
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--white);
  color: var(--primary-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 8px;
}
.moments-captured {
  padding: 80px 0px 80px 0px;
}
.maroon-card img {
  border-radius: 16px;
  /* background-color: maroon; */
}
.maroon-card-76 {
  margin-top: 76px;
}
.maroon-card-82 {
  margin-top: 82px;
}
.maroon-card-44 {
  margin-top: 44px;
}
.moments-captured-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: -112px;
}
.moments-captured-content .section-title {
  font-size: 32px;
  font-family: Jost;
  font-weight: 500;
  line-height: 56px;
  color: var(--Black-Text-Color);
  width: 50%;
  margin-bottom: 20px;
}
.moments-captured-content .section-description {
  color: var(--Grey-Text-Color);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 70%;
  margin-bottom: 40px;
}
.testimonial-card {
  background-color: var(--white);
  border: 1px solid #e0e0e0;
  padding: 16px;
  margin-block: 12px;
  border-radius: 20px;
  text-align: left;
  max-height: 350px;
}
.testimonial-card .stars i {
  color: #ffc403 !important;
}
.golden-moment {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  min-height: 400px;
  background: var(--Secondary-Background-Color);
}
.golden-moment .content {
  width: 65%;
}
.golden-moment .content h1 {
  color: var(--primary-color);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 16px;
}
.green-star {
  position: absolute;
  top: -33px;
  left: 60px;
}
.vector {
  position: absolute;
  top: calc(0% - 30px);
  right: calc(0% - 30px);
}
.star-2 {
  position: absolute;
  bottom: -39px;
  left: -52px;
}
.img-gallery-1 {
  margin-top: -160px;
}
.img-gallery-1 img {
  border-radius: 24px;
}
.our-journey-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
.our-journey-content-left {
  min-width: 378px;
}
.our-journey-content-left img {
  min-width: 378px;
  min-height: 378px;
  width: 100%;
  height: 100%;
  border-radius: 497.368px;
  border: 7.958px solid var(--White-Color, #fff);
  object-position: center;
  object-fit: cover;
}
.golden-moment-subtitle {
  width: 65%;
}
.golden-moment-memories {
  width: 88%;
}
.moment-3 {
  position: absolute;
  top: calc(0% - 42px);
  left: calc(0% + 30px);
}
.moment-4-1 {
  position: absolute;
  top: calc(0% + 40px);
  left: 0;
  z-index: -1;
  max-width: 247px;
}
.moment-4-1 img {
  width: fit-content;
  height: 100%;
}
.moment-4-2 {
  position: absolute;
  top: calc(0% + 40px);
  right: 0;
  z-index: -1;
  max-width: 247px;
}
.moment-4 {
  padding-block: 60px;
  gap: 24px;
}
.moment-4 p {
  color: var(--Grey-Text-Color, #747474);
  text-align: center;
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.moment-4 h3 {
  color: var(--Black-Text-Color);
  text-align: center;
  font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.thankyou-bg {
  background-image: url(../images/golden_moment/thank-you.png);
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery {
  display: flex;
  gap: 12px;
  margin-inline: -6px;
}
.gallery-left {
  max-width: 512px;
  width: 100%;
}
.gallery-right {
  max-width: 716px;
  width: 100%;
}
.gallery img {
  border-radius: 20px;
}
.moment-3-1 {
  width: "250px" !important;
  height: "417px" !important;
}
.moment-3-2 {
  width: "250px" !important;
  height: "178px" !important;
}
.moment-3-3 {
  width: "250px" !important;
  height: "227px" !important;
}
.moment-3-4 {
  width: "512px" !important;
  height: "191px" !important;
}
.moment-3-5 {
  width: "308px" !important;
  height: "308px" !important;
}
.moment-3-6 {
  width: "396px" !important;
  height: "308px" !important;
}
.moment-3-7 {
  width: "416px" !important;
  height: "300px" !important;
}
.moment-3-8 {
  width: "288px" !important;
  height: "300px" !important;
}
.moment-3-1 img {
  width: "100%";
  height: "100%";
  object-position: center;
  object-fit: cover;
}
.moment-3-2 img {
  width: "100%";
  height: "100%";
  object-position: center;
  object-fit: cover;
}
.moment-3-3 img {
  width: "100%";
  height: "100%";
  object-position: center;
  object-fit: cover;
}
.moment-3-4 img {
  width: "100%";
  height: "100%";
  object-position: center;
  object-fit: cover;
}
.moment-3-5 img {
  width: "100%";
  height: "100%";
  object-position: center;
  object-fit: cover;
}
.moment-3-6 img {
  width: "100%";
  height: "100%";
  object-position: center;
  object-fit: cover;
}
.moment-3-7 img {
  width: "100%";
  height: "100%";
  object-position: center;
  object-fit: cover;
}
.moment-3-8 img {
  width: "100%";
  height: "100%";
  object-position: center;
  object-fit: cover;
}
/* Responsive adjustments */
@media (max-width: 1199.98px) {
  .semi-circle-border {
    display: none;
  }
  .hero-image-container {
    margin-right: 0;
  }
  .our-journey {
    margin: 0px;
    border-radius: 0px;
    background: none;
    padding: 40px;
  }
  .our-journey-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .our-journey-content-right {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .our-journey-content-left {
    min-width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .our-journey-content-left img {
    min-width: 100%;
    min-height: 100%;
  }
  .testimonial-card {
    max-height: 500px;
  }
}
@media (max-width: 991.98px) {
  /* Tablets */
  .hero-left,
  .hero-right {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content: center;
  }
  .hero-left {
    order: 1;
  }
  .hero-right {
    order: 2;
    min-height: 450px;
  }
  .hero-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-headline {
    font-size: 2.2rem;
  }
  .highlight-headline {
    font-size: 2rem;
  }
  .description {
    max-width: 100%;
  }
  .button-group {
    justify-content: center;
  }
  .button-group .btn {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .dosa-main-image {
    max-width: 75%;
  }
  .food-callout {
    width: 55px;
    height: 55px;
  }
  .semi-circle-border {
    display: none;
  }
  .golden-moment-subtitle,
  .golden-moment-memories {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* Mobile */
  .hero-left {
    padding: 0px;
    text-align: center;
  }
  .hero-right {
    padding: 2rem 1rem;
    min-height: 350px;
  }
  .main-headline {
    font-size: 1.8rem;
  }
  .highlight-headline {
    font-size: 1.6rem;
  }
  .description {
    font-size: 0.9rem;
  }
  .button-group {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .button-group .btn {
    width: 90%;
    max-width: 300px;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .branch-info {
    font-size: 0.85rem;
    width: 100%;
  }
  .dosa-main-image {
    max-width: 60%;
  }
  .semi-circle-border {
    display: none;
  }
  .food-callout {
    width: 35px;
    height: 35px;
  }
  .food-1 {
    top: calc(0% - 45px) !important;
    left: calc(50% - 22px) !important;
  }
  .food-2 {
    top: calc(0% - 6px);
    left: calc(0% + 24px);
  }
  .food-3 {
    top: calc(50% - 12px);
    left: 0%;
  }
  .food-4 {
    bottom: calc(0% - 6px);
    left: calc(0% + 48px);
  }
  .food-5 {
    bottom: calc(0% - 45px) !important;
    left: calc(50% - 24px) !important;
  }
  .flavors {
    padding: 30px 0px 40px 0px;
  }
  .location-decorative h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .location-decorative h3 {
    font-size: 16px;
  }
  .location-decorative p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 32px;
  }
  .contact_us_card {
    max-width: 85% !important;
  }
  .maroon-card-76 {
    margin-top: 38px;
  }
  .maroon-card-82 {
    margin-top: 41px;
  }
  .maroon-card-44 {
    margin-top: 22px;
  }
  .moments-captured-content {
    margin-top: 0px;
  }
  .moments-captured-content .section-title {
    font-size: 24px;
    width: 90%;
  }
  .moments-captured-content .section-description {
    font-size: 0.9rem;
    width: 90%;
  }
  .golden-moment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    min-height: 500px;
    background: var(--Secondary-Background-Color);
  }
  .golden-moment .content {
    width: 100%;
  }
  .green-star {
    position: absolute;
    left: 0;
  }
  .vector {
    position: absolute;
    width: 28px;
    top: 0px;
    right: 0;
  }
  .golden-moment {
    min-height: 300px;
  }
  .img-gallery-1 {
    margin-top: -90px;
  }
  .moment-3 {
    top: -20px;
    left: 0;
  }
  .moment-4-1,
  .moment-4-2 {
    display: none;
  }
  .star-2 {
    position: absolute;
    bottom: 0px;
    left: 10px;
  }
  .testimonial-card {
    max-height: 400px;
  }
}
@media (max-width: 576px) {
  .golden-moment {
    min-height: 380px;
  }
  .img-gallery-1 {
    margin-top: -10px;
  }
  .our-journey {
    padding: 0px;
  }
  .location {
    padding: 12px 8px;
  }
  .location-decorative h2 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .location-decorative h3 {
    font-size: 12px;
  }
  .location-decorative p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .proudly-rooted-left {
    padding: 30px 20px;
  }
  .dish-2 {
    top: calc(50% - 24px);
    left: calc(0% - 12px);
  }
  .dish-5 {
    top: calc(50% - 24px);
    right: calc(0% - 12px);
  }
  .moment-3-1 {
    width: "100%";
    height: "100%";
  }
  .moment-3-2 {
    width: "100%";
    height: "100%";
  }
  .moment-3-3 {
    width: "100%";
    height: "100%";
  }
  .moment-3-4 {
    width: "100%";
    height: "100%";
  }
  .moment-3-5 {
    width: "100%";
    height: "100%";
  }
  .moment-3-6 {
    width: "100%";
    height: "100%";
  }
  .moment-3-7 {
    width: "100%";
    height: "100%";
  }
  .moment-3-8 {
    width: "100%";
    height: "100%";
  }
  .maroon-card img {
    border-radius: 8px;
  }
  .section-description {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonial-card {
    max-height: 100%;
  }
  .flavors-image img {
    max-width: 200px;
    max-height: 200px;
  }
}
