.wamy-section {
   width: 100%;
   max-width: 1140px;
   margin: 0 auto;
   padding: 64px 20px;
   box-sizing: border-box;
}

@media(max-width:768px) {
   .wamy-section {
      padding: 36px 16px;
   }
}

.wamy-head {
   text-align: center;
   max-width: 720px;
   margin: 0 auto 40px
}

.wamy-head__eyebrow {
   font-weight: 600;
   font-size: 13px;
   letter-spacing: .16em;
   color: var(--arh-primary);
   margin: 0 0 10px
}

.wamy-head__title {
   font-size: clamp(24px, 3.4vw, 38px);
   margin: 0 0 12px
}

.wamy-head__lead {
   margin: 0;
   color: var(--arh-text)
}

.wamy-grid {
   display: grid;
   gap: 24px
}

.wamy-grid--packages {
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

.wamy-grid--stats {
   display: flex !important;
   align-items: stretch;
   gap: 0 !important;
   width: 100%
}

.wamy-grid--contact {
   grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
}

.wamy-card {
   background: #fff;
   border: 1px solid #E7E2D4;
   border-radius: 14px;
   padding: 26px
}

.wamy-card--package {
   display: flex;
   flex-direction: column;
   border-top: 4px solid var(--arh-primary)
}

.wamy-card__title {
   font-size: 24px;
   margin: 0 0 8px
}

.wamy-card__price {
   margin: 0 0 8px;
   color: var(--arh-secondary);
   font-size: 15px
}

.wamy-card__price span {
   display: block;
   font-size: 12px;
   letter-spacing: .14em;
   color: var(--arh-primary);
   font-weight: 600
}

.wamy-card__price strong {
   font-family: "Prata", Georgia, serif;
   font-size: 30px;
   font-weight: 500;
   margin-right: 6px
}

.wamy-card__summary {
   margin: 0 0 18px;
   font-size: 15px
}

.wamy-card__meta {
   display: grid;
   gap: 8px;
   margin: 0 0 18px;
   padding: 16px 0;
   border-top: 1px solid #EFEADC;
   border-bottom: 1px solid #EFEADC
}

.wamy-card__meta div {
   display: flex;
   justify-content: space-between;
   gap: 12px;
   font-size: 14px
}

.wamy-card__meta dt {
   color: var(--arh-text);
   margin: 0
}

.wamy-card__meta dd {
   margin: 0;
   color: var(--arh-secondary);
   font-weight: 600;
   text-align: right
}

.wamy-card__occupancy {
   list-style: none;
   margin: 0 0 18px;
   padding: 14px 16px;
   background: #FBF8F0;
   border-radius: 10px
}

.wamy-card__occupancy li {
   display: flex;
   justify-content: space-between;
   gap: 12px;
   font-size: 14px;
   padding: 4px 0
}

.wamy-card__occupancy strong {
   color: var(--arh-secondary)
}

.wamy-card__subhead {
   font-weight: 600;
   font-size: 13px;
   letter-spacing: .12em;
   color: var(--arh-primary);
   margin: 0 0 10px
}

.wamy-card__features {
   list-style: none;
   margin: 0 0 22px;
   padding: 0;
   font-size: 15px
}

.wamy-card__features li {
   position: relative;
   padding: 0 0 8px 26px;
   line-height: 1.6
}

.wamy-card__features li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 9px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: var(--arh-primary)
}

.wamy-card__cta {
   margin: auto 0 0
}

.wamy-conditions__list {
   max-width: 840px;
   margin: 0 auto;
   padding: 0;
   list-style: none;
   counter-reset: cond
}

.wamy-conditions__list li {
   counter-increment: cond;
   position: relative;
   padding: 0 0 14px 40px;
   line-height: 1.7
}

.wamy-conditions__list li::before {
   content: counter(cond);
   position: absolute;
   left: 0;
   top: 2px;
   width: 26px;
   height: 26px;
   border-radius: 50%;
   background: var(--arh-primary);
   color: #fff;
   font-size: 13px;
   display: flex;
   align-items: center;
   justify-content: center
}


.wamy-stats-wrap {
   background: var(--arh-secondary);
   width: 100%;
   max-width: 100%;
   margin: 0;
   position: relative;
   z-index: 5;
   clear: both;
   display: block;
   margin-top: 0 !important;
   box-sizing: border-box;
}

.wamy-stats-wrap .wamy-grid--stats {
   display: flex !important;
   align-items: stretch;
   flex-wrap: wrap;
   max-width: 1140px;
   margin: 0 auto;
   gap: 0 !important;
   width: 100%;
}

.wamy-stat {
   flex: 1 1 0;
   text-align: center;
   padding: 28px 24px;
   position: relative;
   min-width: 0;
   box-sizing: border-box;
}

.wamy-stat+.wamy-stat::before {
   content: "";
   position: absolute;
   left: 0;
   top: 20%;
   height: 60%;
   width: 1px;
   background: rgba(255, 255, 255, 0.2);
}

.wamy-stat strong {
   display: block;
   font-family: "Philosopher", "Hind Siliguri", Georgia, serif;
   font-weight: 700;
   font-size: clamp(32px, 4.5vw, 48px);
   color: var(--arh-primary);
   line-height: 1;
   margin-bottom: 8px;
   letter-spacing: -0.5px;
   word-break: break-word;
}

.wamy-stat span {
   font-size: 11px;
   font-weight: 700;
   letter-spacing: .14em;
   color: rgba(255, 255, 255, 0.85);
   text-transform: uppercase;
   font-family: "Hind Siliguri", "Barlow", sans-serif;
   line-height: 1.35;
   display: block;
}

@media(max-width:768px) {
   .wamy-stats-wrap .wamy-grid--stats {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-around !important;
      gap: 0 !important;
   }
   .wamy-stat {
      flex: 1 1 0 !important;
      width: auto !important;
      padding: 20px 8px !important;
      border: none !important;
   }
   .wamy-stat+.wamy-stat::before {
      display: block !important;
      top: 15% !important;
      height: 70% !important;
   }
   .wamy-stat strong {
      font-size: clamp(24px, 5vw, 36px) !important;
      margin-bottom: 6px !important;
   }
   .wamy-stat span {
      font-size: 10px !important;
      letter-spacing: .06em !important;
   }
}

@media(max-width:540px) {
   .wamy-stats-wrap .wamy-grid--stats {
      display: flex !important;
      flex-direction: column !important;
   }
   .wamy-stat {
      width: 100% !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
      padding: 16px 12px !important;
   }
   .wamy-stat+.wamy-stat::before {
      display: none !important;
   }
   .wamy-stat:last-child {
      border-bottom: none !important;
   }
}

