/* ==========================================================================
   INDU PRATIBHA — ABOUT US PAGE STYLESHEET
   Built with Bootstrap 5 grid/utilities + custom styling to match the
   provided Desktop / Tablet / Mobile reference screenshots.

   COLOR TOKENS (edit here to re-theme the whole page)
   ========================================================================== */
:root {
  --color-cream-bg:      #fdf6e9;   /* main page background — sampled #FDF6E9 */
  --color-cream-bg-2:    #ffdfa5;   /* footer background — sampled #FFDFA5 */
  --color-maroon:        #ba2525;   /* "Why Choose" band — sampled #BA2525 */
  --color-maroon-dark:   #8f1c1c;
  --color-terracotta:    #e15d1a;   /* accent text ("India", headings, eyebrow) */
  --color-gold:          #f2b632;   /* icon badge circles */
  --color-text-dark:     #3a2418;   /* headings */
  --color-text-body:     #6b5647;   /* paragraph copy */
  --color-white:         #ffffff;
  --color-border-top-1:  #0e65a4;   /* header top rule — dark blue band */
  --color-border-top-2:  #0d99ff;   /* header top rule — bright blue band */

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html, body {
  overflow-x: hidden;           /* guards against any horizontal scroll on mobile */
  width: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--color-text-body);
  background-color: var(--color-cream-bg);
  margin: 0;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

.text-accent { color: var(--color-terracotta); }

/* ==========================================================================
   HEADER / NAVIGATION
   ========================================================================== */
.site-header {
  background-color: white;
  border-top: 2px solid none;
  box-shadow: 0 2px 0 0 none;
  position: relative;
  z-index: 100;
  padding: 0px;
}

.navbar { padding: 0.75rem 0; }

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-icon,
.footer-brand-icon {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  font-family: var(--font-display);
}

.brand-line1,
.brand-line2 {
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-maroon);
  font-size: 0.95rem;
}

.main-nav-links {
  gap: 2.5rem;
}

.main-nav-links .nav-link {
  color: var(--color-text-dark);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  position: relative;
}

.main-nav-links .nav-link.active,
.main-nav-links .nav-link:hover {
  color: var(--color-terracotta);
}

.header-icons {
  gap: 1.25rem;
}

.header-icon-link {
  font-size: 1.15rem;
  color: var(--color-text-dark);
}

.header-icon-link:hover { color: var(--color-terracotta); }

/* ==========================================================================
   ABOUT INTRO SECTION
   ========================================================================== */
.about-intro {
  padding: 0 ;
}

.section-eyebrow {
  color: var(--color-terracotta);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  text-transform: none;
}

.about-heading {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-text-dark);
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 0;
}

