@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

:root {
    --main-color: #f76f00;
    /* Punjabi saffron */
    --text-color: #2b2b2b;
    /* Deep blue */
    --hover-bg: #f8f9fa;
}

.bg-off {
    background-color: #e9eef6;
}

.text-main {
    color: #2b2b2b;
}

/* Font Styling */
body {
    font-family: "Roboto", sans-serif;
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.mainColor {
    color: #f76f00;
}

h2 span,
h1 span {
    font-family: "Roboto", sans-serif;

}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    color: var(--text-color) !important;
    padding: 10px 20px !important;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

/* Dropdown Menu */
.dropdown-menu {
    border: none;
    border-radius: 8px;
    padding: 0.5rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.dropdown-item {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    transition: background 0.3s;
}

a {
    outline-offset: none !important;
    outline: unset !important;
}

.mainLogo {
    max-width: 300px;
}

.btn-dark-main {
    padding: 15px 30px;
    color: #fff;
    background: #2b2b2b;
    font-weight: 500;
    font-size: 15px;
}
.btn-dark-main:hover{
    color: #fff;
    background: linear-gradient(45deg, #F47D00, #F5BD60);
    font-weight: 500;
}

.btn-main {
    padding: 15px 30px;
    color: #fff;
    background: linear-gradient(45deg, #F47D00, #F5BD60);
    font-weight: 500;
    font-size: 15px;
}

.bg-main {
    background: linear-gradient(45deg, #F47D00, #F5BD60);

}

.btn-main:hover {
    color: #fff;
    background-color: #e76800;
}

.backgroundTop {
    background: url(../../../../uploads/2025/11/nohat_upscaled_x2_4kndeY-scaled.html);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom center;
}

.backgroundTop::after {
    content: "";
    background-color: #000000d1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.eventBg{
        background: url(../img/ravindra-singh-locksabha.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
h2 {
    font-weight: 700;
}

.z-2 {
    z-index: 2;
    position: relative;
}

.mainHeading {
    font-weight: 800;
    /* text-transform: uppercase; */
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 6px #706f6f7a;
}

.gra-text {
    background: linear-gradient(45deg, #F47D00, #F5BD60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent !important;
    color: transparent !important;
    text-shadow: none !important;
}

.boxSocial {
    height: 45px;
    width: 45px;
    line-height: 1;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    backdrop-filter: blur(10px);
    background-color: #ffffff08 !important;
    border: 1px solid #fff3 !important;
}

.bg-bluesh {
    background-color: #FFF8EA;
}

.sideGradiend::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to Right, #fff8ea 30%, #fff8ea00);
    z-index: 2;
}

.sideGradiend {
    position: relative;
}

.sideGradiend::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to Left, #fff8ea 30%, #fff8ea00);
    z-index: 1;
}

.slideImg {
    border-radius: 50%;
    border: 4px solid #fff;
}

.card-style-1:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.card-style-1 {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.card-style-1 .card-image {
    border-radius: 10px;

    overflow: hidden;
}

.card-style-1 .card-image a {
    display: block;
}

.card-style-1 .card-image img {
    width: 100%;
}

.card-style-1 .card-content {
    padding: 18px;
}

.fs-14 {
    font-size: 14px;
}

.oran-img {
    height: 140px !important;
    width: 140px !important;
    top: -70px;
    border: 10px solid #fff8ea;
    border-radius: 50%;
    padding: 0;
    background-color: #fff8ea;
}

.timeline {
    position: relative;
}

/* dashed background line */
.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    border-left: 3px dashed #f47e005c;
    pointer-events: none;
}

/* solid progress line (fills on scroll) */
.timeline-progress {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 0;
    background: #F47D00;
    transition: height 0.6s ease-out;
    pointer-events: none;
}

/* ─────────────────────────────────────────────── Items */
.timeline-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease-out;
    position: relative;
}

.timeline-item.active {
    opacity: 1;
    transform: none;
}

/* little connector dot */
.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 3px solid #F47D00;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #F47D00; */
    font-size: 20px;
    color: #F47D00;
}
.card-style-1 .card-image{
	width: 100%;
}
.card-style-1 .card-image a{
	width: 100%;
}
.card-style-1 .card-image img{
	height: 223px;
    object-fit: cover;
}
/* alternate side layout on ≥ md */
@media (min-width: 768px) {
    .timeline-item:nth-child(odd) .timeline-content {
        order: 1;
        padding-right: 3rem;
        text-align: right;
    }

    .timeline-item:nth-child(odd) .timeline-img {
        order: 2;
    }

    .timeline-item:nth-child(even) .timeline-content {
        order: 2;
        padding-left: 3rem;
        text-align: left;
    }

    .timeline-item:nth-child(even) .timeline-img {
        order: 1;
    }
}

.rounded-12 {
    border-radius: 12px;
}

.iconImg {
    max-height: 60px;
}

.video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* Ensures fixed 16:9 ratio */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #000;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0000008f;
    border: none;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    z-index: 2;
    height: 70px !important;
    width: 70px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.3s;
    border: 1px solid #F47D00;
}

.play-btn:hover {
    background-color: #000000ce;

    color: #fff;
}

.video-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.form-control,
.form-select {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 6px;
    color: #1a3557;
    font-size: 16px;
    padding: 0.6rem 1rem;
    box-shadow: none !important;
    transition: border-color 0.2s;

}

.form-control:focus,
.form-select:focus {
    border-color: #F47D00;
    background: #fff;
    color: #1a3557;
    outline: none;
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2em;
}

/* --- News Cutting Card --- */
.custom-news-card {
    border: 1.5px solid #e3eaf7;
    border-radius: 8px;
    background: #fff;
    transition: transform 0.18s, border-color 0.18s;
    cursor: pointer;
    box-shadow: none !important;
}

.custom-news-card:hover {
    border-color: #F47D00;
    transform: translateY(-4px) scale(1.02);
}

.news-img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    transition: filter 0.2s;
}

.zoom-btn {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2b2b2b;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
}

.zoom-btn:hover {
    background: #2b2b2b;
    color: #fff;
}

/* --- News Lightbox --- */
.news-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-lightbox.d-none {
    display: none !important;
}

.news-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(30, 48, 80, 0.85);
    z-index: 1;
    animation: fadeIn 0.2s;
}

.news-lightbox-content {
    position: relative;
    background: #fff;
    border-radius: 18px;
    max-width: 90%;
    width: 95vw;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    z-index: 2;
    box-shadow: 0 8px 32px rgba(42, 91, 180, 0.13);
    animation: popIn 0.2s;
}

.news-lightbox-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: #f6faff;
    border: none;
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    color: #2b2b2b;
    font-size: 1.1rem;
    z-index: 3;
    transition: background 0.2s, color 0.2s;
}

