/* 1. VARIABLES & GLOBAL */
:root {
    --dark-blue-text: #012e61;
    --maroon-accent: #890202;
    --bg-cream: #fbf6ef;
    --hind-font: 'Hind', sans-serif !important;
}

body {
    overflow-x: hidden;
    font-family: 'Hind', sans-serif !important;
}
* {
   font-family: 'Hind', sans-serif !important;
}

/* 2. HEADER */
.topbar {
    background: #fff;
    padding: 18px 0;
}

.logo {
    height: 45px;
}

.donate-btn {
    background: #8D000B;
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    border: none;
}

.donate-btn:hover {
    color: #fff
}

/* 3. HERO SECTION */
.hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.hero h1 {
    font-size: clamp(44px, 7vw, 70px);
    color: #690203;
    font-weight: 800;
    margin-bottom: 24px;
    font-family: 'Arial', sans-serif;
}

.hero h2 {
    font-size: clamp(36px, 5vw, 60px);
    color: #690203;
    font-weight: 700;
    margin-bottom: 24px;
}

.hero h3 {
    color: #003a8f;
    font-weight: 800;
    font-size: clamp(26px, 4vw, 50px);
    border-bottom: 2px dashed #690203;
    width: max-content;
    margin: 0 auto 20px;
    padding-bottom: 30px;
}

.hero p {
    font-size: clamp(18px, 2.4vw, 36px);
}

/* 4. BADGE */
.badge-wrapper {
    position: relative;
    display: inline-block;
    width: clamp(180px, 28vw, 450px);
    margin-bottom: 25px;
}

.badge-img {
    width: 100%;
    display: block;
}

.badge-red {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    /* white-space: nowrap; */
    width: 85%;
    font-size: clamp(12px, 1.4vw, 30px);
}


/* 5. FEATURES STRIP */
.features {
    background: #8D000B;
    color: #fff;
    padding: 26px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #690203;
    font-size: 26px;
    font-weight: bold;
}

.feature-content-box{
    flex-basis: 75%;
    max-width: 75%;
}

.feature-title {
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}

.feature-sub {
    font-size: 16px;
    color: #D1BFAE;
    text-align: left;
}

/* 6. ADHIK SECTION & REALITY CARDS */
.adhik-section {
    background: #ffffff;
}

.section-tag {
    display: inline-block;
    font-weight: 700;
    color: #0B2C6F;
    border-bottom: 4px solid #c61a1a;
    padding-bottom: 4px;
}

.main-heading {
    font-size: 46px;
    font-weight: 800;
    color: #0B2C6F;
}

.main-para {
    font-size: 18px;
    color: #0B2C6F;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 30px;
}

.reality-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.reality-card h4 {
    color: #0B2C6F;
    font-weight: 800;
}

.quote-box {
    background: #F9F4EC;
    padding: 25px;
    border-radius: 16px;
    margin-top: 20px;
    font-weight: 800;
    color: #0B2C6F;
    font-size: 20px;
    margin-bottom: 10px;
}

.quote-box span {
    display: block;
    color: #b40000;
    margin-top: 10px;
    font-weight: 800;
}

/* 7. DONATION CARD & FORM */
.donation-card {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.middlecard
{
    background: #FFFDF9 !important;
}

.donation-card h3 {
    color: #0B2C6F;
}

.amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 10px;
}

.amt {
   border: 2px solid #eee;
    padding: 7px 7px;
    border-radius: 14px;
    background: #fff;
    font-weight: 600;
    color: #0b2c6f;
    font-size: 14px;
}
.amt span
{
       display: block;
    font-weight: 700;
}

.amt.active {
    border-color: #b40000;
    background: #fdecec;
}
.donation-tabs{
    display:flex;
    gap:10px;
    margin-top:15px;
    width: 100%;
}

.don-tab{
       flex: 1;
    border: none;
    background: #F3F6FB;
    padding: 10px 5px;
    border-radius: 12px;
    font-weight: 700;
    color: #0B2C6F;
    transition: 0.3s;
}

.don-tab.active{
    background:#0B2C6F;
    color:#fff;
    padding: 10px;
}
.form-control {
    height: 52px;
    border-radius: 14px;
}

