html {
    scroll-behavior: smooth;
}

a,
span {
    text-decoration: none;
    display: inline-block;
}

:root {
    --blue: #002b70;
    --gold: #cba144;
    --saffron: #f69900;
    --font-heading: "Playfair Display", serif;
    --font-body: "Inter", sans-serif;
    --grey: #5e6a7b;
    --peach-bg: #fbe8d3;
    --border: #e6e0d4;
    /* --grey: #6b7280; */
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    line-height: 100%;
    font-weight: 700;
    color: var(--blue);
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

.dark {
    background: var(--blue);
}

.dark-yellow {
    background: var(--saffron);
}

.dark-yellow h1,
.dark-yellow h2,
.dark-yellow h3,
.dark-yellow h4,
.dark-yellow h5,
.dark-yellow h6,
.dark-yellow p,
.dark-yellow span {
    color: var(--blue);
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark span {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.cta {
    display: inline-block;
    background: var(--saffron);
    color: var(--blue);
    padding: 14px 28px;
    border-radius: 8px;
    border: 1px solid var(--saffron);
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
}

.cta:hover {
    color: var(--blue);
    filter: brightness(120%);
}

.trans-btn {
    background: #fcfcfa1a;
    border: 1px solid #fff;
    color: #fff;
}

.blue-cta:hover,
.trans-btn:hover,
.send-btn:hover {
    color: #fff;
    filter: brightness(120%);
}

.trans-btn:hover {
    background: #ffffff52;
}

.blue-cta {
    background: var(--blue);
    color: #fff;
}

.sec-with-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.size17 {
    font-size: 17.5px;
    line-height: 1.6;
}

.bg-ivory {
    background-color: #fefaf1;
}

.bg-ivory p {
    color: var(--grey);
}

.p-96 {
    padding-block: 96px;
}


.eyebrow,
.sub-hd,
.sub-hd p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-left: 52px;
}

.navbar .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 220px;
}

.navbar .brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}

span.ik {
    font-size: 24px;
    font-weight: 700;
    background: #faf5e8;
    border: 1px solid var(--saffron);
    color: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.hero {
    position: relative;
    z-index: 0;
}

.hero::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #002b70a6 0%, #002b70a8 60%, #002b706b 100%);
    z-index: -1;
}

.hero-copy {
    max-width: 768px;
}

.eyebrow::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--saffron);
}

.hero-copy p {
    font-size: 24px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 36px;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.header .navbar-collapse {
    justify-content: flex-end;
    gap: 24px;
}

.header .navbar-collapse .navbar-nav {
    gap: 16px;
}

.header {
    padding-block: 10px;
}

.header .navbar-collapse .navbar-nav .nav-link {
    font-size: 14px;
    color: #1c2738;
    font-weight: 600;
}
.header .navbar-collapse .navbar-nav .nav-link:hover{
    color: var(--saffron);
}

.sub-hd,
.sub-hd p {
    padding-left: 0;
    color: var(--saffron);
}

.sangat-txt-cont {
    max-width: 554px;
    margin-inline: auto;
}

.sagnat-para {
    padding-top: 24px;
    margin-top: 24px;
    position: relative;
}

.sagnat-para::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 50px;
    background: var(--gold);
}

.sangat-belief-cont {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e3decf;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sangat-belief p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.sangat-img-cont {
    position: relative;
}

.sangat-img-cont img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px #0000001a;
}

.abs-div {
    position: absolute;
    padding: 20px 24px;
    background: var(--blue);
    border-radius: 6px;
    right: 32px;
    bottom: 24px;
}

.abs-div h3 {
    color: var(--gold);
}

.abs-div p {
    font-size: 14px;
    color: #fdfbfc;
    font-weight: 600;
}

.life-content-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.life-card {
    padding: 28px;
    border: 1px solid #e3decf;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 #0000001a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.7s ease-out;
}

.life-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    background: #faf5e8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.life-num {
    margin-top: 24px;
}

.life-icon svg {
    stroke: var(--saffron);
}

.life-num p {
    /* margin-top: 20px; */
    color: var(--gold);
}

.life-para p {
    color: var(--grey);
}

.life-card:hover {
    box-shadow: 0 20px 25px -5px #0000001a;
    border-color: var(--gold);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.bulleted-para {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 12px;
}

.bulleted-para p {
    margin: 0;
    position: relative;
}

.bulleted-para p:not(:first-child)::before {
    position: absolute;
    content: '';
    top: 50%;
    width: 4px;
    height: 4px;
    left: -9px;
    transform: translateY(-50%);
    border-radius: 50px;
    background: var(--saffron);
}

.rhythm-time-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    border-top: 1px solid #fcfcfa26;
    gap: 20px;
}

.rhythm-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.rhythm-time p {
    margin-bottom: 0;
}

.rhythm-hd-cont {
    position: sticky;
    top: 150px;
}

.rhythm-event p {
    margin-bottom: 0;
    font-size: 14px;
    color: #e3decf;
}

.rhythm-time i,
.rhythm-time p {
    color: var(--gold);
}

.rhythm-time p {
    font-weight: 600;
}

.kitchen-content-cont {
    border-radius: 8px;
    overflow: hidden;
}

.kitchen-content-cont>.col-lg-6:first-child {
    padding: 0;
}

.kitchen-txt-cont {
    padding: 48px 36px;
}

.kitchen-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    border-radius: 50px;
    background: var(--saffron);
}

.kitchen-txt-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kitchen-para {
    margin-top: 24px;
    max-width: 512px;
}

.kitchen-para p {
    color: var(--blue);
}