.wamy-list {
   list-style: none;
   margin: 0;
   padding: 0
}

.wamy-list li {
   padding: 5px 0;
   border-bottom: 1px solid #F1ECDF
}

.wamy-list li:last-child {
   border-bottom: 0
}

.wamy-list__note {
   font-size: 14px;
   color: var(--arh-text)
}

.wamy-table {
   width: 100%;
   max-width: 620px;
   margin: 0 auto;
   border-collapse: collapse;
   background: #fff;
   border: 1px solid #E7E2D4;
   border-radius: 12px;
   overflow: hidden
}

.wamy-table th,
.wamy-table td {
   padding: 13px 18px;
   text-align: left;
   border-bottom: 1px solid #F1ECDF;
   font-size: 15px
}

.wamy-table th {
   width: 44%;
   color: var(--arh-text);
   font-weight: 500
}

.wamy-table td {
   color: var(--arh-secondary);
   font-weight: 600
}

.wamy-table tr:last-child th,
.wamy-table tr:last-child td {
   border-bottom: 0
}

/* About page modern enhancements */
.wamy-about__intro {
   margin-bottom: 50px;
}

.wamy-about__badge-wrapper {
   text-align: center;
   margin: -10px auto 26px;
}

.wamy-about__badge {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(186, 163, 93, 0.1);
   border: 1px solid rgba(186, 163, 93, 0.4);
   color: var(--arh-secondary);
   font-size: 14px;
   font-weight: 600;
   padding: 6px 18px;
   border-radius: 30px;
}

.wamy-about__badge-check {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: var(--arh-primary);
   color: #fff;
   font-size: 12px;
   font-weight: 700;
}

.wamy-about__story {
   max-width: 860px;
   margin: 0 auto;
   text-align: center;
}

.wamy-about__lead {
   font-size: 18px;
   line-height: 1.8;
   color: var(--arh-secondary);
   font-weight: 500;
   margin: 0 0 16px;
}

.wamy-about__sublead {
   font-size: 15.5px;
   line-height: 1.8;
   color: var(--arh-text);
   margin: 0 0 10px;
}

.wamy-about__objectives-block,
.wamy-about__why-block {
   margin-top: 60px;
}

.wamy-head--sub {
   text-align: center;
   margin-bottom: 36px;
}

.wamy-head--sub .wamy-head__eyebrow {
   font-family: "Barlow", "Hind Siliguri", sans-serif;
   font-weight: 600;
   font-size: 14px;
   color: var(--arh-primary);
   text-transform: uppercase;
   letter-spacing: 0.05em;
   margin: 0 0 8px;
}

.wamy-head--sub .wamy-head__subtitle {
   font-size: clamp(22px, 2.5vw, 30px);
   font-weight: 700;
   color: var(--arh-secondary);
   margin: 0;
}

.wamy-grid--objectives {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
   gap: 24px;
}

