@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --green: #8FBF5C;
    --green-light: #B4DE8B;
    --green-pale: #EFFFC7;
    --sand: #EFE4C2;
    --navy: #2A3B70;
    --navy-deep: #1C2A54;
    --orange: #E89951;
    --orange-deep: #C97531;
    --white: #FFF;
    --ink: #26311F;
    --ink-soft: #5C6B4E;
    --off-white: #FBFBF5;
    --border: #E4E9D6;
    --radius-max: 18px;
    --radius-md: 14px;
    --radius-sm: 10px;
    --shadow-sm: 0 6px 18px rgba(42, 59, 112, .08);
    --shadow-md: 0 14px 34px rgba(42, 59, 112, .12);
    --shadow-lg: 0 24px 56px rgba(42, 59, 112, .16);
    --ease: cubic-bezier(.16, 1, .3, 1);
    --spring: cubic-bezier(.34, 1.56, .64, 1)
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px
}

body {
    font-family: "DM Sans", sans-serif;
    color: var(--ink);
    background: var(--off-white);
    overflow-x: hidden;
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

ul {
    list-style: none
}

button {
    font-family: inherit;
    cursor: pointer
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px
}

section {
    position: relative;
    padding: 4px 0;
    overflow: hidden
}

.bg-dots {
    background-image: radial-gradient(rgba(42, 59, 112, .06)1.4px, transparent 1.4px);
    background-size: 22px 22px
}

.bg-dots-orange {
    background-image: radial-gradient(rgba(232, 153, 81, .10)1.4px, transparent 1.4px);
    background-size: 22px 22px
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--orange-deep);
    background: rgba(232, 153, 81, .12);
    border: 1px solid rgba(232, 153, 81, .25);
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 16px
}

.section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 44px;
    position: relative;
    z-index: 1
}

.section-head h2 {
    font-family: "DM Sans", sans-serif;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 12px
}

.section-head p {
    color: var(--ink-soft);
    font-size: .98rem
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
    font-size: .92rem;
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    transition: transform .3s var(--spring), box-shadow .3s ease
}

.btn-primary {
    background: linear-gradient(135deg, var(--orange), #F0AD70);
    color: #fff;
    box-shadow: 0 12px 28px rgba(232, 153, 81, .35)
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(232, 153, 81, .45)
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--navy);
    color: var(--navy)
}

.btn-outline:hover {
    background: var(--navy);
    color: #fff;
    transform: translateY(-3px)
}

.btn-ghost {
    background: rgba(255, 255, 255, .15);
    border: 1.5px solid rgba(255, 255, 255, .4);
    color: #fff
}

.joy-about {
    background-color: #fff;
    background-image: repeating-linear-gradient(90deg, rgba(60, 55, 45, .025)0, rgba(60, 55, 45, .025)1px, transparent 1px, transparent 3px), repeating-linear-gradient(90deg, rgba(60, 55, 45, .015)0, rgba(60, 55, 45, .015)2px, transparent 2px, transparent 7px);
    position: relative
}

.joy-about::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .025;
    mix-blend-mode: multiply;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px;
    z-index: 0
}

.joy-about-container {
    position: relative;
    z-index: 1
}


.jg-ts-layout {
    background-color: #fff;
    background-image: repeating-linear-gradient(90deg, rgba(60, 55, 45, .025)0, rgba(60, 55, 45, .025)1px, transparent 1px, transparent 3px), repeating-linear-gradient(90deg, rgba(60, 55, 45, .015)0, rgba(60, 55, 45, .015)2px, transparent 2px, transparent 7px);
    position: relative
}

.jg-ts-layout::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .025;
    mix-blend-mode: multiply;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px;
    z-index: 0
}

.jg-ts-sidebar,
.jg-ts-slider-area {
    position: relative;
    z-index: 1
}

.food-menu,
.kg-gallery-section {
    background-color: #fff;
    background-image: repeating-linear-gradient(90deg, rgba(60, 55, 45, .025)0, rgba(60, 55, 45, .025)1px, transparent 1px, transparent 3px), repeating-linear-gradient(90deg, rgba(60, 55, 45, .015)0, rgba(60, 55, 45, .015)2px, transparent 2px, transparent 7px);
    position: relative
}

.food-menu::before,
.kg-gallery-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .025;
    mix-blend-mode: multiply;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px;
    z-index: 0
}

.food-menu>.container,
.kg-gallery-section>.kg-gallery-header,
.kg-gallery-section>.kg-kite-wrapper,
.kg-gallery-section>.kg-counter {
    position: relative;
    z-index: 1
}
/* ============================================================
   UNIFIED PAGE BACKGROUND — light vertical lines + #fff
   Apply everywhere except video-hero sections and green sections
   ============================================================ */
