.text-danger2 {
    color: #dc3545 !important;
}
/* Navbar Styles */
.navbar-brand img {
  height: 70px;
  margin-right: 10px;
}

.fixed-top {
  width: 100%;
  background: #fff;
}

.nav-link {
  font-weight: 600;
  color: #000 !important;
  margin-right: 10px;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -3px;
  background-color: #007bff;
  transition: width 0.3s ease-in-out;
}

.nav-link:hover {
  color: #007bff !important;
}

.nav-link:hover::after {
  width: 100%;
}

.pad {

    padding: 33px 15px;
    width: 100%;
    text-align: center;
}


/* Hero Section */
.hero {
  min-height: 50vh;
  background: linear-gradient(120deg, #c8102e 50%, #2a9df4 50%);
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  margin-top: 100px;
}

.alert + .hero {
    margin: 0;
}
/* Left Buttons */
.custom-btn-yellow {
  background: #ffc107;
  color: #000;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.custom-btn-yellow:hover {
  background: #e0a800;
  transform: scale(1.05);
}

.custom-btn-blue {
  background: #007bff;
  color: #fff;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.custom-btn-blue:hover {
  background: #0056b3;
  transform: scale(1.05);
}

/* Right Side */
.hero-right {
  background: #2a9df4;
  padding: 40px;
  border-radius: 15px;
  position: relative;
}

.hero-logo {
  max-width: 80%;
  height: auto;
}

/* Banking Text (যদি টেক্সট fallback হিসেবে থাকে) */
.banking-text {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #333;
}
.highlight-n {
  color: #c8102e;
  font-size: 60px;
}

.year-badge {
  background: #c8102e;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}

/* Animation */
.custom-btn-yellow, .custom-btn-blue {
  animation: fadeInUp 1s ease-in-out;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}


/* About Section */
.about {
  background: #fff;
  color: #333;
}

.about-logo {
  max-width: 100px;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.underline {
  width: 60px;
  height: 3px;
  background: #c8102e; /* red underline */
  margin: 10px auto 20px;
  border-radius: 2px;
}

.about-text {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.about-btn {
  background: #007bff;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.about-btn:hover {
  background: #0056b3;
  transform: translateY(-3px);
}

/* Competition Section */
.competition-box {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

/* Left Box */
.left-box {
  background: #b54646; 
}


/* Right Box */
.right-box {
  background: #2a9df4; 
}


/* Text */
.competition-box h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.competition-box:hover h3 {
  color: #fffacd; 
}




/* Invite Card */
.invite-card {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 40%, #ffeaea 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.invite-header {
  background: linear-gradient(90deg, #c8102e, #e63946);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: inline-block;
  align-self: center;
}

.invite-body {
  padding: 10px 20px;
}

.invite-body p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.6;
}

.invite-body i {
  color: #c8102e;
  margin-right: 6px;
  font-size: 18px;
}

.divider {
  width: 50%;
  height: 2px;
  background: #c8102e;
  margin: 15px auto;
  border-radius: 2px;
}

/* Right Side Image */
.invite-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.invite-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.event-card {
  background: linear-gradient(135deg, #0569a4, #4facfe);
  color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}



.event-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.event-card p {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Image same height as card */
.event-image {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor-logos li {
  flex: 0 0 25%; /* 4 per row */
  padding: 15px;
  margin: 10px 0;
  border-radius: 12px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor-logos img {
  max-width: 200px;
  height: auto;
  display: block;
}


  .stat-box {
      color: #fff;
      text-align: center;
      padding: 10px 20px;
      font-weight: bold;
    }
    .footer {
      text-align: center;
      padding: 20px 10px;
      font-size: 14px;
    }
    .footer a {
      text-decoration: none;
      color: #000;
      margin: 0 5px;
    }

/* ===========contact page===========*/
.contact-section {
  background-image: url('https://bankingchanakya.com/public/Front/asset/images/Quiz-section.webp');
  padding: 161px 0 80px;
  position: relative;
}

.contact-title {
  color: #fff;
  font-weight: 700;
}

.contact-underline {
  width: 80px;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  border: none;
}

.contact-form-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.contact-form-card {
  background: #fff;
  border-radius: 12px;
}

.btn-submit {
  background: #0099cc;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #0077a3;
}

.form-label {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 18px;
}

.gal{
  padding: 80px 20px;
  text-align: center;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}


/* ===========prize-page===========*/

.prize-card img {
  border-radius: 10px;
  transition: transform 0.3s;
}

.prize-card img:hover {
  transform: scale(1.03);
}


/* ===========quiz-format===========*/

.eligibility-section {
  background: #fff;
  color: #333;
  line-height: 1.8;
}

.eligibility-section h2 {
  color: #111;
}

.eligibility-section .underline {
  width: 120px;
  height: 3px;
  background: red;
  opacity: 1;
  border: none;
}

.eligibility-section p {
  margin-bottom: 20px;
  text-align: justify;
}

.rounds-section {
  background: #f4f4f4;
}

.round-card {
  background: #fff;
  border: 2px solid #d33;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.round-title {
  position: absolute;
  top: -18px;
  left: 20px;
  background: #fff;
  color: #d33;
  font-weight: bold;
  padding: 2px 12px;
  border: 2px solid #d33;
  border-radius: 20px;
}

.round-card p {
  margin-top: 25px;
  font-size: 15px;
  color: #333;
  text-align: justify;
}

.round-card ul {
  margin-top: 10px;
  padding-left: 18px;
  color: #000;
  list-style: none;
}

.round-card ul li {
  margin-bottom: 6px;
}

.zone-block {
  border: 1px solid #ddd;
  padding: 0;
  background: #f9f9f9;
}

.zone-title {
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 6px 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
}

.zone-table {
  border-collapse: collapse;
  background: #fff;
}

.zone-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  font-size: 14px;
  color: #222;
  vertical-align: middle;
  text-align: left;
}



/* ===========Login===========*/
.login-logo {
  max-height: 80px;
}

.red-line {
  width: 60px;
  height: 3px;
  background: red;
  margin: 10px auto;
}

.welcome-banner {
  border: 2px solid red;
  display: inline-block;
  padding: 5px 25px;
  font-weight: 600;
  color: red;
  border-radius: 20px;
  font-size: 14px;
  background: #fff;
}

.login-section .form-control {
  border-radius: 4px;
  font-size: 14px;
}

.btn-submit {
  background-color: #009fbd;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 0;
  font-size: 15px;
}

.btn-footer {
  background-color: #0066ff;
  color: #fff;
  font-size: 13px;
  padding: 6px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.btn-footer:hover {
  opacity: 0.9;
  color: #fff;
}


/* ===========Registration Form===========*/

.chanakya-form {
  max-width: 1200px;
  background: #fff;
}

.chanakya-form h5,
.chanakya-form h4 {
  margin-bottom: 0.5rem;
}

.form-section {
  background: #fafafa;
}

.form-label {
  font-weight: 600;
  font-size: 0.9rem;
}

.form-control,
.form-select {
  border-radius: 4px;
  font-size: 0.9rem;
}

.btn-primary {
  border-radius: 0;
  font-size: 1rem;
  background-color: #007bff;
}

.quiz-container {
    border: 2px solid #f4b400;
    border-radius: 12px;
    padding: 15px;
    max-width: 800px;
    margin: auto;
    background: #f5f5f5;
    font-family: Arial, sans-serif;
  }

  .quiz-header {
    background: #f4b400;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
  }

  .quiz-timer {
    text-align: center;
    font-size: 22px;
    color: red;
    margin: 15px 0;
    font-weight: bold;
  }

  .quiz-question {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
  }

  .quiz-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .option {
    display: flex;
    align-items: center;
    background: #e9ecef;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px;
    transition: 0.2s;
  }

  .option:hover {
    background: #dfe6e9;
  }

  .option span {
    background: #00aaff;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 10px;
    font-weight: bold;
  }

.funkyradio-info input[type="radio"] {
    visibility: hidden;
    opacity: 0;
}

@media(min-width:767px)
{
    .col-md-6.funkyradio-info {
        width: 48%;
        margin-right: 1%;
    }
}

/* === Layout Wrapper === */
.sponsor-table {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* === Each Column === */
.sponsor-column {
  flex: 1 1 300px;
  max-width: 320px;
  border-radius: 16px;
  padding: 2rem 1rem;
  background: #fff;
  border: 3px solid transparent;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sponsor-column:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* === Column Titles === */
.sponsor-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
    font-size: 20px;
}

/* === Logo Grid === */
.sponsor-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* === Logo Box (Equal Size) === */
.sponsor-list li {
  background: #fafafa;
  border-radius: 10px;
  height: 110px;          /* uniform height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsor-list li:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* === Logo Image (same size, centered) === */
.sponsor-list img {
  width: 140px;           /* fixed width for uniformity */
  height: 70px;           /* fixed height */
  object-fit: contain;    /* maintains aspect ratio */
  object-position: center;
}

/* === Column Color Themes === */
.platinum {
  border-color: #E5E4E2;
}
.platinum .sponsor-title {
  color: #666;
}

.gold {
  border-color: #D4AF37;
}
.gold .sponsor-title {
  color: #B8860B;
}

.silver {
  border-color: #C0C0C0;
}
.silver .sponsor-title {
  color: #555;
}



.alert {
    z-index: 9;
    margin-top: 0px;
    margin-bottom: 0;
}
.home .alert
{
    margin-top: 100px;
}

.funkyradio-info.btn.btn-outline-primary.text-start.active {
    background-color: #A52A2A;
    border-color: #A52A2A;
}
.funkyradio-info.btn.btn-outline-primary.text-start:hover
{
    background-color: #A52A2A;
    border-color: #A52A2A;
}
/* ------------------ */
/* Responsive Fixes   */
/* ------------------ */
@media (max-width: 991px) {
  .hero {
    padding: 40px 15px;
    text-align: center;
  }
  .hero-right {
    margin-top: 30px;
    padding: 20px;
  }
  .hero-logo {
    max-width: 60%; 
  }
    .about-title {
    font-size: 26px;
  }
  .about-text {
    font-size: 15px;
    padding: 0 15px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .competition-box {
    min-height: 120px;
  }
  .competition-box h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .custom-btn-yellow,
  .custom-btn-blue {
    width: 100%; 
    text-align: center;
  }
  .hero-logo {
    max-width: 80%;
  }
 .gallery {
 grid-template-columns: 1fr; /* 1 column */
}

.event-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
}
span#vstCnt {
    display: none;
}