.donate-main-btn {
    width: 100%;
    background: #0B2C6F;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 18px;
}

/* 8. SOLUTION SECTION */
.solution-section {
    background: #ffffff;
}

.mini-title {
    color: #173a7a;
    font-weight: 700;
}

.solution-title {
    font-size: 44px;
    font-weight: 900;
    color: #173a7a;
}

.solution-title span {
    color: #a40000;
    border-bottom: 6px solid #e8b9b9;
    line-height: 70px;
}

.solution-sub {
    color: #0B2C6F;
    margin-top: 20px;
    font-size: 18px;
}

.solution-card {
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.card-img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.solution-content {
    padding: 30px;
}

.solution-content h3 {
    color: #0B2C6F;
    font-weight: 800;
    font-size: 28px;
}

.solution-content p {
    color: #0B2C6F;
    margin: 15px 0 20px;
    line-height: 1.7;
}

.feature-box {
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 14px;
    margin-top: 14px;
    font-weight: 600;
    color: #173a7a;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #F9F4EC;
}

.tick {
    width: 28px;
    height: 28px;
    background: #ffe9e9;
    color: #a40000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

/* 9. ACHIEVEMENTS SECTION */
.ourAchievements {
    padding: 80px 0;
    position: relative;
    background: rgba(255, 228, 177, 0.30);
}

.ourAchievements .heading {
    margin-bottom: 30px;
}

.ourAchievements .heading h2 {
    font-size: clamp(24px, 4vw, 32px);
    line-height: normal;
    font-weight: bold;
    color: #0B2C6F;
    text-align: center;
    margin: 0 0 15px;
}

.ourAchievements .heading p {
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: clamp(26px, 4vw, 28px);
    margin: 0 auto;
    max-width: 65%;
}

.ourAchievements .desc {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.ourAchievements .desc img {
    margin: 0 0 10px;
    width: 140px;
    object-fit: 100%;
}

.ourAchievements .desc p {
    font-size: clamp(16px, 4vw, 18px);
    color: #454545;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.ourAchievements .desc p span {
    display: block;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 600;
    color: #383838;
}

.ourAchievements .heading span {
    color: #a40000;
}

/* 10. SANKALP & PROGRESS SECTION */
.sankalp-section {
    background: url("https://dev.narayanseva.org/wp-content/uploads/2026/04/28063202/bgart.png") no-repeat center/cover, #FFFDF9;
}

.sankalp-card {
    background: #fff;
    max-width: 900px;
    padding: 60px 50px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.icon-circle {
    width: 70px;
    height: 70px;
    margin: auto;
    background: #f4dede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.title {
    font-weight: 800;
    color: #1d3b70;
    font-size: 36px;
}

.subtitle {
    color: #5a6c8f;
    font-size: 20px;
    line-height: 1.6;
}

.highlight {
    background: #f4caca;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 700;
    color: #1d3b70;
}

.progress-card {
    background: #faf8f5;
    padding: 25px;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #8D000B;
}

.tick-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffe7cc;
    color: #ff7a00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.custom-progress {
    height: 18px;
    border-radius: 20px;
    background: #e8e0d6;
}

.custom-progress .progress-bar {
    width: 25%;
    background: linear-gradient(90deg, #8c3a32, #a45145);
    border-radius: 20px;
}

.join-btn {
    background: #8D000B;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 40px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(168, 0, 0, 0.25);
    transition: 0.3s;
}

.join-btn:hover {
    background: #8e0000;
}

.custom-progress-bar {
    height: 50px;
    background: #e9e1d8;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.08);
}

.progress-fill {
    width: 25%;
    height: 100%;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(135deg, #7c2f28 0%, #8e3a33 40%, #6f2721 100%);
}

.progress-fill::after {
    content: "";
    position: absolute;
    left: -40%;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    transform: skewX(-25deg);
}

/* 11. EXACT DONATION PILL SECTION */
.exact-donation-section {
    position: relative;
    min-height: 520px;
    width: 100%;
    display: flex;
    align-items: center;
    background: #FFF7E8;
    flex-wrap: wrap;
}

.exact-bg-illustration {
    position: absolute;
    right: 0;
    top: 0;
    height: 70%;
    z-index: 0;
    pointer-events: none;
}

.exact-bg-illustration img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.exact-content-grid {
    position: relative;
    z-index: 10;
}

.exact-child-container {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 25%;
    text-align: left;
}

.exact-child-img {
    max-width: 100%;
    height: auto;
}

.exact-cta-area {
    margin-left: 0;
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
}

.exact-main-heading {
    font-weight: 700;
    color: var(--dark-blue-text);
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.exact-main-heading span {
    color: var(--maroon-accent);
}

.exact-sub-heading {
    color: var(--dark-blue-text);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
}

.exact-sub-heading-text1 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.exact-sub-heading-text2 {
    font-size: 1.45rem;
}

.exact-quote-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

.exact-quote-pill {
    background: white;
    border-radius: 60px;
    padding: 18px 45px 18px 65px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.exact-quote-icon-star {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--maroon-accent);
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    font-size: 1.1rem;
}

.exact-quote-text {
    color: var(--dark-blue-text);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.5px;
}

.exact-quote-text span {
    color: var(--maroon-accent);
}

.exact-btn-maroon {
    background-color: var(--maroon-accent);
    color: white;
    border-radius: 50px;
    padding: 13px 40px;
    font-size: 1.25rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.2s;
}

.exact-btn-maroon:hover {
    transform: scale(1.03);
    color: white;
}

.exact-footer-slogan {
    margin-top: 50px;
    color: var(--dark-blue-text);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.exact-footprints {
    color: #b0a090;
    font-size: 1.3rem;
    position: relative;
    top: -2px;
}

.exact-line-separator {
    content: "";
    flex-grow: 1;
    height: 1px;
    max-width: 150px;
    background: radial-gradient(circle, rgba(189, 171, 152, 0.8) 0%, rgba(212, 194, 175, 0) 80%);
}

/* 12. OTHER UTILITIES */
.bluetext {
    color: #0B2C6F;
    font-weight: bold;
    font-size: 16px;
}

.section-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #003060;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.card-featured {
    border-top: 5px solid #8b0000;
}

.icon-circle-detail {
    width: 80px;
    height: 80px;
    border: 2px solid #f2e1e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: #003060;
    background: #fff;
}

.card-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
}

/* 13. FOOTER SECTION */
.footerSection {
    background: #383838;
    padding: 30px 0;
}

.footerSection .footlogo {
    margin-bottom: clamp(15px, 2vw, 20px);
}

.footerSection p {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 300;
    color: #ffffff;
    line-height: normal;
    margin: 0;
}

.btn-collaborate {
  display: inline-flex;
  align-items: center;
  background-color: #8B0000; /* Deep maroon/red */
  padding: 10px 20px 10px 10px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Arial', sans-serif; /* Use a Hindi-supporting font like 'Hind' */
  transition: background-color 0.3s ease;
}

.icon-circle1 {
  background-color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.btn-text {
  color: white;
  font-size: 22px;
  margin-top: 5px;
}

.btn-collaborate:hover {
  background-color: #a00000;
}
.btn-collaboratemobile
    {
        display:none;
    }
/* 14. MOBILE & RESPONSIVENESS (COMBINED) */
.mobile-img {
    display: none;
}

@media(max-width:1023px) {
    .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }
}

@media(max-width:991px) {
    .exact-bg-illustration img {
        height: 30%;
        width: auto;
        object-fit: contain;
    }
    .exact-donation-section {
        min-height: auto;
        padding: 40px 0;
    }
    .exact-child-container {
        position: static;
        width: 70%;
        margin: 0 auto 30px auto;
        text-align: center;
    }
    .exact-cta-area {
        margin-left: 0;
    }
    .exact-quote-text {
        font-size: 1.2rem;
    }
    .exact-quote-pill {
        padding: 15px 30px 15px 55px;
    }
}

@media(max-width:768px) {
    .btn-text
    {
        font-size: 16px;
    }
    [lang="ta"] .btn-text, [lang="ml"] .btn-text
    {
        font-size: 12px;
    }
    .adhik-content
    {
        order:2;
    }
    .btn-collaborate
    {
        display:none;
    }
    .btn-collaboratemobile
    {
        display:block;
        width: 180px;
        padding: 10px;
        margin: 15px auto;
    }
    [lang="ta"]     .btn-collaboratemobile, [lang="ml"] .btn-collaboratemobile {
        margin: 15px 15px;
    }
  .footlogo img
  {
    width: 100%;
  }
    .topbar .container {
        flex-direction: column;
        gap: 10px;
    }
    .hero h3 {
        width: 100%;
        padding-bottom: 15px;
    }
    .hero h2,
    .hero h1 {
        margin-bottom: 10px;
    }
    .badge-wrapper {
        margin-bottom: 15px;
    }
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    .main-heading {
        font-size: 32px
    }
    .solution-title {
        font-size: 32px
    }
    .card-img {
        height: 220px
    }
    .sankalp-card {
        padding: 40px 20px;
    }
    .title {
        font-size: 28px;
    }
    .subtitle {
        font-size: 18px;
    }
}


/* Developer class */
/* Hide checkbox */
.amount-grid .amt input[type="checkbox"],
.operation-box .amt input[type="checkbox"]{
    display:none;
}

/* Normal Box */
.amt{
    border:1px solid #dcdcdc;
    background:#ffffff;
    border-radius:16px;
    padding:10px;
    cursor:pointer;
    transition:0.3s ease;
}

/* Checked / Active */
.amt.active{
    border:2px solid #ff7a00;
    background:#fff3e8;
    box-shadow:0 6px 14px rgba(255,122,0,.12);
}

/* text */
.amt strong{
    display:block;
    font-size:15px;
}
.general-help + span strong {
    font-size: 14px;
}

.amt small{
    display:block;
    margin-top:5px;
    color:#666;
}
.form-subheading
{
    color: var(--maroon-accent);
}
[lang="ta"] .main-para, [lang="kn"] .main-para, [lang="ml"] .main-para, [lang="te"] .main-para
{
    font-size: 16px;
}
[lang="ta"] .main-heading, [lang="kn"] .main-heading, [lang="ml"] .main-heading, [lang="te"] .main-heading
{
    font-size: 36px;
 word-break: break-all;

}
[lang="ta"] .hero h2, [lang="kn"] .hero h2, [lang="ml"] .hero h2 {
    font-size: clamp(36px, 5vw, 36px);
}
[lang="ta"] .hero h3, [lang="kn"] .hero h3, [lang="ml"] .hero h3 {
    font-size: clamp(26px, 4vw, 28px);
}
[lang="ta"] .hero p, [lang="kn"] .hero p, [lang="ml"] .hero p {
    font-size: clamp(18px, 2.4vw, 22px);
    max-width: 75%;
    margin: 0 auto;
}
[lang="ta"] .badge-red
{
    width: 95%;
    padding: 15px;
    font-size: clamp(10px, 1vw, 30px);
}
[lang="ml"] .badge-red {
    width: 100%;
    font-size: clamp(12px, 1vw, 30px);
}

[lang="ta"] .feature-title,[lang="kn"] .feature-title,[lang="te"] .feature-title,[lang="ml"] .feature-title
{
font-size: 16px;
}
[lang="te"] .hero p {
    font-size: clamp(18px, 2.4vw, 26px);
    max-width: 75%;
    margin: 0 auto;
}

@media all and (max-width: 767px){
    [lang="ta"] .hero p, [lang="kn"] .hero p, [lang="ml"] .hero p, [lang="te"] .hero p  {
    font-size: clamp(14px, 2.4vw, 22px);
    max-width: 100%;
    margin: 0 auto;
}
[lang="ml"] .badge-img {
    width: 110%;
    display: block;
    margin-left: -4%;
}
[lang="ml"] .badge-red {
    width: 100%;
    font-size: clamp(10px, 1vw, 30px);
}
[lang="ta"] .main-para, [lang="kn"] .main-para, [lang="ml"] .main-para, [lang="te"] .main-para {
    font-size: 14px;
}
[lang="en"] .btn-collaboratemobile
{
    width: 120px;
}
}

#tippy-1
{
    display: none;
}

.ourAchievements .desc
{
    height: 100%;
}