.pf-section,
.jf-certificate-section,
.jg-contact2-info {
    background-color: #fff !important;
    background-image:
        repeating-linear-gradient(90deg, rgba(60,55,45,.025) 0, rgba(60,55,45,.025) 1px, transparent 1px, transparent 3px),
        repeating-linear-gradient(90deg, rgba(60,55,45,.015) 0, rgba(60,55,45,.015) 2px, transparent 2px, transparent 7px);
    position: relative;
}

.pf-section::before,
.jf-certificate-section::before,
.jg-contact2-info::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .025;
    mix-blend-mode: multiply;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px;
    z-index: 0;
}

/* keep actual content above the pattern layer */
.pf-wrapper,
.jf-cert-container,
.jg-contact2-details,
.jg-contact2-vertical-label {
    position: relative;
    z-index: 1;
}

.jgAbt-learn {
    background-color: #fff !important;
    background-image:
        repeating-linear-gradient(90deg, rgba(60,55,45,.025) 0, rgba(60,55,45,.025) 1px, transparent 1px, transparent 3px),
        repeating-linear-gradient(90deg, rgba(60,55,45,.015) 0, rgba(60,55,45,.015) 2px, transparent 2px, transparent 7px);
    position: relative;
}

.jgAbt-learn::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .025;
    mix-blend-mode: multiply;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px;
    z-index: 0;
}

.jgAbt-learn .jgAbt-container {
    position: relative;
    z-index: 1;
}

/* ============================================================
   HEADING-TAG REMOVAL PATCH
   index.html no longer uses <h1>-<h6> anywhere (all converted to
   <div>, keeping their original class/id). Most of style.css
   already targets those classes/ids directly, so nothing changes
   for them. Only the handful of rules below used to target the
   bare tag (e.g. ".hiw-header h2") and need retargeting to the
   new class/id so the look stays 100% identical.

   HOW TO APPLY: append this whole file to the end of style.css
   (or link it after style.css in <head>). Do NOT delete the
   original rules unless you replace them with the ones below —
   they are duplicated here with corrected selectors.
   ============================================================ */

/* was: .jgw-hero-bottom-text h2  /  .jgw-hero-bottom-text h2 i */
.jgw-hero-bottom-text .jgw-hero-h2 {
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    color: #35521F;
    margin-bottom: 14px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.jgw-hero-bottom-text .jgw-hero-h2 i {
    color: #E89951;
    font-size: 1.2em
}

/* was: .hiw-header h2 */
.hiw-header .hiw-h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-family: 'Playfair Display', serif;
    color: var(--green-dark);
    margin-bottom: 16px
}

/* was: .hiw-step h3 */
.hiw-step .hiw-step-h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: rgba(245, 248, 245, .989);
    margin-bottom: 12px;
    transform: translateZ(20px);
    position: relative;
    z-index: 2
}

/* was: .jg-ts-header h2 */
.jg-ts-header .jg-ts-h2 {
    color: #fff;
    font-size: 2.5rem;
    margin: 15px 0 30px;
    line-height: 1.2
}

/* was: .jg-ts-highlight-box h3 (had id #jg-ts-hl-title, kept as id) */
.jg-ts-highlight-box #jg-ts-hl-title {
    font-size: 1.4rem;
    margin: 0 0 15px;
    color: #a3f7bf
}

/* was: .jg-ts-card-title (already a class, unaffected — kept as-is,
   listed here only for completeness, no change needed) */

/* was: .pf-overlay h2 (had id #pfHeroTitle, kept as id) */
.pf-overlay #pfHeroTitle {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 6px;
    color: #fff
}

/* was: .menu-card-body h3 */
.menu-card-body .menu-card-h3 {
    font-size: 1.18rem;
    font-family: 'Playfair Display', serif;
    color: var(--green-dark);
    line-height: 1.3
}

/* was: .menu-modal-header h3 (had id #menuModalTitle, kept as id) */
.menu-modal-header #menuModalTitle {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 8px;
    letter-spacing: .3px
}

/* was: .joygaon-footer__col h4 / .joygaon-footer__col h4::after */
.joygaon-footer__col .joygaon-footer__h4 {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
    letter-spacing: .02em;
    position: relative
}

.joygaon-footer__col .joygaon-footer__h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 32px;
    height: 3px;
    /* background: rgba(20, 140, 65, .92); */
    border-radius: 4px
}