.news-lightbox-close:hover {
    background: #2b2b2b;
    color: #fff;
}

.news-lightbox-header {
    border-bottom: 1px solid #e3eaf7;
    font-size: 1rem;
    color: #2b2b2b;
    background: #f6faff;
    border-radius: 18px 18px 0 0;
}

.news-lightbox-img-wrap {
    padding: 1.2rem 0 0.5rem 0;
    flex: 1 1 auto;
    height: 100%;
    overflow-y: auto;
}

.news-lightbox-img-wrap img {
    max-width: 100%;
    max-height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(42, 91, 180, 0.08);
}

.news-lightbox-footer {
    border-top: 1px solid #e3eaf7;
    background: #f6faff;
    border-radius: 0 0 18px 18px;
    gap: 1rem;
}

.btn-main-light {
    background: #eaf3ff;
    color: #2b2b2b;
    border: none;
    font-weight: 500;
    padding: 0.45rem 1.2rem;
    transition: background 0.18s, color 0.18s;
}

.btn-main-light:hover {
    background: #2b2b2b;
    color: #fff;
}


/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bg-darkest {
    background: #1a1a1a;
    color: #fff;
}

.shorts .video-card2 {
    aspect-ratio: 9 / 16;
    border: 2px solid #F47D00;
}

.footer-section {
    background-color: #2b2b2b;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: unset
}

