@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap');
.gohar-projects-section{font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.gohar-projects-title,
.gohar-projects-button,
.gohar-projects-eyebrow,
.gohar-project-card__badge,
.gohar-project-card__city,
.gohar-project-card h3,
.gohar-project-card__chips span,
.gohar-project-card__link,
.gohar-single-project__eyebrow,
.gohar-single-project__title,
.gohar-single-project__stat-label,
.gohar-single-project__section-eyebrow,
.gohar-single-project__content-card h2,
.gohar-single-project__section-title,
.gohar-single-project__button,
.gohar-single-project__ghost{
    font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}
.gohar-projects-text,
.gohar-project-card__hero-copy p,
.gohar-project-card__meta,
.gohar-project-card__excerpt,
.gohar-single-project__lead,
.gohar-single-project__content-card,
.gohar-single-project__stat-card,
.gohar-single-project__media-caption,
.gohar-single-project__details{
    font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}


.gohar-projects-section{font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:72px 0;background:linear-gradient(180deg,#fff 0%,#fff 36%,#faf7f3 100%)}
.gohar-projects-shell{max-width:1320px;margin:0 auto;padding:0 24px}
.gohar-projects-head{display:flex;gap:24px;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;margin-bottom:34px;padding:0 4px}
.gohar-projects-copy{max-width:760px}
.gohar-projects-section .gohar-projects-head .gohar-projects-copy > .gohar-projects-eyebrow{display:inline-flex !important;align-items:center !important;gap:8px !important;color:#E72E34 !important;font-weight:700 !important;letter-spacing:.12em !important;text-transform:uppercase !important;font-size:16px !important;line-height:1.1 !important;margin:0 0 14px !important;font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important}
.gohar-projects-section .gohar-projects-head .gohar-projects-copy > .gohar-projects-eyebrow::before{content:"";width:22px;height:1px;background:#E72E34;border-radius:999px;display:inline-block;flex:0 0 auto}
.gohar-projects-section .gohar-projects-head .gohar-projects-copy > .gohar-projects-title{margin:0 0 12px !important;font-size:45px !important;line-height:1.02 !important;letter-spacing:-.03em !important;color:#111827 !important;font-weight:700 !important;font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important}
.gohar-projects-section .gohar-projects-head .gohar-projects-copy > .gohar-projects-text{margin:0 !important;color:#4b5563 !important;font-size:16px !important;line-height:1.75 !important;font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important}
.gohar-projects-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 24px;border-radius:999px;background:#E72E34;color:#fff;text-decoration:none;font-weight:600;font-size:16px;box-shadow:0 18px 40px rgba(255,0,0,.18);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.gohar-projects-button:hover,.gohar-projects-button:focus{background:#c70000;color:#fff;transform:translateY(-2px);box-shadow:0 22px 46px rgba(255,0,0,.2)}
.gohar-projects-grid{display:grid;gap:24px}
.gohar-projects-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.gohar-projects-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gohar-projects-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.gohar-project-card{position:relative;display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:30px;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.08);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.gohar-project-card:hover{transform:translateY(-8px);box-shadow:0 34px 72px rgba(15,23,42,.12);border-color:rgba(255,0,0,.16)}
.gohar-project-card__media{position:relative;display:block;aspect-ratio:4/3.8;min-height:260px;background:#ece7df;overflow:hidden;text-decoration:none}
.gohar-project-card__media img.gohar-project-card__image{position:absolute;inset:0;width:100% !important;height:100% !important;max-width:none;object-fit:cover !important;object-position:center center !important;display:block;transition:transform .6s ease}
.gohar-project-card:hover .gohar-project-card__image{transform:scale(1.06)}
.gohar-project-card__image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,40,.04) 0%,rgba(16,24,40,.18) 40%,rgba(16,24,40,.86) 100%)}
.gohar-project-card__topbar{position:absolute;top:16px;left:16px;right:16px;z-index:2;display:flex;justify-content:flex-start}
.gohar-project-card__badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);color:#fff;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.gohar-project-card__hero-copy{position:absolute;left:18px;right:18px;bottom:18px;z-index:2}
.gohar-project-card__city{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.gohar-project-card__city::before{content:"";width:18px;height:2px;border-radius:999px;background:#E72E34}
.gohar-project-card h3{margin:0;color:#fff;font-size:32px;line-height:1.02;letter-spacing:-.04em;text-shadow:0 8px 24px rgba(0,0,0,.24);font-weight:700}
.gohar-project-card__hero-copy p{margin:10px 0 0;color:rgba(255,255,255,.88);font-size:16px;line-height:1.65;max-width:30ch;font-weight:400}
.gohar-project-card__body{display:flex;flex-direction:column;gap:12px;padding:16px 18px 18px}
.gohar-project-card__chips{display:flex;flex-wrap:wrap;gap:10px}
.gohar-project-card__chips span{display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border-radius:999px;background:#fff4f4;color:#b00000;border:1px solid rgba(255,0,0,.09);font-size:12px;font-weight:800}
.gohar-project-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}
.gohar-project-card__link{display:inline-flex;align-items:center;gap:8px;color:#E72E34;font-weight:600;text-decoration:none;font-size:16px}
.gohar-project-card__link:hover,.gohar-project-card__link:focus{color:#b10000}

.gohar-project-card--home .gohar-project-card__body{padding-top:14px}
.gohar-project-card--home .gohar-project-card__footer{justify-content:flex-start}
.gohar-project-card--home .gohar-project-card__media{aspect-ratio:4/3.65;min-height:245px}
.gohar-projects-home .gohar-project-card:first-child{background:linear-gradient(180deg,#fff 0%,#fff8f8 100%);border-color:rgba(255,0,0,.1)}

.gohar-project-card--showcase .gohar-project-card__media{aspect-ratio:4/3.55;min-height:250px}
.gohar-project-card--showcase .gohar-project-card__hero-copy p{max-width:34ch}
.gohar-project-card--showcase .gohar-project-card__body{padding-top:14px}
.gohar-project-card--showcase h3{font-size:28px}

.gohar-projects-debug{padding:14px 16px;border:1px dashed #fca5a5;background:#fff5f5;color:#991b1b;border-radius:14px;font-family:inherit}

@media (max-width:1200px){.gohar-projects-grid.columns-4{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:1024px){
.gohar-projects-section{padding:58px 0}
.gohar-projects-grid.columns-3,.gohar-projects-grid.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}
.gohar-project-card h3{font-size:26px}
}
@media (max-width:680px){
.gohar-projects-section{padding:42px 0}
.gohar-projects-shell{padding:0 16px}
.gohar-projects-section .gohar-projects-head .gohar-projects-copy > .gohar-projects-eyebrow{font-size:14px !important}
.gohar-projects-section .gohar-projects-head .gohar-projects-copy > .gohar-projects-title{font-size:30px !important}
.gohar-projects-section .gohar-projects-head .gohar-projects-copy > .gohar-projects-text{font-size:14px !important}
.gohar-projects-button{font-size:14px !important}
.gohar-projects-grid.columns-2,.gohar-projects-grid.columns-3,.gohar-projects-grid.columns-4{grid-template-columns:1fr}
.gohar-project-card__hero-copy{left:16px;right:16px;bottom:16px}
.gohar-project-card__badge{padding:8px 11px;font-size:13px}
.gohar-project-card__city{font-size:13px}
.gohar-project-card h3{font-size:24px}
.gohar-project-card__hero-copy p{font-size:14px}
}

.gohar-single-project{font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#f8f5f1 0%,#fff 18%,#fbf8f4 100%);color:#111827}
.gohar-single-project__shell,.gohar-single-project__hero-shell{max-width:1320px;margin:0 auto;padding:0 24px}
.gohar-single-project__hero{position:relative;min-height:720px;display:flex;align-items:flex-end;overflow:hidden}
.gohar-single-project__hero-media{position:absolute;inset:0}
.gohar-single-project__hero-media img{width:100%;height:100%;display:block;object-fit:cover !important;object-position:center center !important}
.gohar-single-project__hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,13,22,.18) 0%,rgba(7,13,22,.42) 40%,rgba(7,13,22,.82) 100%)}
.gohar-single-project__hero-card{position:relative;z-index:2;max-width:860px;margin:0 0 56px;padding:34px 34px 30px;border-radius:32px;background:rgba(10,16,24,.34);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 30px 80px rgba(0,0,0,.24)}
.gohar-single-project__eyebrow{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:16px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.gohar-single-project__eyebrow::before{content:"";width:22px;height:1px;border-radius:999px;background:#E72E34}
.gohar-single-project__chips{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 18px}
.gohar-single-project__chips span{display:inline-flex;align-items:center;min-height:38px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}
.gohar-single-project__hero-card h1{margin:0;color:#fff;font-size:45px;line-height:.98;letter-spacing:-.05em;max-width:10ch;font-weight:700}
.gohar-single-project__subtitle{margin:16px 0 0;max-width:54ch;color:rgba(255,255,255,.9);font-size:16px;line-height:1.8;font-weight:400}
.gohar-single-project__quick-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0 24px}
.gohar-single-project__quick-meta div{padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.gohar-single-project__quick-meta strong{display:block;margin:0 0 6px;color:#fff;font-size:14px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}
.gohar-single-project__quick-meta span{display:block;color:rgba(255,255,255,.88);font-size:14px;line-height:1.6;font-weight:400}
.gohar-single-project__cta-row{display:flex;flex-wrap:wrap;gap:14px}
.gohar-single-project__button,.gohar-single-project__ghost{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:600;font-size:16px;transition:all .22s ease}
.gohar-single-project__button{background:#E72E34;color:#fff;box-shadow:0 18px 40px rgba(255,0,0,.22)}
.gohar-single-project__button:hover,.gohar-single-project__button:focus{background:#c70000;color:#fff;transform:translateY(-2px)}
.gohar-single-project__ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff}
.gohar-single-project__ghost:hover,.gohar-single-project__ghost:focus{background:rgba(255,255,255,.2);color:#fff}
.gohar-single-project__details{padding:84px 0}
.gohar-single-project__stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-bottom:28px}
.gohar-single-project__stat-card{padding:22px 20px;border-radius:26px;background:#fff;border:1px solid rgba(17,24,39,.06);box-shadow:0 18px 40px rgba(15,23,42,.06)}
.gohar-single-project__stat-label{display:block;margin-bottom:10px;color:#6b7280;font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.gohar-single-project__stat-card strong{display:block;color:#111827;font-size:12px;line-height:1.5;font-weight:700}
.gohar-single-project__content-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px;align-items:start}
.gohar-single-project__content-card,.gohar-single-project__gallery-card{padding:32px;border-radius:32px;background:#fff;border:1px solid rgba(17,24,39,.06);box-shadow:0 22px 54px rgba(15,23,42,.06)}
.gohar-single-project__section-eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:#E72E34;font-size:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.gohar-single-project__section-eyebrow::before{content:"";width:22px;height:1px;background:#E72E34;border-radius:999px}
.gohar-single-project__content-card h2,.gohar-single-project__related-head h2{margin:0 0 14px;color:#111827;font-size:36px;line-height:1.02;letter-spacing:-.04em;font-weight:700}
.gohar-single-project__section-title{margin:8px 0 0;color:#111827;font-family:"Montserrat",sans-serif;font-size:clamp(1.6rem,2.4vw,2.25rem);line-height:1.2;letter-spacing:-.03em;font-weight:700;text-transform:none}
.gohar-single-project__content{color:#4b5563;font-size:16px;line-height:1.9;font-weight:400}
.gohar-single-project__content > *:first-child{margin-top:0}
.gohar-single-project__content > *:last-child{margin-bottom:0}
.gohar-single-project__gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.gohar-single-project__gallery-item{margin:0;border-radius:24px;overflow:hidden;background:#ece7df;min-height:180px}
.gohar-single-project__gallery-item.is-large{grid-column:1/-1;min-height:340px}
.gohar-single-project__gallery-item img{width:100%;height:100%;display:block;object-fit:cover !important;object-position:center center !important}
.gohar-single-project__related{padding:0 0 84px}
.gohar-single-project__related-head{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
@media (max-width:1200px){.gohar-single-project__stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gohar-single-project__content-grid{grid-template-columns:1fr}.gohar-single-project__hero-card h1{max-width:12ch}}
@media (max-width:900px){.gohar-single-project__hero{min-height:640px}.gohar-single-project__hero-card{margin-bottom:36px;padding:28px 24px}.gohar-single-project__quick-meta{grid-template-columns:1fr}.gohar-single-project__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gohar-single-project__gallery-slide{aspect-ratio:4/3}.gohar-single-project__gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.gohar-single-project__stat-card strong{font-size:12px}}
@media (max-width:640px){.gohar-single-project__hero{min-height:560px}.gohar-single-project__shell,.gohar-single-project__hero-shell{padding:0 18px}.gohar-single-project__eyebrow{font-size:14px}.gohar-single-project__chips span{font-size:13px}.gohar-single-project__hero-card h1{font-size:30px;font-weight:700}.gohar-single-project__subtitle{font-size:14px;font-weight:400}.gohar-single-project__quick-meta strong{font-size:13px}.gohar-single-project__quick-meta span{font-size:13px}.gohar-single-project__button,.gohar-single-project__ghost{font-size:14px}.gohar-single-project__section-eyebrow{font-size:14px}.gohar-single-project__content-card h2,.gohar-single-project__related-head h2{font-size:24px}.gohar-single-project__content{font-size:14px}.gohar-single-project__stat-label{font-size:13px}.gohar-single-project__stat-card strong{font-size:13px}.gohar-single-project__stats-grid{grid-template-columns:1fr}.gohar-single-project__gallery-grid{grid-template-columns:1fr}.gohar-single-project__gallery-item.is-large{min-height:260px}}


.gohar-single-project__media-section {
    margin-top: 40px;
}

.gohar-single-project__section-head {
    margin-bottom: 18px;
}

.gohar-single-project__section-head h2,
.gohar-single-project__related-head h2,
.gohar-single-project__content-card h2,
.gohar-single-project__section-title {
    margin: 8px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.6rem, 2.4vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #111827;
    text-transform: none;
}

.gohar-single-project__media-card,
.gohar-single-project__plan-item,
.gohar-single-project__payment-item {
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.gohar-single-project__video-player,
.gohar-single-project__video-embed iframe,
.gohar-single-project__video-embed video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}

.gohar-single-project__video-embed {
    position: relative;
}

.gohar-single-project__video-embed iframe {
    min-height: 420px;
}

.gohar-single-project__video-fallback {
    padding: 32px;
}

.gohar-single-project__plan-grid,
.gohar-single-project__payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.gohar-single-project__plan-item img,
.gohar-single-project__payment-item img {
    width: 100%;
    display: block;
    height: auto;
}

@media (max-width: 767px) {
    .gohar-single-project__video-embed iframe {
        min-height: 240px;
    }

    .gohar-single-project__plan-grid,
    .gohar-single-project__payment-grid {
        grid-template-columns: 1fr;
    }
}


.gohar-projects-title,
.gohar-single-project__hero-card h1,
.gohar-single-project__content-card h2,
.gohar-single-project__section-head h2,
.gohar-single-project__related-head h2,
.gohar-single-project__payment-option-card h3{
    text-transform:none !important;
}
.gohar-single-project__section-eyebrow,
.gohar-single-project__stat-label,
.gohar-projects-eyebrow,
.gohar-project-card__badge,
.gohar-project-card__city{
    text-transform:none !important;
}
.gohar-single-project__cta-row--after-hero{
    margin:0 0 28px;
}
.gohar-single-project__payment-option-grid{
    display:grid;
    gap:20px;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}
.gohar-single-project__payment-option-card{
    background:#fff;
    border:1px solid rgba(17,24,39,.08);
    border-radius:24px;
    padding:24px;
    box-shadow:0 18px 40px rgba(15,23,42,.06);
}
.gohar-single-project__payment-option-card h3{
    margin:0 0 8px;
    font-size:24px;
    line-height:1.15;
    color:#111827;
}
.gohar-single-project__payment-option-subtitle{
    margin:0 0 8px;
    font-weight:700;
    color:#111827;
}
.gohar-single-project__payment-option-summary{
    margin:0 0 18px;
    color:#4b5563;
    line-height:1.7;
}

.gohar-single-project__section-eyebrow{text-transform:uppercase !important}



/* v1.6.5 visual refinement: stats + gallery */
.gohar-single-project__details{
    padding-top: 28px;
    background:
        radial-gradient(circle at top left, rgba(255,0,0,.03), transparent 30%),
        linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
}
.gohar-single-project__stats-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:18px;
    margin-bottom:34px;
    align-items:stretch;
}
.gohar-single-project__stat-card{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:176px;
    padding:24px 22px;
    border-radius:28px;
    border:1px solid rgba(17,24,39,.08);
    background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%);
    box-shadow:0 18px 40px rgba(15,23,42,.06);
    overflow:hidden;
}
.gohar-single-project__stat-card::after{
    content:"";
    position:absolute;
    inset:auto 0 0 0;
    height:4px;
    background:linear-gradient(90deg, rgba(255,0,0,.92) 0%, rgba(255,0,0,.28) 100%);
    opacity:.95;
}
.gohar-single-project__stat-label{
    display:block;
    margin:0 0 18px;
    color:#667085;
    font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    line-height:1.2;
    text-transform:uppercase;
}
.gohar-single-project__stat-card strong{
    display:block;
    color:#111827;
    font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:24px;
    line-height:1.35;
    font-weight:700;
    letter-spacing:-.02em;
    text-wrap:balance;
    word-break:break-word;
}
.gohar-single-project__content-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);
    gap:28px;
    align-items:start;
}
.gohar-single-project__content-card,
.gohar-single-project__gallery-card{
    padding:34px;
    border-radius:34px;
    background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%);
    border:1px solid rgba(17,24,39,.06);
    box-shadow:0 22px 54px rgba(15,23,42,.06);
}
.gohar-single-project__section-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:0 0 16px;
    color:#E72E34;
    font-size:14px;
    font-weight:700;
    letter-spacing:.16em;
    line-height:1.15;
    text-transform:uppercase !important;
}
.gohar-single-project__section-title{
    margin:0 0 22px;
    color:#111827;
    font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:clamp(1.9rem,2.9vw,2.8rem);
    line-height:1.08;
    letter-spacing:-.035em;
    font-weight:700;
    text-transform:none;
}
.gohar-single-project__content{
    color:#4b5563;
    font-size:16px;
    line-height:1.9;
}
.gohar-single-project__gallery-card{
    position:relative;
}
.gohar-single-project__gallery-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    align-items:stretch;
}
.gohar-single-project__gallery-item{
    margin:0;
    position:relative;
    border-radius:26px;
    overflow:hidden;
    background:#ece7df;
    min-height:210px;
    box-shadow:0 12px 30px rgba(15,23,42,.08);
}
.gohar-single-project__gallery-item::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(17,24,39,0) 35%, rgba(17,24,39,.12) 100%);
    pointer-events:none;
}
.gohar-single-project__gallery-item.is-large{
    grid-column:1/-1;
    min-height:380px;
}
.gohar-single-project__gallery-item img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover !important;
    object-position:center center !important;
    transition:transform .35s ease;
}
.gohar-single-project__gallery-item:hover img{
    transform:scale(1.04);
}
.gohar-single-project__media-section{
    margin-top:42px;
}
.gohar-single-project__section-head{
    margin-bottom:18px;
}
.gohar-single-project__media-card,
.gohar-single-project__plan-grid,
.gohar-single-project__payment-option-grid,
.gohar-single-project__payment-grid{
    border-radius:32px;
}
.gohar-single-project__plan-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}
.gohar-single-project__plan-item,
.gohar-single-project__payment-item{
    margin:0;
    border-radius:26px;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(17,24,39,.06);
    box-shadow:0 18px 40px rgba(15,23,42,.06);
}
.gohar-single-project__plan-item img,
.gohar-single-project__payment-item img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.gohar-single-project__payment-option-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
}
.gohar-single-project__payment-option-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:100%;
    background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%);
    border:1px solid rgba(17,24,39,.08);
    border-radius:26px;
    padding:24px;
    box-shadow:0 18px 40px rgba(15,23,42,.06);
}
.gohar-single-project__payment-option-card h3{
    margin:0 0 10px;
    font-size:26px;
    line-height:1.08;
    letter-spacing:-.03em;
    color:#111827;
}
.gohar-single-project__payment-option-subtitle{
    margin:0 0 10px;
    font-weight:700;
    color:#111827;
    font-size:15px;
}
.gohar-single-project__payment-option-summary{
    margin:0 0 18px;
    color:#4b5563;
    line-height:1.75;
    font-size:15px;
}
.gohar-single-project__related{
    padding:4px 0 84px;
}
.gohar-single-project__related-head{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:30px;
}

@media (max-width: 1280px){
    .gohar-single-project__stats-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 991px){
    .gohar-single-project__details{
        padding-top:24px;
    }
    .gohar-single-project__stats-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:16px;
        margin-bottom:28px;
    }
    .gohar-single-project__stat-card{
        min-height:160px;
        padding:22px 20px;
        border-radius:24px;
    }
    .gohar-single-project__stat-card strong{
        font-size:21px;
    }
    .gohar-single-project__content-grid{
        grid-template-columns:1fr;
        gap:22px;
    }
    .gohar-single-project__content-card,
    .gohar-single-project__gallery-card{
        padding:26px;
        border-radius:28px;
    }
    .gohar-single-project__gallery-item.is-large{
        min-height:320px;
    }
    .gohar-single-project__plan-grid{
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px){
    .gohar-single-project__details{
        padding-top:20px;
    }
    .gohar-single-project__stats-grid{
        grid-template-columns:1fr;
        gap:14px;
        margin-bottom:22px;
    }
    .gohar-single-project__stat-card{
        min-height:auto;
        padding:20px 18px;
        border-radius:22px;
    }
    .gohar-single-project__stat-label{
        margin-bottom:12px;
        font-size:12px;
        letter-spacing:.14em;
    }
    .gohar-single-project__stat-card strong{
        font-size:18px;
        line-height:1.45;
    }
    .gohar-single-project__content-card,
    .gohar-single-project__gallery-card{
        padding:20px;
        border-radius:24px;
    }
    .gohar-single-project__section-eyebrow{
        margin-bottom:12px;
        font-size:12px;
        letter-spacing:.14em;
    }
    .gohar-single-project__section-title{
        margin-bottom:18px;
        font-size:clamp(1.55rem,7vw,2.1rem);
        line-height:1.12;
    }
    .gohar-single-project__content{
        font-size:14px;
        line-height:1.8;
    }
    .gohar-single-project__gallery-grid{
        grid-template-columns:1fr;
        gap:14px;
    }
    .gohar-single-project__gallery-item{
        min-height:200px;
        border-radius:22px;
    }
    .gohar-single-project__gallery-item.is-large{
        min-height:250px;
    }
    .gohar-single-project__media-section{
        margin-top:32px;
    }
    .gohar-single-project__payment-option-grid{
        grid-template-columns:1fr;
        gap:16px;
    }
    .gohar-single-project__payment-option-card{
        padding:20px;
        border-radius:22px;
    }
    .gohar-single-project__payment-option-card h3{
        font-size:22px;
    }
    .gohar-single-project__payment-option-summary{
        font-size:14px;
        line-height:1.7;
    }
    .gohar-single-project__plan-item,
    .gohar-single-project__payment-item{
        border-radius:22px;
    }
}


/* v1.6.11 gallery controls + lightbox refinement */
.gohar-single-project__stat-card strong{
    font-size:16px !important;
    line-height:1.4 !important;
    letter-spacing:0;
}
.gohar-single-project__gallery-card{
    position:relative;
}
.gohar-single-project__gallery-slider{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#ece7df;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}
.gohar-single-project__gallery-track{
    position:relative;
}
.gohar-single-project__gallery-slide{
    display:none;
    margin:0;
    aspect-ratio:16/10;
    overflow:hidden;
}
.gohar-single-project__gallery-slide.is-active{
    display:block;
}
.gohar-single-project__gallery-open{
    display:block;
    width:100%;
    height:100%;
    padding:0;
    border:0;
    background:transparent;
    cursor:zoom-in;
    appearance:none;
    -webkit-appearance:none;
}
.gohar-single-project__gallery-slide img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover !important;
    object-position:center center !important;
}
.gohar-single-project__gallery-nav,
.gohar-single-project__gallery-nav:visited,
.gohar-single-project__gallery-nav:active{
    position:absolute;
    top:50%;
    z-index:2;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    padding:0;
    border:1px solid #111827 !important;
    border-radius:999px;
    background:rgba(255,255,255,.54) !important;
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    color:#111827 !important;
    fill:#111827 !important;
    font-size:18px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    text-decoration:none !important;
    box-shadow:0 12px 24px rgba(15,23,42,.10) !important;
    transition:transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.gohar-single-project__gallery-nav:hover,
.gohar-single-project__gallery-nav:focus,
.gohar-single-project__gallery-nav:focus-visible{
    background:#d71920 !important;
    border-color:#d71920 !important;
    color:#ffffff !important;
    fill:#ffffff !important;
    transform:translateY(-50%) scale(1.04);
    box-shadow:0 16px 28px rgba(15,23,42,.14) !important;
    outline:none;
}
.gohar-single-project__gallery-nav *{
    color:inherit !important;
    fill:currentColor !important;
    stroke:currentColor !important;
}
.gohar-single-project__gallery-nav.is-prev{ left:18px; }
.gohar-single-project__gallery-nav.is-next{ right:18px; }

.gohar-single-project__gallery-dots{
    position:absolute;
    left:50%;
    bottom:18px;
    z-index:2;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(17,24,39,.24);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
}
.gohar-single-project__gallery-dot{
    width:34px;
    height:12px;
    padding:0;
    border:1px solid rgba(255,255,255,.9);
    border-radius:999px;
    background:transparent;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    box-shadow:none;
    transition:background .2s ease, border-color .2s ease, opacity .2s ease;
}
.gohar-single-project__gallery-dot:hover,
.gohar-single-project__gallery-dot:focus,
.gohar-single-project__gallery-dot:focus-visible{
    background:transparent;
    border-color:#ffffff;
    outline:none;
}
.gohar-single-project__gallery-dot.is-active{
    background:#ffffff;
    border-color:#ffffff;
}

.gohar-single-project__gallery-thumbs{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:14px;
}
.gohar-single-project__gallery-thumb{
    padding:0;
    border:1px solid rgba(17,24,39,.14);
    border-radius:18px;
    overflow:hidden;
    background:transparent !important;
    aspect-ratio:1/1;
    cursor:pointer;
    opacity:1;
    appearance:none;
    -webkit-appearance:none;
    box-shadow:none;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}
.gohar-single-project__gallery-thumb:hover,
.gohar-single-project__gallery-thumb:focus,
.gohar-single-project__gallery-thumb:focus-visible{
    background:transparent !important;
    border-color:#111827;
    box-shadow:none;
    outline:none;
}
.gohar-single-project__gallery-thumb.is-active{
    background:transparent !important;
    transform:none;
    border-color:#d71920;
    box-shadow:none;
}
.gohar-single-project__gallery-thumb img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover !important;
    object-position:center center !important;
}

.gohar-single-project__lightbox{
    position:fixed;
    inset:0;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:rgba(17,24,39,.82);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
}
.gohar-single-project__lightbox[hidden]{
    display:none !important;
}
.gohar-single-project__lightbox-dialog{
    position:relative;
    max-width:min(1200px, 100%);
    max-height:calc(100vh - 48px);
    border-radius:24px;
    overflow:hidden;
    background:#111827;
    box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.gohar-single-project__lightbox-dialog img{
    display:block;
    width:100%;
    height:auto;
    max-height:calc(100vh - 48px);
    object-fit:contain;
    background:#111827;
}
.gohar-single-project__lightbox-close{
    position:absolute;
    top:22px;
    right:22px;
    z-index:2;
    width:48px;
    height:48px;
    padding:0;
    border:1px solid rgba(255,255,255,.9);
    border-radius:999px;
    background:rgba(255,255,255,.14);
    color:#ffffff;
    font-size:28px;
    line-height:1;
    cursor:pointer;
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
}
@media (max-width: 900px){
    .gohar-single-project__stat-card strong{
        font-size:16px !important;
    }
    .gohar-single-project__gallery-slide{
        aspect-ratio:4/3;
    }
}
@media (max-width: 640px){
    .gohar-single-project__stat-card strong{
        font-size:15px !important;
        line-height:1.45 !important;
    }
    .gohar-single-project__gallery-nav{
    position:absolute;
    top:50%;
    z-index:2;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    padding:0;
    border:1px solid rgba(17,24,39,.08);
    border-radius:999px;
    background:#ffffff;
    color:#111827;
    font-size:18px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    box-shadow:0 12px 24px rgba(15,23,42,.10);
    transition:transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
    .gohar-single-project__gallery-nav.is-prev{ left:12px; }
    .gohar-single-project__gallery-nav.is-next{ right:12px; }
    .gohar-single-project__gallery-thumbs{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:10px;
    }
}

@media (max-width: 900px){
    .gohar-single-project__stat-card strong{
        font-size:15px !important;
    }
    .gohar-single-project__gallery-dots{
        gap:10px;
        padding:9px 12px;
    }
    .gohar-single-project__gallery-dot{
        width:28px;
        height:10px;
    }
}
@media (max-width: 640px){
    .gohar-single-project__gallery-nav{
        width:42px;
        height:42px;
        font-size:18px;
    }
    .gohar-single-project__gallery-nav.is-prev{ left:12px; }
    .gohar-single-project__gallery-nav.is-next{ right:12px; }
    .gohar-single-project__gallery-dots{
        bottom:12px;
        gap:8px;
        padding:8px 10px;
    }
    .gohar-single-project__gallery-dot{
        width:22px;
        height:9px;
    }
    .gohar-single-project__gallery-thumbs{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:10px;
    }
    .gohar-single-project__lightbox{
        padding:16px;
    }
    .gohar-single-project__lightbox-close{
        top:14px;
        right:14px;
        width:42px;
        height:42px;
        font-size:24px;
    }
}


/* v1.6.12 gallery active image cleanup */
.gohar-single-project__gallery-slide,
.gohar-single-project__gallery-slide.is-active,
.gohar-single-project__gallery-track,
.gohar-single-project__gallery-slider{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
}
.gohar-single-project__gallery-open,
.gohar-single-project__gallery-open:link,
.gohar-single-project__gallery-open:visited,
.gohar-single-project__gallery-open:hover,
.gohar-single-project__gallery-open:active,
.gohar-single-project__gallery-open:focus,
.gohar-single-project__gallery-open:focus-visible{
    display:block !important;
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    outline:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    cursor:zoom-in !important;
}
.gohar-single-project__gallery-open::-moz-focus-inner{
    border:0 !important;
    padding:0 !important;
}
.gohar-single-project__gallery-open img,
.gohar-single-project__gallery-slide img{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
}

