
body {
    font-family: "Anek Devanagari", sans-serif;
}



/*h1 h2 h3 h4 h5 h6 {

    font-family: 
}*/


.nav-gap .nav-link {
    margin-left: 28px;
    font-weight: 500;
    color: #000;
}

.nav-link.active {
    font-weight: 600;
}


.hero-section {
    background-image: url(../../assets/images/banner-bg.png);
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

/*.hero-img {*/
/*    width: 100%;*/
/*    max-width: 520px;*/
/*}*/

.hero-content {
    background: linear-gradient(
    180deg,
    #fffaf1 0%,
    #f7ecd9 35%,
    #f1e1c6 65%,
    #ebd6b5 100%
);
    padding: 50px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.hero-subtitle {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: "Anek Devanagari", sans-serif;
}

.hero-subtitle span {
    color: #FF0000;
}


.btn-primary-new {

    background-color: #FF0000;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    font-family: "Anek Devanagari", sans-serif;
}

.hero-info .info-item {
    font-size: 15px;
    font-family: 'Anek Devanagari';
}

.invite-note {
    font-size: 13px;
    color: #666;
}

.hero-buttons .btn {
    padding: 10px 22px;
    border-radius: 25px;
}

.about-summit-section {
    padding: 90px 0;
    background-color: #fffaf2;
}

.about-img {
    width: 100%;
    max-width: 329px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-title  {
    color: #FF0000;
}

.section-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 16px;
}

.highlight-text {
    color: #FF0000;
}

.about-btn {
    margin-top: 20px;
    padding: 10px 22px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    background-color: #FF0000;
}

.categories-section {
    padding: 90px 0;
    background: #fff6e6;
}

.categories-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.categories-header .line {
    width: 80px;
    height: 2px;
    background: #FF0000;
}

.categories-title {
    background: #FF0000;
    color: #fff;
    padding: 10px 28px;
    border-radius: 6px;
    font-size: 45px;
    font-weight: 700;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}




.category-item {
    background: #f6cfa0;
    border-radius: 14px;
    padding: 18px 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-item h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.nominate-btn {
    position: absolute;
    bottom: 12px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #FF0000;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.category-item:hover {
    padding-bottom: 44px;
}

.category-item:hover .nominate-btn {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Side images */
.category-side-img {
    max-width: 120px;
}

.nominee-modal {
  border-radius: 14px;
  padding: 10px;
}

/* Title */
.modal-title-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.badge-title {
  background: #f9d1a3;
  padding: 6px 18px;
  font-weight: 700;
  font-size: 32px;

}

.red-line {
  height: 2px;
  width: 220px;
  background: red;
}

/* Nominee card */
.nominee-img {
  width: 120px;
  height: 120px;
  background: #f9d1a3;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nominee-img img {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  object-fit: cover;
}

.nominee-card h6 {
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
}

/* Footer */
.nominee-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-text {
  font-size: 38px;
  font-weight: 700;
  color: #ddd;
}

.footer-line {
  flex: 1;
  height: 2px;
  background: red;
  margin: 0 20px;
}

.nominate-btn {
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
}

.nominee-modal {
  border-radius: 14px;
  padding: 10px;
}

/* Title */
.modal-title-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.badge-title {
  background: #f9d1a3;
  padding: 6px 18px;
  font-weight: 700;
  font-size: 20px;
}

.red-line {
  height: 2px;
  width: 220px;
  background: red;
}

/* Nominee card */
.nominee-img {
  width: 120px;
  height: 120px;
  background: #f9d1a3;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nominee-img img {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  object-fit: cover;
}

.nominee-card h6 {
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
}

/* Footer */
.nominee-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-text {
  font-size: 38px;
  font-weight: 700;
  color: #ddd;
}

.footer-line {
  flex: 1;
  height: 2px;
  background: red;
  margin: 0 20px;
}

.nominate-btn {
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
}


/* Modal container */
.nominee-modal {
  border-radius: 14px;
  padding: 10px;
}

/* Header */
.modal-title-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.badge-title {
  background: #f9d1a3;
  padding: 6px 18px;
  font-weight: 700;
  font-size: 31px; 
}

.red-line {
  height: 2px;
  width: 220px;
  background: red;
}

/* Nominee card */
.nominee-img {
  width: 120px;
  height: 120px;
  background: #f9d1a3;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nominee-img img {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  object-fit: cover;
}

.nominee-card h6 {
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
}

/* Footer */
.nominee-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-text {
  font-size: 38px;
  font-weight: 700;
  color: #ddd;
}

.footer-line {
  flex: 1;
  height: 2px;
  background: red;
  margin: 0 20px;
}

/* UNIQUE BUTTON */
.modal-nominate-btn {
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
}

.guests-section {
    padding: 90px 0;
    background: #fff;
}

/* ===== Chief Guest ===== */
.chief-guest-wrapper {
    margin-bottom: 70px;
}

.section-label {
    display: inline-block;
    background: #FF0000;
    color: #fff;
    font-weight: 700;
    padding: 8px 26px;
    font-size: 18px;
    margin-bottom: 30px;
}

/* ===== Guest of Honour ===== */
.honour-guest-wrapper {
    position: relative;
}

.honour-title {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.honour-title::before,
.honour-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 2px;
    background: #FF0000;
}

.honour-title::before {
    left: 0;
}

.honour-title::after {
    right: 0;
}

.honour-title span {
    background: #FF0000;
    color: #fff;
    padding: 6px 24px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.guests-section {
    padding: 80px 0;
    background: #fff;
}


.red-box {
    background: #FF0000;
    color: #fff;
    padding: 8px 26px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
}

.honour-title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.honour-title::before,
.honour-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 2px;
    background: #FF0000;
}

.honour-title::before { left: 0; }
.honour-title::after { right: 0; }

.honour-title span {
    background: #FF0000;
    color: #fff;
    padding: 6px 24px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}


.guest-card {
    margin-bottom: 20px;
}

.guest-img {
    width: 120px;
    height: 120px;
    background: #f4c28a;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
}

.guest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guest-card h4,
.guest-card h6 {
    font-weight: 600;
    margin-bottom: 4px;
}

.guest-card p {
    font-size: 13px;
    color: #666;
}

.chief-guest-section {
    padding-top: 10px;
}

.guest-honour-section {
    padding-left: 40px;
}


.special-guest-section {
    background: #fbf7e8;
    padding: 60px 0;
}

.special-title {
    position: relative;
    margin-bottom: 50px;
}

.special-title span {
    background: #e60000;
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.special-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #e60000;
    z-index: 1;
}


.numbers-section {
    background: #f5f5f5;
    padding: 70px 0;
}

.section-heading {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}

.highlight-text {
    color: #e60000;
    font-weight: 700;
    line-height: 1.2;
}

.normal-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.illustration-img {
    max-width: 100%;
    height: auto;
}





.illustration-img-left {

    width: 100px;
}

.illustration-img-right {

    width: 200px
}

.partner-section {
    padding: 80px 0;
    background: #fff;
}

.partner-card {
    border: 1.5px solid #ff0000;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    position: relative;
}

.partner-card h5 {
    color: #ff0000;
    font-weight: 700;
    margin-bottom: 10px;
}

.partner-card p {
    font-size: 15px;
    margin-bottom: 0;
}

.icon-box {
    width: 44px;
    height: 44px;
    background: #ff0000;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
}




.glimpses-section {
    background: #fbf7e8;
    padding: 80px 0;
}

.glimpses-title {
    text-align: center;
    color: #ff0000;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Tabs */
.glimpses-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: -18px;
    z-index: 2;
    position: relative;
}

.tab {
    padding: 10px 40px;
    border-radius: 14px 14px 0 0;
    font-weight: 600;
    cursor: pointer;
    background: #ddd;
    color: #999;
}

.tab.active {
    background: #fff;
    color: #ff0000;
    border: 2px solid #ff0000;
    border-bottom: none;
}

/* Content Box */
.glimpses-box {
    border: 2px solid #ff0000;
    border-radius: 16px;
    padding: 40px;
    background: #fff;
}

/* Toggle content */
.glimpses-content {
    display: none;
}

.glimpses-content.active {
    display: block;
}

/* Media */
.media-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.media-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.video-box {
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.initiatives-section {
    background: #fbf7e8;
    padding: 90px 0;
}

.initiatives-title {
    text-align: center;
    color: #ff0000;
    font-weight: 700;
    margin-bottom: 60px;
}

/* Card */
.initiative-card {
    background: #fff;
    border: 1.5px solid #333;
    border-radius: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

/* Image */
.initiative-card img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.partners-section {
    background: #fff;
    padding: 90px 0 70px;
}

.partners-title {
    text-align: center;
    color: #ff0000;
    font-weight: 700;
    margin-bottom: 60px;
}

/* Logos */
.partner-logo {
    max-width: 140px;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(0);
}

/* View all */
.view-all-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.view-all-link {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.view-all-link span {
    color: #ff0000;
    margin-left: 6px;
}

.site-footer {
    background: #fbf7ea;
    padding: 70px 0 40px;
}

/* CTA */
.footer-cta {
    margin-bottom: 60px;
}

.partner-btn {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 60px;
    border-radius: 14px;
    text-decoration: none;
}

/* Bottom */
.footer-bottom {
    font-size: 14px;
    color: #000;
}

.footer-links a {
    margin-left: 20px;
    color: #000;
    text-decoration: none;
}

/* Social */
.social-wrap {
    display: inline-flex;
    gap: 12px;
    background: #f7e2c3;
    padding: 6px 14px;
    border-radius: 30px;
}

.social-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.social-wrap {
    display: inline-flex;
    gap: 10px;
    background: #f7e2c3;
    padding: 6px 14px;
    border-radius: 30px;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}


.feature-icon img {
  width: 36px;
}

.side-form {
    position: fixed;
    top: 0;
    width: 420px;
    height: 100vh;
    background: #fff;
    z-index: 1055;
    padding: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    overflow-y: auto;
}

.side-form-left.active {
    left: 0;
}

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-header h4 {
    color: #e60000;
    font-weight: 700;
    font-size: 32px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.side-form label {
    font-size: 14px;
    margin-top: 15px;
    display: block;
}

.side-form input,
.side-form textarea {
    width: 100%;
    padding: 10px;
    background: #e5e5e5;
    border: none;
    border-radius: 6px;
}



.gallery-img {
    max-height: 80vh;
    object-fit: contain;
}

.gallery-video {
    max-height: auto;
    background: #000;
    border-radius: 8px;
}



.initiative-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 15px;

    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.initiative-gallery img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* Show gallery on active */
.initiative-wrapper.active .initiative-gallery {
    opacity: 1;
    max-height: 500px;
}


.gallery-img {
    max-height: 80vh;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.06);
}


.logo-slide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}



.logo-slider {
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    gap: 30px;
    animation: scrollLogos 20s linear infinite;
}

.logo-slide {
    flex: 0 0 25%; /* 4 logos desktop */
    display: flex;
    justify-content: center;
}

@keyframes scrollLogos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Pause on hover */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.initiative-card img {
    max-width: 160px;
    margin: auto;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.initiative-card:hover img {
    transform: scale(1.05);
}



.form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    gap: 12px;
}

.initiatives-section {
    padding: 80px 0;
    background: #fffaf0;
}

.initiatives-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* WRAPPER */
.initiative-wrapper {
    position: relative;
}

/* CARD */
.initiative-card {
    background: #ffffff;
    border-radius: 22px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* LOGO */
.initiative-card img {
    max-width: 80%;
}

/* IMAGE BELOW CARD */
.initiative-below-image {
    margin-top: 14px;
    border-radius: 22px;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.4s ease;
}

.initiative-below-image img {
    width: 100%;
    display: block;
}

/* ACTIVE STATE */
.initiative-wrapper.active .initiative-below-image {
    opacity: 1;
    max-height: 400px;
}




.social-icon.instagram { background: #e1306c; }
.social-icon.facebook { background: #1877f2; }
.social-icon.youtube { background: #ff0000; }


.social-icon.instagram { background: #e1306c; }
.social-icon.facebook { background: #1877f2; }
.social-icon.youtube { background: #ff0000; }


.illustration-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;   /* adjust to design */
  margin: auto;
}

/* Girl – static */
.girl-img {
  width: 55%;
  display: block;
}

/* Boy – animated */
.boy-img {
  position: absolute;
  bottom: 0;          /* aligns feet */
  right: 0;
  width: 55%;
  animation: boyMove 8s ease-in-out infinite alternate;
}

/* Smooth left-right animation */
@keyframes boyMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-35px);
  }
}

/*form css*/

/* Overlay */
#overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 999;
}

/* Side Form */
#nominationForm {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 520px;
  height: 100vh;
  background: #fff;
  z-index: 1111;
  transition: 0.4s ease;
  overflow-y: auto;
}

/* Active State */
#nominationForm.active {
  right: 0;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Header */
.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.form-header h2 {
  color: red;
  font-weight: 700;
  font-family: 'Anek Devanagari';
}

.form-header button {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Form */
form {
  padding: 20px;
}

form label {
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

form input, textarea,
form select {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border-radius: 6px;
  background: #D9D9D9;
  border: 1px solid #ddd;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.full-btn {
  width: 100%;
  margin-top: 25px;
}

.platform-wrap {
  background: #f4f4f4;
  padding: 16px;
  border-radius: 10px;
  margin-top: 12px;
}

.platform-top {
  display: flex;
  align-items: end;
  gap: 18px;
  margin-bottom: 14px;
  font-size: 14px;
}

.label {
  font-weight: 600;
}

/* Radio */
.radio {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.radio input {
  display: none;
}

.radio span {
  width: 16px;
  height: 16px;
  border: 2px solid #FF0000;
  border-radius: 50%;

}
.radio input:checked + span {
  background: #FF0000;
}

/* Inputs */
.platform-inputs {
  display: flex;
  gap: 12px;
}

.platform-inputs input {
  flex: 1;
  background: #dedede;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 14px;
}

.platform-inputs input::placeholder {
  color: #777;
}


/* =================================================
   FORCE STICKY ACTIONS AT BOTTOM (MOBILE ONLY)
   320px – 768px
================================================= */