.navbar-light .navbar-toggler {
    color: #1a1a1a;
    font-size: 25px;
}

@media (max-width: 575.98px) {
    .mainLogo {
        max-width: 200px;
    }
    .start-m-0{
        left: 0;
    }
    .timeline-line{
        display: none;
    }
    .timeline-progress {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .timeline-line{
        display: none;
    }
    .timeline-progress {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (max-width: 991.98px) {
    .collapse:not(.show) {
        display: block !important;
    }

    .mobileMenu {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        width: 80%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
        z-index: 1000;
        transform: translateX(-110%);
        transition: all 0.4s ease;
        overflow-y: auto;
        height: 100%;
        padding-bottom: 20px;
    }

    .mobileMenu.active {
        transform: translateX(0);
    }

    .mobileMenu .nav-item {
        width: 100%;
    }
    .mainHeading{
        text-align: center;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}








.news-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.news-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.news-lightbox-content {
  position: relative;
  z-index: 10000;
  background: #fff;
  margin: 5% auto;
  box-shadow: 0 5px 25px rgba(0,0,0,0.4);
}
.news-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 18px;
}
.news-lightbox-prev, .news-lightbox-next {
  cursor: pointer;
}







.video-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-lightbox-content {
  width: 80%;
  max-width: 900px;
}
.video-lightbox-backdrop {
  position: absolute;
  inset: 0;
}
.video-lightbox iframe {
  width: 100%;
  height: 100%;
  border: none;
}






:root{
  --main-color: #F47D00;
  --main-grad: linear-gradient(45deg,#F47D00,#F5BD60);
  --text-color: #2b2b2b;
  --card-border: #e3eaf7;
}


.invite-wrapper {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
}

.invite-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 22px;
}


.invite-categories {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.invite-box {
  flex: 1 1 160px;
  min-width: 140px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1.5px solid #efefef;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--text-color);
  transition: all .25s ease;
  box-shadow: 0 4px 18px rgba(11,22,50,0.04);
}

.invite-box:hover { transform: translateY(-4px); border-color: var(--main-color); }

.invite-box.active {
  background: var(--main-grad);
  color: #fff;
  box-shadow: 0 8px 30px rgba(244,125,0,0.18);
  border-color: transparent;
}

#invite-form {
  display: none;
  background: #fff;
  padding: 26px;
  border-radius: 14px;
  border: 1.5px solid var(--card-border);
  box-shadow: 0 8px 30px rgba(8,25,65,0.04);
}


.invite-label{ display:block; font-weight:600; margin-bottom:8px; color:var(--text-color); }
.invite-input, .invite-textarea {
  width:100%;
  padding:12px 14px;
  border-radius:8px;
  border:1.5px solid var(--card-border);
  margin-bottom:16px;
  font-size:15px;
  resize:vertical;
}

.invite-input:focus, .invite-textarea:focus { border-color: var(--main-color); outline:none; box-shadow: none; }

.helper-row { display:flex; gap:12px; align-items:center; margin-bottom:12px; flex-wrap:wrap; }
.helper-note { color:#666; font-size:14px; }

.invite-btn {
  width:100%;
  padding:14px;
  border-radius:10px;
  background: var(--main-grad);
  color:#fff;
  font-weight:700;
  font-size:16px;
  border:none;
  cursor:pointer;
  transition: transform .18s;
}
.invite-btn:hover{ transform: translateY(-3px); }


.invite-success {
  background: #e8f9ee;
  border-left: 4px solid #2bb673;
  padding:12px 14px;
  border-radius:8px;
  margin-bottom:18px;
  color:#1a5a36;
}

@media (max-width: 767px) {
  .invite-title { font-size:22px; }
  .invite-box { font-size:15px; padding:12px; }
  .invite-wrapper { padding:12px; }
  #invite-form{ padding:18px; }
}