.gallery-para {
    max-width: 448px;
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.gallery-hd-cont .sub-hd p {
    margin-bottom: 12px;
}

.kitchen-img-cont {
    height: 100%;
}

.kitchen-img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item.main {
    grid-row: 1 / 3;
    grid-column: 1;
}

.gallery-item.main img {
    min-height: 460px;
}

.gallery-item.top-mid {
    grid-column: 2;
    grid-row: 1;
}

.gallery-item.top-right {
    grid-column: 3;
    grid-row: 1;
}

.gallery-item.bottom-mid {
    grid-column: 2;
    grid-row: 2;
}

.gallery-item.top-mid img,
.gallery-item.top-right img,
.gallery-item.bottom-mid img {
    height: 222px;
}

/* Lightbox / Popup Modal */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 15, 25, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 30px;
    animation: fadeIn 0.25s ease;
}

.lightbox-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
}

.lightbox-content img {
    max-width: 90vw;
    max-height: 85vh;
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    line-height: 1;
}

.lightbox-close:hover {
    color: var(--gold);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    font-size: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lightbox-prev {
    left: -70px;
}

.lightbox-next {
    right: -70px;
}

.gallery-container {
    margin-top: 40px;
}

.gallery-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
    /* z-index: -1; */
}

.dark-yellow .sub-hd p {
    color: #002b7099;
    font-size: 12px;
    margin-bottom: 4px;
}

.donation-details {
    padding: 20px;
    margin-top: 28px;
    border-radius: 8px;
}

.donation-para p {
    margin: 0;
    margin-top: 20px;
}

.donation p {
    color: var(--blue);
    font-weight: 600;
}

.qr-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.qr-cont-img {
    max-width: 250px;
    margin-inline: auto;
    border: 8px solid var(--blue);
    border-radius: 18px;
    padding: 30px;
    background: #fff;
}

.qr-cont img {
    /* filter: brightness(0) invert(1); */
    filter: invert(13%) sepia(98%) saturate(1900%) hue-rotate(199deg) brightness(82%) contrast(105%);
}

.donation-btn {
    margin-top: 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 30px;
    align-items: start;
}

/* Left column: info cards + map */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 22px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.info-card:hover {
    border-color: var(--gold);
}

.info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--peach-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 18px;
}

.info-text h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    margin: 0 0 6px 0;
    color: var(--blue);
}

.info-text p,
.info-text a {
    margin: 0;
    font-size: 14.5px;
    color: var(--grey);
    line-height: 1.5;
}

.map-card {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.map-card iframe {
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
}

.map-open-link {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1a5cd4;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.map-open-link:hover,
.info-text a:hover {
    text-decoration: underline;
}

/* Right column: form */
.contact-form-card {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 34px;
    background: #fff;
    height: 100%;
    box-shadow: 0 10px 15px -3px #0000001a;
}

.contact-form-card h5 {
    font-size: 26px;
    margin: 0 0 6px 0;
    color: var(--blue);
}

.contact-form-card .form-sub {
    margin: 0 0 26px 0;
    color: var(--grey);
    font-size: 14.5px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--blue);
}

.form-group input,
.form-group textarea {
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    color: var(--blue);
    outline: none;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--gold);
}

.form-group textarea {
    resize: vertical;
    min-height: 130px;
}

.send-btn {
    width: 100%;
    background: var(--blue);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}


.form-status {
    margin-top: 14px;
    font-size: 14px;
    display: none;
}

.form-status.success {
    color: #1c7c3f;
    display: block;
}

.form-status.error {
    color: #c0392b;
    display: block;
}

.footer {
    padding-top: 64px;
    padding-bottom: 28px;
}

.donation-content-cont {
    max-width: 1024px;
    margin-inline: auto;
}

.contact-hd {
    margin-bottom: 48px;
}

.footer-grid-cont {
    display: grid;
    grid-template-columns: 1.4fr .5fr .6fr;
    gap: 40px;
}

.footer-grid h4 {
    color: var(--gold);
    font-size: 18px;
}

.ftr-logo {
    width: 48px;
}

.brand-name {
    margin-top: 12px;
    margin-bottom: 16px;
}

.footer-grid ul {
    padding: 0;
    list-style: none;
    margin-top: 14px;
    margin-bottom: 0;
}

.footer-grid ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-grid ul li a,
.footer-grid p {
    color: #fdfbfca8;
}

.social-icon-cont ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.social-icon-cont ul a {
    width: 40px;
    height: 40px;
    color: #fdfbfca8;
    border: 1px solid #fdfbfca8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.footer-grid ul li a:hover {
    color: var(--gold);
    border-color: var(--gold);
}

.divider {
    margin-block: 40px;
    height: 1px;
    width: 100%;
    background: #fdfbfc65;
}

.foot-bottom span {
    display: block;

}

.foot-bottom span:first-child {
    font-size: 18px;
    font-family: var(--font-heading);
    color: var(--gold);
    font-weight: 600;
}

.foot-bottom span:last-child {
    font-size: 12px;
    color: #fdfbfc8f;
}

.container-fluid {
    padding-inline: 60px;
}

.fixed-header {
    -webkit-animation: fadeIn 0.75s ease-out forwards;
    animation: fadeIn 0.75s ease-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-inline: 22px;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: 0.4s;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: 0.4s;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.mt-110 {
    margin-top: 109px;
}

.fixed-header .navbar .brand {
    max-width: 180px;
}
.fixed-header  .cta {
    padding: 9px 20px;
    font-size: 14px;
}
.rhythm-icon {
    width: 34px;
    height: 34px;
    margin-left: auto;
}
.donation-sec {
    position: relative;
    z-index: 0;
}

.donation-sec::before {
    position: absolute;
    content:'';
    top: 0;
    right: 0;
    background: url('../imgs/bg-logo.png') no-repeat center;
    background-size: contain;
    width: 340px;
    height: 340px;
    z-index: -1;
}