.wamy-objective {
   position: relative;
   padding: 28px 24px 28px 76px;
   background: #FDFCF9;
   border: 1.5px solid #EAE4D6;
   border-radius: 14px;
   box-shadow: 0 4px 14px rgba(18, 44, 36, 0.04);
   transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.wamy-objective:hover {
   transform: translateY(-4px);
   box-shadow: 0 12px 28px rgba(18, 44, 36, 0.09);
   border-color: var(--arh-primary, #BAA35D);
   background: #ffffff;
}

.wamy-objective__num {
   position: absolute;
   left: 20px;
   top: 24px;
   width: 38px;
   height: 38px;
   border-radius: 50%;
   background: linear-gradient(135deg, #122C24 0%, #1c4538 100%);
   color: var(--arh-primary, #BAA35D);
   border: 1.5px solid var(--arh-primary, #BAA35D);
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   font-size: 15px;
   box-shadow: 0 2px 8px rgba(18, 44, 36, 0.15);
}

.wamy-objective__title {
   font-size: 17.5px;
   font-weight: 700;
   color: var(--arh-secondary, #122C24);
   margin: 0 0 8px;
   line-height: 1.35;
   font-family: "Prata", "Hind Siliguri", Georgia, serif;
}

.wamy-objective__desc {
   margin: 0;
   font-size: 14.5px;
   line-height: 1.65;
   color: #4A5568;
}

.wamy-grid--features {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 24px;
}

.wamy-feature-card {
   display: flex;
   gap: 18px;
   padding: 26px 22px;
   background: #FDFCF9;
   border: 1.5px solid #EAE4D6;
   border-radius: 14px;
   box-shadow: 0 4px 14px rgba(18, 44, 36, 0.04);
   transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.wamy-feature-card:hover {
   transform: translateY(-4px);
   box-shadow: 0 12px 28px rgba(18, 44, 36, 0.09);
   border-color: var(--arh-primary, #BAA35D);
   background: #ffffff;
}

.wamy-feature-card__icon {
   font-size: 26px;
   width: 52px;
   height: 52px;
   flex-shrink: 0;
   border-radius: 12px;
   background: rgba(186, 163, 93, 0.14);
   border: 1px solid rgba(186, 163, 93, 0.35);
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.25s ease;
}

.wamy-feature-card:hover .wamy-feature-card__icon {
   background: var(--arh-secondary, #122C24);
   border-color: var(--arh-primary, #BAA35D);
   transform: scale(1.05);
}

.wamy-feature-card__content {
   flex-grow: 1;
}

.wamy-feature-card__title {
   font-size: 17px;
   font-weight: 700;
   color: var(--arh-secondary, #122C24);
   margin: 0 0 6px;
   line-height: 1.35;
   font-family: "Prata", "Hind Siliguri", Georgia, serif;
}

.wamy-feature-card__desc {
   margin: 0;
   font-size: 14px;
   line-height: 1.65;
   color: #4A5568;
}

/* About CTA banner */
.wamy-about__cta {
   margin-top: 60px;
   background: linear-gradient(135deg, #282828 0%, #1a1a1a 100%);
   border-radius: 14px;
   padding: 40px 28px;
   text-align: center;
   color: #fff;
   position: relative;
   border: 1px solid rgba(186, 163, 93, 0.3);
}

.wamy-about__cta-inner h3 {
   font-size: clamp(22px, 2.5vw, 28px);
   color: #fff;
   margin: 0 0 10px;
}

.wamy-about__cta-inner p {
   color: #ccc;
   font-size: 15.5px;
   max-width: 650px;
   margin: 0 auto 24px;
}

.wamy-about__cta-actions {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 16px;
}

.wamy-about__cta-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 12px 24px;
   border-radius: 6px;
   font-weight: 700;
   font-size: 14px;
   text-transform: uppercase;
   transition: all 0.3s ease;
   text-decoration: none;
}

.wamy-about__cta-btn--primary {
   background: var(--arh-primary);
   color: #fff;
}

.wamy-about__cta-btn--primary:hover {
   background: #fff;
   color: var(--arh-secondary);
   text-decoration: none;
}

.wamy-about__cta-btn--secondary {
   background: #1877F2;
   color: #fff;
}

.wamy-about__cta-btn--secondary:hover {
   background: #0e65d9;
   color: #fff;
   text-decoration: none;
}

/* ── Yearly Pilgrim Statistics (Wamy History) ── */
.wamy-history {
   background: #FAF8F3;
   padding: 64px 20px 72px;
   border-top: 1px solid #EFEAE0;
   border-bottom: 1px solid #EFEAE0;
}

.wamy-history .wamy-container {
   max-width: 1140px;
   margin: 0 auto;
}

.wamy-history__grid {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
   gap: 16px;
   margin-top: 32px;
}

@media(max-width: 640px) {
   .wamy-history__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
   }
}

@media(max-width: 420px) {
   .wamy-history__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
   }
}

.wamy-history-card {
   background: #ffffff;
   border: 1.5px solid #E8E2D2;
   border-radius: 12px;
   padding: 16px 10px;
   text-align: center;
   transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
   box-shadow: 0 2px 8px rgba(18, 44, 36, 0.04);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.wamy-history-card:hover {
   transform: translateY(-4px);
   border-color: var(--arh-primary, #BAA35D);
   box-shadow: 0 10px 24px rgba(18, 44, 36, 0.1);
   background: #ffffff;
}

.wamy-history-card__year {
   font-size: 12px;
   font-weight: 700;
   color: #ffffff;
   background: var(--arh-secondary, #122C24);
   padding: 2px 10px;
   border-radius: 20px;
   display: inline-block;
   margin-bottom: 8px;
   letter-spacing: 0.04em;
   transition: background 0.2s;
}

.wamy-history-card:hover .wamy-history-card__year {
   background: var(--arh-primary, #BAA35D);
}

.wamy-history-card__count {
   font-family: "Philosopher", "Hind Siliguri", Georgia, serif;
   font-size: 26px;
   font-weight: 700;
   color: var(--arh-secondary, #122C24);
   line-height: 1.1;
   margin-bottom: 2px;
}

.wamy-history-card__label {
   font-size: 11px;
   font-weight: 600;
   color: #64748B;
   text-transform: uppercase;
   letter-spacing: 0.05em;
}

/* Team section — proportions measured from the reference design.
   Cards 586/1908 of the container wide with a 75/1908 gutter, photo aspect
   1.177:1, gold rail 15.4% of card width inset 2% from the left edge. */
.wamy-team {
   max-width: 1180px;
   padding: 96px 20px
}

.wamy-team__head {
   text-align: center;
   max-width: 760px;
   margin: 0 auto 46px
}

.wamy-team__eyebrow {
   font-family: "Barlow", "Hind Siliguri", sans-serif;
   font-weight: 600;
   font-size: 17px;
   color: var(--arh-team-gold);
   margin: 0 0 22px
}

.wamy-team__title {
   font-family: "Prata", "Hind Siliguri", Georgia, serif;
   font-weight: 400;
   font-size: clamp(30px, 4.4vw, 58px);
   line-height: 1.16;
   color: var(--arh-team-heading);
   margin: 0 0 26px
}

.wamy-team__lead {
   font-family: "Barlow", sans-serif;
   font-size: 17px;
   line-height: 1.6;
   color: var(--arh-team-lead);
   margin: 0
}

.wamy-team__group {
   width: 100%;
}

.wamy-team__group-title {
   font-family: "Barlow", "Hind Siliguri", sans-serif;
   font-weight: 600;
   font-size: 19px;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   color: var(--arh-team-gold, #c29b38);
   text-align: center;
   margin: 0 0 32px;
   position: relative;
}

.wamy-team__group-title::after {
   content: "";
   display: block;
   width: 50px;
   height: 2px;
   background: var(--arh-team-gold, #c29b38);
   margin: 8px auto 0;
   opacity: 0.6;
}

.wamy-team__grid {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   column-gap: 4%;
   row-gap: 56px
}

.wamy-team__grid--senior {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 40px;
}

.wamy-team__grid--senior .wamy-member {
   flex: 0 1 340px;
   max-width: 370px;
}

.wamy-member__frame {
   position: relative
}

.wamy-member__photo {
   position: relative;
   aspect-ratio: 4/5;
   border-radius: 18px;
   overflow: hidden;
   background: #EDEAE1;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 12px 12px 0 12px;
   box-sizing: border-box;
}

.wamy-member__photo img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center bottom;
   display: block;
   transition: transform 0.35s ease;
}

.wamy-member:hover .wamy-member__photo img {
   transform: scale(1.03);
}

.wamy-member__photo.is-empty {
   display: flex;
   align-items: center;
   justify-content: center
}

.wamy-member__photo.is-empty span {
   font-family: "Prata", "Hind Siliguri", Georgia, serif;
   font-size: 64px;
   color: var(--arh-team-gold);
   opacity: .55
}

.wamy-member__rail {
   position: absolute;
   left: 2%;
   top: 2.2%;
   width: 15.4%;
   min-width: 44px;
   height: 64%;
   min-height: 155px;
   background: var(--arh-team-gold);
   border-radius: 9px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
   padding: 8px 0;
   z-index: 2
}

.wamy-member__social {
   color: #fff;
   line-height: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60%;
   max-width: 34px;
   aspect-ratio: 1;
   border: 1.6px solid rgba(255, 255, 255, .95);
   border-radius: 50%;
   transition: background .2s, color .2s
}

.wamy-member__social svg {
   width: 58%;
   height: 58%
}

a.wamy-member__social:hover {
   background: #fff;
   color: var(--arh-team-gold)
}

a.wamy-member__social:focus-visible {
   outline: 2px solid #fff;
   outline-offset: 3px
}

.wamy-member__name {
   font-family: "Prata", "Hind Siliguri", Georgia, serif;
   font-weight: 400;
   font-size: clamp(20px, 1.9vw, 27px);
   color: var(--arh-team-heading);
   text-align: center;
   margin: 30px 0 0
}

.wamy-member__role {
   font-family: "Barlow", "Hind Siliguri", sans-serif;
   font-weight: 600;
   font-size: 17px;
   color: var(--arh-team-gold);
   text-align: center;
   margin: 12px 0 0
}

@media(max-width:900px) {
   .wamy-team__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 5%;
      row-gap: 44px
   }
}

@media(max-width:560px) {
   .wamy-team__grid {
      grid-template-columns: 1fr;
      row-gap: 38px
   }

   .wamy-team {
      padding: 64px 20px
   }
}

/* Contact Page Google Map Styling */
.wamy-card__map-link {
   margin: 14px 0 0;
}

.wamy-link-btn {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   color: var(--arh-primary);
   font-weight: 600;
   font-size: 14px;
   text-decoration: none;
   transition: all 0.2s ease;
}

.wamy-link-btn:hover {
   color: var(--arh-secondary);
   text-decoration: underline;
}

.wamy-map-wrapper {
   margin-top: 40px;
   background: #fff;
   border: 1px solid #E7E2D4;
   border-radius: 14px;
   overflow: hidden;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.wamy-map-header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 12px;
   padding: 18px 24px;
   background: #FAF8F2;
   border-bottom: 1px solid #E7E2D4;
}

.wamy-map-header__title {
   display: flex;
   align-items: center;
   gap: 10px;
}

.wamy-map-icon {
   color: var(--arh-primary);
   flex-shrink: 0;
}

.wamy-map-header__title h4 {
   margin: 0;
   font-size: 17px;
   font-weight: 700;
   color: var(--arh-secondary);
}

.wamy-map-btn {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   background: var(--arh-primary);
   color: #fff !important;
   font-size: 13px;
   font-weight: 600;
   padding: 8px 16px;
   border-radius: 6px;
   text-decoration: none;
   transition: background 0.3s ease, transform 0.2s ease;
}

.wamy-map-btn:hover {
   background: var(--arh-secondary);
   color: #fff !important;
   text-decoration: none;
   transform: translateY(-1px);
}

.wamy-map-frame {
   position: relative;
   width: 100%;
   line-height: 0;
   background: #eaeaea;
}

.wamy-map-frame iframe {
   width: 100%;
   height: 420px;
   border: 0;
   display: block;
}

@media(max-width:600px) {
   .wamy-map-header {
      flex-direction: column;
      align-items: flex-start;
   }
   .wamy-map-frame iframe {
      height: 320px;
   }
}

/* ── GALLERY SECTION & ALBUMS ────────────────────────────────── */
.wamy-gallery-filters {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 10px;
   margin: 0 auto 36px;
   max-width: 960px;
}

.wamy-gallery-filter-btn {
   background: #FAF8F2;
   border: 1px solid #E7E2D4;
   color: var(--arh-secondary);
   padding: 8px 18px;
   border-radius: 25px;
   font-weight: 600;
   font-size: 14px;
   cursor: pointer;
   transition: all 0.25s ease;
   font-family: inherit;
}

.wamy-gallery-filter-btn:hover {
   border-color: var(--arh-primary);
   color: var(--arh-primary);
   background: #fff;
}

.wamy-gallery-filter-btn.is-active {
   background: var(--arh-primary);
   color: #fff;
   border-color: var(--arh-primary);
   box-shadow: 0 4px 12px rgba(186, 163, 93, 0.25);
}

.wamy-grid--gallery {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
   gap: 30px;
}

.wamy-gallery-card {
   cursor: pointer;
   padding: 0;
   overflow: hidden;
   border-radius: 12px;
   border: 1px solid #E7E2D4;
   background: #fff;
   transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
   display: flex;
   flex-direction: column;
}

.wamy-gallery-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
   border-color: var(--arh-primary);
}

.wamy-gallery-card__thumb-wrap {
   position: relative;
   aspect-ratio: 16 / 10;
   overflow: hidden;
   background: #1a1a1a;
}

.wamy-gallery-card__thumb {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: transform 0.5s ease;
}

.wamy-gallery-card:hover .wamy-gallery-card__thumb {
   transform: scale(1.06);
}

.wamy-gallery-card__overlay {
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.35);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: opacity 0.3s ease;
}

.wamy-gallery-card:hover .wamy-gallery-card__overlay {
   opacity: 1;
}

.wamy-gallery-play-btn,
.wamy-gallery-view-btn {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   background: var(--arh-primary);
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
   transform: scale(0.9);
   transition: transform 0.3s ease, background 0.2s ease;
}

.wamy-gallery-card:hover .wamy-gallery-play-btn,
.wamy-gallery-card:hover .wamy-gallery-view-btn {
   transform: scale(1);
}

.wamy-gallery-card__badges {
   position: absolute;
   top: 12px;
   left: 12px;
   right: 12px;
   display: flex;
   justify-content: space-between;
   pointer-events: none;
   z-index: 2;
}

.wamy-gallery-badge {
   padding: 4px 10px;
   border-radius: 6px;
   font-size: 12px;
   font-weight: 700;
   color: #fff;
}

.wamy-gallery-badge--cat {
   background: rgba(40, 40, 40, 0.85);
   backdrop-filter: blur(4px);
}

.wamy-gallery-badge--type {
   background: var(--arh-primary);
}

.wamy-gallery-card__body {
   padding: 22px;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
}

.wamy-gallery-card__meta {
   margin-bottom: 8px;
   font-size: 12px;
   color: var(--arh-primary);
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.04em;
}

.wamy-gallery-card__title {
   font-size: 18px;
   font-weight: 700;
   color: var(--arh-secondary);
   margin: 0 0 10px;
   line-height: 1.4;
}

.wamy-gallery-card__desc {
   font-size: 14px;
   color: var(--arh-text);
   line-height: 1.6;
   margin: 0 0 18px;
   flex-grow: 1;
}

.wamy-gallery-card__action-btn {
   display: inline-flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 16px;
   background: #FAF8F2;
   border: 1px solid #E7E2D4;
   border-radius: 6px;
   color: var(--arh-secondary);
   font-size: 13px;
   font-weight: 600;
   cursor: pointer;
   transition: all 0.2s ease;
   width: 100%;
   font-family: inherit;
}

.wamy-gallery-card:hover .wamy-gallery-card__action-btn {
   background: var(--arh-primary);
   color: #fff;
   border-color: var(--arh-primary);
}

/* ── INTERACTIVE GALLERY MODAL (LIGHTBOX & VIDEO) ─────────────── */
.wamy-gallery-modal {
   position: fixed;
   inset: 0;
   z-index: 99999;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   pointer-events: none;
   transition: opacity 0.3s ease;
}

.wamy-gallery-modal.is-open {
   opacity: 1;
   pointer-events: auto;
}

.wamy-gallery-modal__backdrop {
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.88);
   backdrop-filter: blur(8px);
}

.wamy-gallery-modal__container {
   position: relative;
   z-index: 2;
   width: 92%;
   max-width: 900px;
   max-height: 90vh;
   display: flex;
   flex-direction: column;
}

.wamy-gallery-modal__close {
   position: absolute;
   top: -45px;
   right: 0;
   background: transparent;
   border: none;
   color: #fff;
   font-size: 28px;
   cursor: pointer;
   line-height: 1;
   transition: color 0.2s;
   padding: 4px;
}

.wamy-gallery-modal__close:hover {
   color: var(--arh-primary);
}

.wamy-gallery-modal__video-wrap {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
   border-radius: 12px;
   box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
   background: #000;
}

.wamy-gallery-modal__video-wrap iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.wamy-gallery-modal__photo-wrap {
   display: flex;
   flex-direction: column;
}

.wamy-gallery-modal__stage {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 380px;
   max-height: 72vh;
}

.wamy-gallery-modal__image-box img {
   max-width: 100%;
   max-height: 72vh;
   object-fit: contain;
   border-radius: 8px;
   box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
   display: block;
   margin: 0 auto;
}

.wamy-gallery-modal__nav {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 46px;
   height: 46px;
   border-radius: 50%;
   background: rgba(0, 0, 0, 0.65);
   border: 1px solid rgba(255, 255, 255, 0.25);
   color: #fff;
   font-size: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: all 0.2s ease;
   z-index: 3;
}

.wamy-gallery-modal__nav:hover {
   background: var(--arh-primary);
   border-color: var(--arh-primary);
}

.wamy-gallery-modal__nav--prev {
   left: -20px;
}

.wamy-gallery-modal__nav--next {
   right: -20px;
}

.wamy-gallery-modal__footer {
   margin-top: 14px;
   text-align: center;
   color: #fff;
}

.wamy-gallery-modal__counter {
   font-size: 13px;
   color: var(--arh-primary);
   font-weight: 700;
}

.wamy-gallery-modal__caption {
   margin: 6px 0 0;
   font-size: 15px;
   color: #eee;
}

@media(max-width:768px) {
   .wamy-gallery-modal__nav--prev {
      left: 6px;
   }
   .wamy-gallery-modal__nav--next {
      right: 6px;
   }
   .wamy-grid--gallery {
      grid-template-columns: 1fr;
   }
}

/* ── YEAR BASED HAJI NUMBER INFOGRAPHIC ROADMAP (EXACT DESIGN) ── */
.wamy-infographic-section {
   background: #ffffff;
   padding: 60px 20px 80px;
}

.wamy-haji-roadmap-container {
   max-width: 860px;
   margin: 0 auto;
   background: #ffffff;
}

/* Header & 3-Color Accent Line */
.wamy-haji-roadmap-header {
   text-align: center;
   margin-bottom: 48px;
}

.wamy-haji-roadmap-title {
   font-family: "Hind Siliguri", "Philosopher", "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
   font-size: 26px;
   font-weight: 700;
   color: #3b4859;
   letter-spacing: 0.02em;
   margin: 0 0 10px;
}

.wamy-haji-accent-bars {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 4px;
   margin: 0 auto;
}

.wamy-haji-accent-bars--bottom {
   margin-top: 14px;
}

.wamy-accent-segment {
   height: 3px;
   border-radius: 2px;
}

.wamy-accent-segment--cyan {
   width: 24px;
   background-color: #28b5b5;
}

.wamy-accent-segment--lime {
   width: 36px;
   background-color: #8dc63f;
}

.wamy-accent-segment--red {
   width: 24px;
   background-color: #fa5252;
}

/* Vertical Timeline Tree Structure */
.wamy-haji-timeline-tree {
   position: relative;
   margin: 0 auto;
   padding: 10px 0 20px;
}

/* Top Pin Marker */
.wamy-timeline-pin-top {
   width: 28px;
   height: 28px;
   margin: 0 auto 12px;
   color: #3b4859;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   z-index: 4;
}

.wamy-pin-icon {
   width: 24px;
   height: 24px;
}

/* Center Dotted Line (Matches image: dark grey dots down the center) */
.wamy-timeline-axis-line {
   position: absolute;
   left: 50%;
   top: 36px;
   bottom: 46px;
   width: 0;
   transform: translateX(-50%);
   border-left: 2px dotted #8c9ba5;
   z-index: 1;
}

.wamy-timeline-nodes-list {
   position: relative;
   z-index: 2;
   display: flex;
   flex-direction: column;
   gap: 48px;
}

/* Row Item */
.wamy-timeline-row {
   display: flex;
   align-items: center;
   width: 100%;
   position: relative;
}

/* LEFT SIDE ROWS: Text (Right-aligned) -> Year Box -> Dotted Connector -> Center Dot */
.wamy-timeline-row--left {
   justify-content: flex-end;
}

.wamy-timeline-row--left .wamy-timeline-text-block {
   width: calc(50% - 45px);
   text-align: right;
   padding-right: 16px;
   box-sizing: border-box;
}

.wamy-timeline-row--left .wamy-timeline-connector {
   width: 45px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   position: relative;
}

.wamy-timeline-row--left .wamy-connector-dots-line {
   width: 39px;
   height: 0;
   border-top: 2px dotted #8c9ba5;
}

.wamy-timeline-row--left .wamy-timeline-center-node {
   position: absolute;
   right: -5px;
   top: 50%;
   transform: translateY(-50%);
}

/* RIGHT SIDE ROWS: Center Dot -> Dotted Connector -> Year Box -> Text (Left-aligned) */
.wamy-timeline-row--right {
   justify-content: flex-start;
}

.wamy-timeline-row--right .wamy-timeline-connector {
   width: 45px;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   position: relative;
}

.wamy-timeline-row--right .wamy-connector-dots-line {
   width: 39px;
   height: 0;
   border-top: 2px dotted #8c9ba5;
}

.wamy-timeline-row--right .wamy-timeline-center-node {
   position: absolute;
   left: -5px;
   top: 50%;
   transform: translateY(-50%);
}

.wamy-timeline-row--right .wamy-timeline-text-block {
   width: calc(50% - 45px);
   text-align: left;
   padding-left: 16px;
   box-sizing: border-box;
}

/* Square Year Badges */
.wamy-timeline-year-badge {
   width: 50px;
   height: 50px;
   border-radius: 2px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #ffffff;
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 0.02em;
   flex-shrink: 0;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
   font-family: "Hind Siliguri", "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
   transition: transform 0.2s ease, box-shadow 0.2s ease;
   z-index: 3;
}

.wamy-timeline-row:hover .wamy-timeline-year-badge {
   transform: scale(1.06);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

/* Small Colored Center Dot on Axis */
.wamy-timeline-center-node {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   flex-shrink: 0;
   z-index: 4;
   box-shadow: 0 0 0 2px #ffffff;
}

/* Content Details: Haji Number & Speaker Typography */
.wamy-timeline-haji-heading {
   font-size: 16px;
   font-weight: 700;
   color: #2e3a47;
   margin: 0 0 6px;
   letter-spacing: 0.02em;
   font-family: "Hind Siliguri", "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.wamy-timeline-meta-wrap {
   font-size: 12px;
   line-height: 1.5;
   color: #64748b;
   font-weight: 500;
   font-family: "Hind Siliguri", "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.wamy-timeline-meta-line--price {
   color: #64748b;
   font-weight: 600;
   margin-bottom: 2px;
}

.wamy-timeline-meta-line--speaker {
   color: #64748b;
   margin-top: 3px;
}

.wamy-spk-label {
   font-weight: 700;
   color: #475569;
}

.wamy-spk-names {
   color: #64748b;
}

/* Bottom Upward Arrow Marker */
.wamy-timeline-arrow-bottom {
   width: 20px;
   height: 20px;
   margin: 14px auto 14px;
   color: #3b4859;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   z-index: 4;
}

.wamy-arrow-icon {
   width: 18px;
   height: 18px;
}

/* Responsive Mobile Layout (<= 768px) */
@media (max-width: 768px) {
   .wamy-infographic-section {
      padding: 40px 14px 50px;
   }

   .wamy-haji-roadmap-title {
      font-size: 20px;
   }

   .wamy-timeline-axis-line {
      left: 25px;
      transform: none;
   }

   .wamy-timeline-pin-top {
      margin-left: 11px;
   }

   .wamy-timeline-arrow-bottom {
      margin-left: 14px;
   }

   .wamy-timeline-row {
      flex-direction: row !important;
      align-items: flex-start;
      justify-content: flex-start !important;
      padding-left: 8px;
      gap: 12px;
   }

   .wamy-timeline-connector {
      display: none !important;
   }

   .wamy-timeline-year-badge {
      width: 42px;
      height: 42px;
      font-size: 13px;
      margin: 0 !important;
      order: 1;
   }

   .wamy-timeline-text-block {
      width: 100% !important;
      text-align: left !important;
      padding: 0 !important;
      order: 2;
   }

   .wamy-timeline-haji-heading {
      font-size: 15px;
   }
}

/* ── COMPACT BOOKING MODAL HEADER ────────────────────────────── */
.wamy-bk-header {
   padding: 12px 20px !important;
   align-items: center !important;
}

.wamy-bk-badge {
   font-size: 11px !important;
   padding: 1px 8px !important;
   margin-bottom: 3px !important;
}

.wamy-bk-title {
   font-size: 16px !important;
   margin: 0 0 2px !important;
   line-height: 1.25 !important;
}

.wamy-bk-subtitle {
   font-size: 12px !important;
   line-height: 1.3 !important;
   opacity: 0.88 !important;
}

.wamy-bk-close {
   width: 28px !important;
   height: 28px !important;
   font-size: 16px !important;
   border-radius: 50% !important;
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
}

/* ═══════════════════════════════════════════════════════════════
   PACKAGE CATEGORY FILTER & 2-SECTION STYLING (HAJJ & UMRAH)
   ═══════════════════════════════════════════════════════════════ */

/* ── Category Filter Bar ─────────────────────────────────────── */
.wamy-pkg-filter-bar {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 12px;
   flex-wrap: wrap;
   margin: 0 auto 36px;
   max-width: 640px;
}

.wamy-pkg-tab {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 10px 22px;
   border-radius: 30px;
   border: 1.5px solid #dcd7c9;
   background: #fff;
   color: #333;
   font-size: 15px;
   font-weight: 600;
   cursor: pointer;
   transition: all 0.25s ease;
   box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.wamy-pkg-tab:hover {
   border-color: var(--arh-secondary);
   color: var(--arh-secondary);
   transform: translateY(-1px);
   box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.wamy-pkg-tab.is-active {
   background: var(--arh-secondary);
   border-color: var(--arh-secondary);
   color: #fff;
   box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.wamy-pkg-tab__count {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 20px;
   height: 20px;
   padding: 0 6px;
   border-radius: 10px;
   background: rgba(0,0,0,0.08);
   font-size: 12px;
   font-weight: 700;
}

.wamy-pkg-tab.is-active .wamy-pkg-tab__count {
   background: rgba(255,255,255,0.25);
   color: #fff;
}

/* ── Category Section Block ──────────────────────────────────── */
.wamy-pkg-category-block {
   margin-bottom: 40px;
}

.wamy-pkg-category-block--umrah {
   margin-top: 50px;
   padding-top: 30px;
   border-top: 1px dashed #ded8cb;
}

.wamy-pkg-category-header {
   display: flex;
   align-items: center;
   gap: 16px;
   margin-bottom: 24px;
   padding-bottom: 12px;
   border-bottom: 2px solid #eae5d9;
}

.wamy-pkg-category-header__icon {
   width: 48px;
   height: 48px;
   border-radius: 12px;
   background: var(--arh-primary-light, #f4f0e6);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 24px;
   flex-shrink: 0;
}

.wamy-pkg-category-header__title {
   font-size: 22px;
   font-weight: 700;
   color: var(--arh-secondary);
   margin: 0 0 2px;
}

.wamy-pkg-category-header__desc {
   font-size: 14px;
   color: #666;
   margin: 0;
}

/* ── Card Category Badges ────────────────────────────────────── */
.wamy-card__cat-badge {
   position: absolute;
   top: 14px;
   right: 14px;
   z-index: 2;
   display: inline-flex;
   align-items: center;
   gap: 4px;
   padding: 4px 12px;
   border-radius: 20px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.02em;
   box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.wamy-card__cat-badge--hajj {
   background: #137333;
   color: #fff;
}

.wamy-card__cat-badge--umrah {
   background: #1a73e8;
   color: #fff;
}

.wamy-card--cat-umrah {
   border-top-color: #1a73e8 !important;
}

/* ── Empty Category State ────────────────────────────────────── */
.wamy-empty-category {
   background: #fdfcf9;
   border: 2px dashed #ded8cb;
   border-radius: 14px;
   padding: 36px 24px;
   text-align: center;
   max-width: 680px;
   margin: 0 auto;
}

.wamy-empty-category__icon {
   font-size: 40px;
   margin-bottom: 12px;
}

.wamy-empty-category__title {
   font-size: 20px;
   font-weight: 700;
   color: var(--arh-secondary);
   margin: 0 0 8px;
}

.wamy-empty-category__text {
   font-size: 15px;
   color: #666;
   max-width: 520px;
   margin: 0 auto 20px;
   line-height: 1.6;
}

.wamy-empty-category__actions {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 12px;
   flex-wrap: wrap;
}

.wamy-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 10px 22px;
   border-radius: 8px;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none !important;
   transition: all 0.25s ease;
}

.wamy-btn--primary {
   background: var(--arh-secondary);
   color: #fff !important;
}

.wamy-btn--primary:hover {
   opacity: 0.92;
   transform: translateY(-1px);
}

.wamy-btn--whatsapp {
   background: #25d366;
   color: #fff !important;
}

.wamy-btn--whatsapp:hover {
   background: #20ba5a;
   transform: translateY(-1px);
}

/* ══════════════════════════════════════════════════════════════════
   PACKAGE CARD 3D FLIP & HTML LEAFLET FLYER
   ══════════════════════════════════════════════════════════════════ */

.wamy-card__banner {
   position: relative;
}

.wamy-card__banner-top {
   position: absolute;
   top: 12px;
   left: 12px;
   right: 12px;
   z-index: 3;
   display: flex;
   align-items: center;
   justify-content: space-between;
   pointer-events: none;
}

.wamy-card__banner-top > * {
   pointer-events: auto;
}

.wamy-card__banner-top .wamy-card__cat-badge {
   position: static;
}

/* Leaflet Toggle Button on Card Front */
.wamy-card__leaflet-btn {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 5px 12px;
   background: #16a34a;
   color: #ffffff;
   border: 1px solid rgba(255, 255, 255, 0.4);
   border-radius: 20px;
   font-size: 11.5px;
   font-weight: 700;
   cursor: pointer;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
   transition: all 0.25s ease;
   font-family: inherit;
   line-height: 1.2;
   text-decoration: none;
}

.wamy-card__leaflet-btn:hover {
   background: #15803d;
   transform: translateY(-1px);
   box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
}

.wamy-card__leaflet-btn svg {
   flex-shrink: 0;
}

/* 3D Flip Card Container */
.wamy-flip-card {
   perspective: 1200px;
   background: transparent !important;
   border: none !important;
   padding: 0 !important;
   border-radius: 14px;
   position: relative;
}

.wamy-flip-card__inner {
   position: relative;
   width: 100%;
   height: 100%;
   transition: transform 0.65s cubic-bezier(0.4, 0.0, 0.2, 1);
   transform-style: preserve-3d;
   display: flex;
   flex-direction: column;
}

.wamy-flip-card.is-flipped .wamy-flip-card__inner {
   transform: rotateY(180deg);
}

.wamy-flip-card__front,
.wamy-flip-card__back {
   width: 100%;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   border-radius: 14px;
   overflow: hidden;
   box-sizing: border-box;
}

.wamy-flip-card__front {
   background: #fff;
   border: 1px solid #E7E2D4;
   border-top: 4px solid var(--arh-primary);
   display: flex;
   flex-direction: column;
   z-index: 2;
   transform: rotateY(0deg);
   height: 100%;
}

.wamy-card--cat-umrah .wamy-flip-card__front {
   border-top: 4px solid #1a73e8;
}

.wamy-card__body {
   padding: 18px 20px 20px;
   display: flex;
   flex-direction: column;
   flex: 1;
}

.wamy-card__top-bar {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 12px;
}

.wamy-card__details-list {
   list-style: none;
   padding: 0;
   margin: 0 0 20px 0;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.wamy-card__details-list li {
   display: flex;
   align-items: flex-start;
   gap: 10px;
   font-size: 14px;
   line-height: 1.5;
   color: #1e293b;
   font-family: "Hind Siliguri", "Inter", sans-serif;
}

.wamy-card__label {
   font-weight: 700;
   color: #1e293b;
   font-family: "Hind Siliguri", "Inter", sans-serif;
   min-width: 82px;
   flex-shrink: 0;
   white-space: nowrap;
}

.wamy-card__value {
   color: #334155 !important;
   font-weight: 600;
   font-family: "Hind Siliguri", "Inter", sans-serif;
   flex-grow: 1;
   word-break: break-word;
   letter-spacing: 0.1px;
}

.wamy-flip-card__back {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   transform: rotateY(180deg);
   background: #05b1a3;
   border: 3px solid #05b1a3;
   border-radius: 14px;
   display: flex;
   flex-direction: column;
   overflow: hidden;
   box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
   z-index: 1;
}

/* ── HTML Leaflet Flyer Design ───────────────────────────────── */
.wamy-leaflet {
   display: flex;
   flex-direction: column;
   height: 100%;
   background: #ffffff;
   font-family: "Hind Siliguri", "Inter", sans-serif;
   border-radius: 0;
   overflow: hidden;
}

.wamy-leaflet__top-nav {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 14px;
   background: #05b1a3;
   border-bottom: 1px solid #038a7f;
   position: sticky;
   top: 0;
   z-index: 5;
   flex-shrink: 0;
}

.wamy-leaflet__back-btn {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 6px 14px;
   background: #ffffff;
   color: #037d73;
   border: 1px solid #ffffff;
   border-radius: 20px;
   font-size: 12px;
   font-weight: 700;
   cursor: pointer;
   transition: all 0.2s ease;
   font-family: inherit;
   line-height: 1.2;
   box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

.wamy-leaflet__back-btn:hover {
   background: #035b54;
   color: #ffffff;
   border-color: #035b54;
}

.wamy-leaflet__badge-mini {
   font-size: 12px;
   font-weight: 700;
   color: #ffffff;
   letter-spacing: 0.3px;
}

.wamy-leaflet__paper {
   display: flex;
   flex-direction: column;
   flex: 1;
   justify-content: space-between;
   padding: 0;
   background: #ffffff;
}

.wamy-leaflet__header {
   text-align: center;
   padding: 14px 16px 12px;
   background: linear-gradient(180deg, #e6f7f5 0%, #ffffff 100%);
   border-bottom: 2px solid #b3ebe6;
   flex-shrink: 0;
}

.wamy-leaflet__subtitle {
   font-size: 14px;
   font-weight: 800;
   color: #037d73;
   margin: 0 0 4px;
   letter-spacing: 0.3px;
}

.wamy-leaflet__brand {
   display: flex;
   flex-direction: column;
   align-items: center;
   line-height: 1.05;
   margin-bottom: 8px;
}

.wamy-leaflet__brand-main {
   font-size: clamp(28px, 6.5vw, 36px);
   font-weight: 800;
   color: #05b1a3;
   letter-spacing: -0.5px;
}

.wamy-leaflet__brand-sub {
   font-size: clamp(30px, 7vw, 40px);
   font-weight: 900;
   color: #037d73;
   letter-spacing: -0.5px;
}

.wamy-leaflet__badge-row {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   margin-top: 6px;
   flex-wrap: wrap;
}

.wamy-leaflet__pill-price {
   background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
   color: #ffffff;
   font-weight: 800;
   font-size: 13.5px;
   padding: 5px 15px;
   border-radius: 30px;
   box-shadow: 0 2px 6px rgba(217, 119, 6, 0.3);
}

.wamy-leaflet__circle-group {
   border: 2px solid #05b1a3;
   color: #037d73;
   font-weight: 800;
   font-size: 13.5px;
   padding: 5px 15px;
   border-radius: 30px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: #ffffff;
   box-shadow: 0 2px 6px rgba(5, 177, 163, 0.1);
}

.wamy-leaflet__travel-box {
   margin: 10px auto 0;
   padding: 9px 14px;
   background: #e6f7f5;
   border: 1.5px solid #05b1a3;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   color: #025c55;
   font-size: 13px;
   font-weight: 700;
   box-shadow: 0 2px 4px rgba(5, 177, 163, 0.1);
   width: 100%;
   box-sizing: border-box;
}

.wamy-leaflet__travel-box svg {
   flex-shrink: 0;
   color: #05b1a3;
}

.wamy-leaflet__content {
   padding: 16px 18px 16px;
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
}

.wamy-leaflet__items {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.wamy-leaflet__item {
   position: relative;
   padding-left: 26px;
   font-size: 14px;
   line-height: 1.5;
   color: #1e293b;
   font-weight: 600;
}

.wamy-leaflet__item::before {
   content: '✓';
   position: absolute;
   left: 0;
   top: 3px;
   width: 17px;
   height: 17px;
   background-color: #05b1a3;
   color: #ffffff;
   border-radius: 4px;
   font-size: 10.5px;
   font-weight: 900;
   display: flex;
   align-items: center;
   justify-content: center;
}

.wamy-leaflet__item--red {
   color: #dc2626;
   font-weight: 700;
}

.wamy-leaflet__item--red::before {
   content: '✕';
   background-color: #dc2626;
}

.wamy-leaflet__item--highlight {
   color: #037d73;
   font-weight: 700;
   background: #e6f7f5;
   padding: 6px 10px 6px 28px;
   border-radius: 8px;
   border-left: 3.5px solid #05b1a3;
}

.wamy-leaflet__item--highlight::before {
   left: 6px;
   top: 7px;
}

.wamy-leaflet__address {
   padding: 10px 14px;
   font-size: 12px;
   font-weight: 600;
   color: #334155;
   border-top: 1.5px dashed #05b1a3;
   background: #f0faf9;
   line-height: 1.4;
   text-align: center;
   flex-shrink: 0;
}

.wamy-leaflet__address p {
   margin: 0 0 2px;
}

.wamy-leaflet__footer {
   background: #05b1a3;
   color: #ffffff;
   padding: 10px 12px;
   text-align: center;
   font-size: 13px;
   font-weight: 700;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   gap: 8px;
   flex-shrink: 0;
}

.wamy-leaflet__footer a {
   color: #ffffff;
   text-decoration: none;
}

.wamy-leaflet__footer a:hover {
   text-decoration: underline;
}

.wamy-leaflet__sep {
   color: #86efac;
}

/* Modals must be hidden on page load before interaction */
.wamy-bio-modal {
   display: none;
}

/* ── Enhanced Contact Cards (Phone Departments & Linked Services) ── */
.wamy-grid--contact {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 24px;
   align-items: stretch;
}

@media(min-width: 1024px) {
   .wamy-grid--contact {
      grid-template-columns: repeat(3, 1fr);
   }
}

.wamy-contact-dept-list {
   list-style: none;
   margin: 14px 0 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.wamy-contact-dept-item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
   padding: 9px 12px;
   background: #FAF8F3;
   border: 1px solid #ECE7DB;
   border-radius: 8px;
   transition: all 0.2s ease;
}

.wamy-contact-dept-item:hover {
   background: #F4EFE4;
   border-color: #DFD7C5;
}

.wamy-contact-dept-info {
   display: flex;
   align-items: baseline;
   flex-wrap: wrap;
   gap: 6px;
   font-size: 13.5px;
   line-height: 1.35;
   min-width: 0;
}

.wamy-contact-dept-role {
   font-weight: 700;
   color: var(--arh-secondary, #122C24);
   font-family: "Hind Siliguri", "Barlow", sans-serif;
}

.wamy-contact-dept-sep {
   color: #A39D90;
   font-weight: 400;
}

.wamy-contact-dept-phone {
   color: var(--arh-primary, #BAA35D);
   font-weight: 700;
   text-decoration: none;
   font-family: "Barlow", sans-serif;
   white-space: nowrap;
   transition: color 0.2s ease;
}

.wamy-contact-dept-phone:hover {
   color: var(--arh-secondary, #122C24);
   text-decoration: underline;
}

.wamy-contact-dept-wa {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 32px;
   height: 32px;
   background: #25D366;
   color: #ffffff !important;
   border-radius: 50%;
   flex-shrink: 0;
   text-decoration: none;
   transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s ease, background 0.2s ease;
   box-shadow: 0 2px 6px rgba(37, 211, 102, 0.35);
}

.wamy-contact-dept-wa:hover {
   transform: scale(1.12);
   background: #1EBE5D;
   box-shadow: 0 4px 12px rgba(37, 211, 102, 0.5);
}

.wamy-contact-dept-wa svg {
   width: 17px;
   height: 17px;
}

/* Services Linked List */
.wamy-contact-services-list {
   list-style: none;
   margin: 14px 0 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.wamy-contact-service-item {
   margin: 0;
}

.wamy-contact-service-link {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 12px 16px;
   background: #FAF8F3;
   border: 1.5px solid #ECE7DB;
   border-radius: 9px;
   color: var(--arh-secondary, #122C24);
   text-decoration: none;
   font-weight: 700;
   font-size: 15px;
   font-family: "Hind Siliguri", "Barlow", sans-serif;
   transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.wamy-contact-service-link:hover {
   background: var(--arh-primary, #BAA35D);
   border-color: var(--arh-primary, #BAA35D);
   color: #ffffff !important;
   transform: translateX(4px);
   box-shadow: 0 6px 16px rgba(186, 163, 93, 0.3);
   text-decoration: none;
}

.wamy-contact-service-bullet {
   color: var(--arh-primary, #BAA35D);
   margin-right: 10px;
   font-size: 13px;
   transition: color 0.25s ease;
}

.wamy-contact-service-link:hover .wamy-contact-service-bullet {
   color: #ffffff;
}

.wamy-contact-service-name {
   flex-grow: 1;
}

.wamy-contact-service-arrow {
   font-size: 18px;
   opacity: 0.7;
   transition: transform 0.25s ease, opacity 0.25s ease;
}

.wamy-contact-service-link:hover .wamy-contact-service-arrow {
   transform: translateX(4px);
   opacity: 1;
}