.about-hero {
    width: 100%;
    min-height: 475px;
    background-image: url("Assets/about-us-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

.about-hero-content {
    width: 50%;
    padding-left: 8%;
}

.about-hero-content span {
    color: #b91c1c;
    font-size: 16px;
    font-weight: 600;
}

.about-hero-content h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.15;
    color: #3a2117;
    margin: 10px 0 15px;
}

.about-hero-content h1 strong {
    display: block;
    color: #e6531f;
}

.about-hero-content p {
    max-width: 500px;
    font-size: 13px;
    line-height: 1.5;
    color: #3a2117;
}

/* ==========================================================================
   "INSPIRED BY TRADITION" SECTION
   ========================================================================== */
.about-tradition {
  padding: 2rem 0 3.5rem;
}

.tradition-heading {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-text-dark);
  font-size: 1.9rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.tradition-text {
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.tradition-img {
  border-radius: 10px;
  width: 100%;
}

/* ==========================================================================
   "WHY CHOOSE US" SECTION
   ========================================================================== */
.why-choose {
  background-color: var(--color-maroon);
  padding: 3.5rem 0;
}

.why-choose-heading {
  font-family: var(--font-display);
  color: var(--color-white);
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.why-choose-item { padding: 0 0.5rem; }

.why-choose-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  /* background-color: var(--color-gold); */
  color: var(--color-maroon-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 1rem;
}

.why-choose-title {
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.why-choose-text {
  color: #f1d9d9;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ==========================================================================
   PRODUCT CATEGORIES SECTION
   ========================================================================== */
.product-categories {
  padding: 4rem 0 4.5rem;
  background-color: var(--color-cream-bg);
}

.category-item { display: inline-block; }

.category-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1rem;
  border: 6px solid var(--color-white);
  box-shadow: 0 4px 14px rgba(58, 36, 24, 0.12);
}

.category-label {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-text-dark);
  font-size: 24px;
  margin-bottom: 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background-color: var(--color-cream-bg-2);
  padding: 3.5rem 0 0;
}

.footer-tagline {
  font-size: 0.85rem;
  color: red;
  margin: 0.75rem 0 1rem;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--color-terracotta);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.footer-heading {
  font-family: var(--font-display);
  color: var(--color-maroon);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.65rem;
  font-size: 0.85rem;
}

.footer-links a:hover { color: var(--color-terracotta); }

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.footer-contact i {
  color: var(--color-terracotta);
  margin-top: 0.2rem;
}

.footer-bottom {
  border-top: 1px solid #e6d8ac;
  margin-top: 2.5rem;
  padding: 1.1rem 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--color-text-body);
}

/* ==========================================================================
   RESPONSIVE — TABLET (≤ 991.98px)
   ========================================================================== */
@media (max-width: 991.98px) {
  .about-heading { font-size: 2rem; text-align: center; }
  .section-eyebrow { text-align: center; }
  .about-intro .row { text-align: center; }

  .tradition-heading,
  .tradition-text { text-align: center; }

  .why-choose-heading { font-size: 1.75rem; }

  .category-img { width: 130px; height: 130px; }

  .main-nav-links {
    gap: 0;
    text-align: center;
    padding: 1rem 0;
  }
  .main-nav-links .nav-link { padding: 0.5rem 0; }

  .header-icons { display: none !important; }
}

/* ==========================================================================
   RESPONSIVE — MOBILE (≤ 575.98px)
   ========================================================================== */
@media (max-width: 575.98px) {
  .about-intro { padding: 2rem 0 1.5rem; }
  .about-heading { font-size: 1.6rem; }

  .about-tradition { padding: 1rem 0 2.5rem; }
  .tradition-heading { font-size: 1.4rem; }
  .tradition-text { font-size: 0.9rem; }

  .why-choose { padding: 2.5rem 0; }
  .why-choose-heading { font-size: 1.4rem; margin-bottom: 2rem; }
  .why-choose-icon { width: 54px; height: 54px; font-size: 1.3rem; }
  .why-choose-title { font-size: 0.9rem; }
  .why-choose-text { font-size: 0.78rem; }

  .product-categories { padding: 2.5rem 0 3rem; }
  .category-img { width: 175px; height: 175px; border-width: 4px; }
  .category-label { font-size: 0.85rem; }

  .site-footer { padding: 2.5rem 0 0; }
  .footer-heading { margin-top: 0.5rem; }
}

@media (max-width: 767px) {
    .about-hero {
      background-image: url("Assets/about-us-mb.webp");
        min-height: 700px;
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: 650px;
        height: auto;

        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;

        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .about-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 65px 20px 400px;
        text-align: center;
    }

    .about-hero-content span {
        font-size: 15px;
    }

    .about-hero-content h1 {
        font-size: 27px;
        line-height: 1.2;
        margin: 10px 0 15px;
    }

    .about-hero-content h1 strong {
        display: inline;
    }

    .about-hero-content p {
        max-width: 330px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.4;
    }
}
@media (max-width: 767px) {
    .about-intro {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .about-hero {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {

    .contact-info {
        width: 100%;
        /* max-width: 100%; */
        padding: 0 20px;
        box-sizing: border-box;
        overflow: hidden;
        overflow-x: hidden;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .contact-item i {
        flex: 0 0 20px;
        width: 20px;
        margin-right: 10px;
    }

    .contact-item span {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 30px);
        font-size: 13px;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: break-word;
        white-space: normal;
    }

}
/* Fix mobile contact section overflow */
@media (max-width: 767px) {
 .footer-contact {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        margin: 0;
        list-style: none;
        box-sizing: border-box;
    }

    .footer-contact li {
        display: flex;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .footer-contact li i {
        flex: 0 0 20px;
        width: 20px;
        margin-right: 10px;
        margin-top: 3px;
    }

    .footer-contact li span {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
        font-size: 13px;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: break-word;
        white-space: normal;
    }

    /* Prevent the entire page from creating horizontal overflow */
    body {
        overflow-x: hidden;
    }
}