* {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #212121;
}
.top-position{
  margin-top: 126px!important;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 20px;
  }
  #header1,
  #header2 {
    display: none !important;
  }
  .top-position{
  margin-top: 81px!important;
}
}
:root {
  --white: #ffffff;
  --black: #000000;
  --Secondary-Background-Color: #f8ffe3;
  --Black-Text-Color: #212121;
  --Grey-Text-Color: #747474;
  --Stroke-Color: #e0e0e0;
  --Secondary-Background-Color: #f8ffe3;
  --Secondary-Color: #d7ef60;
  --primary-color: #1e6621;
}
input:not([type="image" i]) i {
  display: none !important;
}
input::placeholder {
  color: var(--Grey-Text-Color) !important;
}
.primary-color {
  color: var(--primary-color) !important;
}
.white-color {
  color: var(--white) !important;
}
.stroke-color {
  color: var(--Stroke-Color) !important;
}
.text-dark {
  color: var(--Black-Text-Color) !important;
}
.text-gray {
  color: var(--Grey-Text-Color) !important;
}

h1 {
  font-size: 32px;
  line-height: 1.75;
  margin-bottom: 0;
}
h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 0;
}
h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}
h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
h5 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
h6 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.hero-section {
  position: relative;
  background: url("../images/about_us/breakfast_bg.avif");
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}
.journey-section {
  padding-block: 80px;
}

.journey-title {
  color: #1e6621 !important;
  font-family: "Linden Hill";
  font-weight: 400;
  font-size: 28px;
}

.journey-subtitle {
  color: var(--Black-Text-Color);
  font-size: 20px;
}

.content-heading {
  color: var(--Black-Text-Color);
  font-size: 20px;
  margin-bottom: 20px !important;
}

.text-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.arched-image {
  object-fit: cover;
  display: block;
}

.food-image {
  max-height: 247px;
  border-radius: 206px 206px 0px 0px;
}

.sizzle-graphic {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 80px;
  height: auto;
  z-index: 10;
  transform: rotate(-15deg);
}

.burj-image {
  max-height: 412px;
  border-radius: 206px 206px 182.4px 0px;
}
.chennai-map-bg {
  position: absolute;
  top: 0;
  left: calc(0% - 100px);
  z-index: -1;
}
.dubai-map-bg {
  position: absolute;
  top: calc(0% + 160px);
  left: calc(100% - 382px);
  z-index: -1;
}
.main-heading-section h1 {
  color: #1e6621 !important;
  font-family: "Linden Hill";
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 16px !important;
}
.main-heading-section p {
  color: var(--Black-Text-Color);
  font-size: 20px;
}

.content-card {
  padding: 40px 32px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.vision-card {
  background-color: var(--Secondary-Background-Color);
  min-height: 480px;
  position: relative;
}
.vission-graphic {
  position: absolute;
  top: calc(100% - 200px);
  left: calc(100% - 246px);
  z-index: 10;
}
.vision-card h3 {
  color: #a8b03d !important;
  font-size: 32px;
  margin-bottom: 12px !important;
  line-height: 1.75;
}
.content-card h4 {
  color: var(--Black-Text-Color); /* Dark text for subheading */
  font-size: 20px;
  margin-bottom: 28px !important;
  line-height: 1.6;
}
.content-card p {
  color: var(--Grey-Text-Color) !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}

.mission-card {
  background-color: #ffe3e3;
  min-height: 480px;
  position: relative;
}
.mission-graphic {
  position: absolute;
  top: calc(100% - 220px);
  left: calc(100% - 234px);
  z-index: 10;
}
.mission-card h3 {
  color: #b03d3d !important;
  font-size: 32px;
  margin-bottom: 12px !important;
  line-height: 1.75;
}

.content-card-left{
  width: calc(50% - 20px);
}
.values-card {
  background-color: #e3e6ff;
  height: 100%;
  position: relative;
}
.values-graphic {
  position: absolute;
  top: calc(100% - 200px);
  left: calc(100% - 275px);
  z-index: 10;
}
.values-card h2 {
  color: #3d47b0 !important;
  font-size: 32px;
  margin-bottom: 12px !important;
  line-height: 1.75;
}
.values-card ul {
  list-style: none;
  padding-left: 0;
}
.values-card ul li {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  color: var(--Grey-Text-Color);
  line-height: 1.45;
  padding-left: 1.5em;
  position: relative;
}
.values-card ul li strong {
  font-weight: 500;
  color: var(--Grey-Text-Color) !important;
}
.values-card ul li::before {
  content: "•";
  color: var(--Grey-Text-Color);
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0%;
}
.b-day_party_card {
  max-width: 280px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.social-gathering_card {
  max-width: 520px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ceremony_card {
  max-width: 392px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.values-card ul li strong {
  color: #212121;
}
.image-column-container {
  max-width: 748px;
  width: 100%;
}
.image-column {
  max-width: 412px;
  width: 100%;
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
  /* lg breakpoint */
  .journey-title {
    font-size: 2rem;
  }
  .journey-subtitle {
    font-size: 1rem;
  }
  .content-heading {
    font-size: 1.5rem;
  }
  .image-column .d-flex {
    flex-direction: row;
    align-items: baseline !important;
    gap: 16px;
  }
  .food-image-container {
    margin-right: 0 !important;
    margin-bottom: 20px; /* Space between stacked images */
  }
  .sizzle-graphic {
    top: -20px;
    left: -20px;
    width: 60px;
  }
  .values-card {
    min-height: auto; /* Adjust height for mobile/tablet */
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  /* sm breakpoint */
  .journey-title {
    font-size: 1.8rem;
  }
  .sizzle-graphic {
    width: 50px;
    top: -15px;
    left: -15px;
  }
  .chennai-map-bg {
    left: 0%;
  }
  .dubai-map-bg {
    top: calc(0% + 450px);
    left: 0%;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 70vh;
  }
  .text-content {
    text-align: center; /* Center text on smaller screens */
  }
  .journey-section {
    padding-block: 0px;
  }
  .content-card-left{
  width: 100%;
}
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: #1e6621;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6l12 12" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  mask-size: contain;
  cursor: pointer;
}