/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::marker {
    color: #2563EB;
}
body {
  font-family: DM sans-serif, Inter Fallback,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
    
}

/* Top header styles */
/* to be announce badge */
.date-badge.animate-fade-in.tcome.tbadge {
    width: 493px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 0px;
    font-size: 25px;
    font-weight: 500;
}
/* to be announce badge ends */

.top-header {
  width: 100%;
  background-color: #1e43ac;
  color: white;
}
section.hero-section {
    background-image: url(https://yuvasangamrozgaarmela.com/public/image/destopbanner.jpg);
    
    /* background: no-repeat; */
    background-size: contain;
    background-repeat: no-repeat;
   height: 700px;
}
section.hero-section .title ,.info-container{
       color: #ffffff;
    font-size: 50px !important;

}
section.hero-section .subtitle{
    color:#fff;
}
section.hero-section .date-badge {
    background: linear-gradient(135deg, #009bee, #0136a6);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/*.background-shapes {*/
/*    background-image: url(https://color.theentirejob.com/public/image/banner.jpg);*/
    /* background-image: url(C:xampphtdocsrozgarmitrastorage pp/public); */
/*    background-size: cover;*/

}
.header-container {
  max-width: 72rem; /* 6xl equivalent */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 0.75rem; /* gap-3 equivalent */
}
a.btn.btn-primary.tregister {
    width: 490px;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, #1e3c72, #2a5298) !important; /* Blue gradient */
    color: #fff !important;
    border-radius: 0 !important; /* No rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 12px 24px;
    font-weight: 600;
    text-align: center;
    align-items: center;
    text-decoration: none;
}

.logo-img {
  height: 3rem; /* h-12 equivalent */
  width: 3rem; /* w-12 equivalent */
}

.logo-text {
  font-size: 1.125rem; /* text-lg equivalent */
  font-weight: 700;
}

/* Bottom header styles */
.download-btn1 {
  /* margin: 0 auto;
  padding: 14px; */
  font-size: 16px;
  font-weight: 600;
  color: #2653eb;
  /* background: #2563eb; */
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.download-btn:hover {
  text-decoration: underline;
  color: #2563eb;
}
.bottom-header {
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.bottom-header-container {
  max-width: 72rem; /* 6xl equivalent */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 1rem; /* py-3 px-4 equivalent */
}
.poster-image {
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.4); /* Bottom shadow */
  border-radius: 0; /* Optional: keep corners sharp */
  transition: transform 0.3s ease;
}

/* Optional: subtle hover zoom effect */
.poster-image:hover {
  transform: translateY(-2px);
}
.bottom-header-content {
  display: flex;
  align-items: center;
  /* gap: 0.75rem;  */
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.warning-icon {
  flex-shrink: 0;
}

.warning-text {
  color: #92400e;
  font-weight: 700;
}

.download-btn {
  color: #2563eb;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
}

.download-btn:hover {
  color: white;
background-color: #2563EB !important;
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 768px) {
    
  .header-container {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
a.btn.btn-primary.tregister {
    width: 490px;
    justify-content: center;
    display: flex
;
    background: linear-gradient(135deg, #1e3c72, #2a5298) !important;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 12px 24px;
    font-weight: 600;
    text-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    top: 85px;
}
section.hero-section {
    background-image: url(https://yuvasangamrozgaarmela.com/public/image/mobilebanner.jpg);
    
    /* background: no-repeat; */
           background-size: contain;
    background-repeat: no-repeat;
    height: 632px;
   
}
  .logo-text {
    font-size: 1rem;
  }
     .date-badge.animate-fade-in.tcome.tbadge {
        width: 180px;
        position: absolute;
        justify-content: center;
        display: flex;
        border-radius: 9999px;
        font-size: 0.875rem;
        font-weight: 500;
        right: 92px;
        top: 40px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        /* left: 44px; */
    }
    section.hero-section .title, .info-container {
    color: #ffffff;
    font-size: 26px !important;
    position: absolute;
    left: 66px;
    top: 88px;
    right: 3px;
}
.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    top: 21px;
}

img.img-fluid.animate-fade-in-delay-3 {
    position: relative;
    top: 110px;
}
section.hero-section .subtitle {
    color: #fff;
    position: relative;
    top: 115px;
}
    .title {
    font-size: 20px !important;
    position: absolute;
    font-weight: 700;
    line-height: 1.25;
    left: 96px;
    top: 73px;
}
}


  .bottom-header-content {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }


@media (max-width: 480px) {
  .header-left,
  .header-right {
    flex-direction: column;
    text-align: center;
  }

  .warning-text {
    font-size: 0.9rem;
  }
}
/* Hero Section starts here */
/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}

/* Hero section styles */
/* Hero section styles */
.hero-section {
  position: relative;
  background: linear-gradient(to right, #2563eb, #1e40af);
  color: white;
  padding: 4rem 1rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-section {
    padding: 6rem 1rem;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    padding: 8rem 1rem;
  }
}

/* Loading overlay */
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e40af;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loading-pulse-circle {
  width: 4rem;
  height: 4rem;
  background-color: #2563eb;
  border-radius: 50%;
  margin-bottom: 1rem;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.loading-pulse-line {
  height: 1rem;
  background-color: #2563eb;
  border-radius: 0.25rem;
  width: 8rem;
}

/* Background shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
}

.shape-1 {
  top: -10rem;
  right: -10rem;
  width: 20rem;
  height: 20rem;
  background-color: #3b82f6;
  opacity: 0.2;
  filter: blur(3rem);
  animation: pulseSlow 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.shape-2 {
  top: 15rem;
  left: -5rem;
  width: 15rem;
  height: 15rem;
  background-color: #60a5fa;
  opacity: 0.1;
  filter: blur(3rem);
  animation: pulseSlower 6s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.shape-3 {
  bottom: 0;
  right: 25%;
  width: 10rem;
  height: 10rem;
  background-color: #93c5fd;
  opacity: 0.1;
  filter: blur(2rem);
  animation: pulseSlow 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
 .contact-section .header h2 {
    font-size: 26px;
  }

  .contact-section .header p,
  .contact-card p {
    font-size: 15px;
  }

  .contact-section .header h3 {
    font-size: 18px;
  }

  .contact-card {
    padding: 25px 15px;
  }

  .contact-card h3 {
    font-size: 20px;
  }

  .map-container {
    margin-top: 30px;
  }
/* Content grid */
.content-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Text content */
.text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .text-content {
    gap: 1.5rem;
  }
}

/* Date badge */
.date-badge {
  width: fit-content;
  display: inline-block;
  background-color: rgba(59, 130, 246, 0.3);
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Title */
.title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .title {
    font-size: 3.75rem;
  }
}

/* Subtitle */
.subtitle {
  font-size: 1.125rem;
  color: #bfdbfe;
}

@media (min-width: 640px) {
  .subtitle {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 1.5rem;
  }
}

/* Info container */
.info-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .info-container {
    flex-direction: row;
    gap: 1rem;
  }
}

/* Info item */
.info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.info-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #bfdbfe;
  flex-shrink: 0;
}

/* Buttons container */
.buttons-container {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 500;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn:hover {
  transform: scale(1.05);
}

.btn-primary {
  background-color: white !important;
  color: #1d4ed8 !important;
}

.btn-primary:hover {
  background-color: #dbeafe !important;
  color: #1d4ed8 !important;
}

.btn-secondary {
  background-color: #f59e0b !important;
  color: white;
}

.btn-secondary:hover {
  background-color: #d97706;
}

.btn-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

/* Poster container */
.poster-container {
  position: relative;
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Poster shadow */
.poster-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(-1.5rem, -1.5rem);
  background-color: #3b82f6;
  border-radius: 0.5rem;
  opacity: 0.2;
  z-index: 0;
}

/* Poster image */
.poster-image {
  height: 400px;
  width: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  transition: all 0.7s;
}

.poster-image:hover {
  transform: scale(1.05);
}

@media (min-width: 1024px) {
  .poster-image {
    height: 500px;
  }
}

/* Poster date badge */
.poster-date-badge {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  background-color: #2563eb;
  transition: background-color 0.3s;
}

.poster-date-badge:hover {
  background-color: #1d4ed8;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes pulseSlow {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.3;
  }
}

@keyframes pulseSlower {
  0%,
  100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
}

.animate-fade-in {
  opacity: 0;
  animation: fadeIn 0.6s ease-out forwards;
}

.animate-fade-in-delay-1 {
  opacity: 0;
  animation: fadeIn 0.6s ease-out 0.2s forwards;
}

.animate-fade-in-delay-2 {
  opacity: 0;
  animation: fadeIn 0.6s ease-out 0.4s forwards;
}

.animate-fade-in-delay-3 {
  opacity: 0;
  animation: fadeIn 0.6s ease-out 0.6s forwards;
}

.animate-fade-in-delay-4 {
  opacity: 0;
  animation: fadeIn 0.6s ease-out 0.8s forwards;
}

.animate-fade-in-delay-5 {
  opacity: 0;
  animation: fadeIn 0.6s ease-out 1s forwards;
}

/* Hero Section ends here */

/* Stats Section start here */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

/* .stat-section {
  padding: 3rem 0;
  background-color: #fff;
} */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 64rem;
  margin: 0 auto;
}

.stat-item {
  text-align: center;
  padding: 1rem;
}

.stat-number {
  font-size: 2.25rem;
  font-weight: bold;
  color: #0000ff;
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.stat-number.animated {
  opacity: 1;
  transform: translateY(0);
}

.stat-label {
  color: #4b5563;
  font-size: 1rem;
}

/* Medium screens and up */
@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }
}

/* Large screens */
@media (min-width: 1024px) {
  /* .stat-section {
    padding: 4rem 0;
  } */

  .stat-number {
    font-size: 3rem;
  }
}

/* Stats Section ends here */

/*About Section starts here */
/* General Reset */

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  background-color: #f9fafb;
  color: #333;
}

/* Section */
.about-section {
  /* padding: 4rem 1rem; */
  background-color: #f9fafb;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.about-header {
  text-align: center;
  margin-bottom: 3rem;
}

.about-header .badge {
  display: inline-block;
  background: #0000ff;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.about-header h2 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.about-header p {
  font-size: 1rem;
  color: #4b5563;
  max-width: 700px;
  margin: 0 auto;
}

/* Cards */
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.h3line{
            font-size: 20px;
        font-weight: 600;
    }
}
.card .icon {
    margin: 0 auto 1rem auto; /* centers horizontally */
  width: 3rem;
  height: 3rem;
  background: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-bottom: 1rem;*/
}

.card h3 {
    font-size: 18px;
    line-height: inherit;
  /*font-size: 1.25rem;*/
  /*font-weight: bold;*/
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 0.95rem;
  color: #4b5563;
}

/* Responsive Layout */
@media (min-width: 640px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-header h2 {
    font-size: 1.875rem;
  }

  .about-header p {
    font-size: 1.1rem;
  }
}

/*About Section ends here */

/* Schedule Section starts here */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #333;
}

/* Containers */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* Sections */
.schedule-section,
.info-section {
  padding: 00px 00px;
}

.schedule-section {
  background: #fff;
}

.info-section {
  background: #f9fafb;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 28px;
  margin: 10px 0;
  color: #1e293b;
}

.section-header p {
  color: #64748b;
}

.badge {
  display: inline-block;
  padding: 5px 12px;
  background: #dbeafe;
  color: #1d4ed8;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: bold;
}

/* Schedule Box */
.schedule-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}

.schedule-box h3 {
        font-size: 1.5rem;
        line-height: 2rem;
}

.schedule-box p {
  color: #475569;
  margin-bottom: 20px;
}

.icon-lg {
  width: 60px;
  height: 60px;
  color: #2563eb;
  margin-bottom: 15px;
}

.icon-sm {
  width: 16px;
  height: 16px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 9999px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background: #1e40af;
  transform: scale(1.05);
}

/* Tabs */
.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #e5e7eb;
  border-radius: 8px;
  margin-bottom: 20px;
}

.tab-btn {
    flex:1;
  padding: 12px;
  border: none;
  cursor: pointer;
  background: transparent;
  font-weight: bold;
  transition: 0.3s;
}

.tab-btn.active {
  border-radius: 25px;
  background: #fff;
  color: #111827;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hidden {
  display: none;
}

/* Grid Layout */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* Lists */
.checklist li {
  list-style: none;
  margin-bottom: 10px;
}

.checklist li::before {
  content: "✓ ";
  color: #2563eb;
  font-weight: bold;
}

.number-list {
  
  list-style: decimal inside;
}

.info-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 17px 46px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.blue-box {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.green-box {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.yellow-box {
  background: #fffbeb;
  border-color: #fde68a;
}

.info-box h3,
.info-box h4 {
  margin-bottom: 10px;
}

.highlight {
  color: #dc2626;
  font-weight: bold;
}
ul {
  list-style-type: disc; /* Default bullets */
  padding-left: 20px;
}

ul .highlightstar {
  list-style-type: none; /* Remove default bullet */
  position: relative;
  padding-left: 0px; /* Space for star */
}

ul .highlightstar::before {
  content: "★"; /* Star instead of bullet */
  position: absolute;
  left: -20px;
  color: #dc2626; /* Golden star */
  font-size: 18px;
}

/* Schedule Section ends here */

.hidden {
  display: none;
}

.registration-form {
  margin-top: 2rem;
}

/* Add basic styling for buttons */
.tab-btn {
  padding: 0.75rem 1.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

.tab-btn.active {
  background-color: #0000ff;
  color: #fff;
  border-radius: 6px;
}


/* Registration form styles go here */
/* Reset and base styles */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Registration section */
.registration-section {
  /* padding: 4rem 0; */
  background-color: #fff;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #0000ff;
  color: #1e40af;
  margin-bottom: 1rem;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.section-header p {
  font-size: 1.125rem;
  color: #6b7280;
}

/* Tabs */
.tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #e5e7eb;
  border-radius: 0.375rem;
  padding: 0.25rem;
  margin-bottom: 2rem;
}

.tab-button {
  flex: 1;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s;
}

.tab-button.active {
  background-color: #0000ff;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Form styles */
.registration-form {
  display: none;
}

.registration-form.active {
  display: block;
}

.form-section {
  border-top: 1px solid #e5e7eb;
  padding: 1.5rem 0;
}

.form-section h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: black;
}

.hindi-text {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: normal;
}

input,
select,
textarea {
  padding: 0.625rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: border-color 0.2s;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.input-note {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.5rem;
}

/* File upload */
.file-upload {
  border: 2px dashed #d1d5db;
  border-radius: 0.5rem;
  padding: 1.5rem;
  position: relative;
}
.file-uploads {
  border: 2px dashed #d1d5db;
  border-radius: 0.5rem;
  padding: 1.5rem;
  position: relative;
}

.file-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file-uploads input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-upload label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #6b7280;
}
.file-uploads label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #6b7280;
}

.file-upload svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}
.file-uploads svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.download-link {
  color: #3b82f6;
  text-decoration: none;
}

.download-link:hover {
  text-decoration: underline;
}

/* Section header with button */
.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.add-button {
    color: black;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.add-button:hover {
  background-color: #f9fafb;
}

.add-button svg {
  width: 1rem;
  height: 1rem;
}

/* Vacancy and team member items */
.vacancy-item,
.team-member-item {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.vacancy-item h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #1f2937;
}

.remove-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #ef4444;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}

.remove-btn:hover {
  color: #dc2626;
}

.remove-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Submit button */
.submit-button {
  width: 100%;
  padding: 1.125rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background-color: #2563eb;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.submit-button:hover {
  background-color: #1d4ed8;
}

.terms-note {
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 1rem;
}

/* Responsive styles */
@media (min-width: 640px) {
  .section-header h2 {
    font-size: 2.25rem;
  }

  .tab-button {
    font-size: 1rem;
    padding: 1rem;
  }

  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .full-width {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) {
  .registration-section {
    padding: 0rem 0;
  }

  .section-header {
    margin-bottom: 4rem;
  }

  .section-header h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }

  .section-header h2 {
    line-height: 2.25rem;
    font-size: 1.875rem;
  }
}
/* Registration form styles ends here */

/* Job seeker form starts here */
/* Enhanced Job Seeker Form Styles */
#jobseeker-form {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  margin: 2rem auto;
  max-width: inherit;
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

#jobseeker-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #1e40af);
  border-radius: 16px 16px 0 0;
}

.form-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}

.form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 1rem;
}

.form-section h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e2e8f0;
  position: relative;
}

.form-section h3::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #1e40af);
  border-radius: 2px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}

.form-group label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hindi-text {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: normal;
}

input, select, textarea {
  padding: 0.875rem 1rem;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: #ffffff;
}

input:hover, select:hover, textarea:hover {
  border-color: #9ca3af;
}

.input-note {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.5rem;
  font-style: italic;
  line-height: 1.4;
}

/* Enhanced Conditional Fields */
#education-extra, #work-extra, #job-extra {
  grid-column: 1 / -1;
  margin-top: 1rem;
  animation: fadeIn 0.4s ease-out;
}

#education-extra .form-group, 
#work-extra .form-group, 
#job-extra .form-group {
  background-color: #f8fafc;
  padding: 1.25rem;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* Enhanced Skills Checkbox */
.skills-checkbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.5rem;
}

.skills-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  margin-bottom: 0;
  flex-direction: row;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.skills-checkbox label::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.skills-checkbox label:hover::before {
  left: 100%;
}

.skills-checkbox label:hover {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.skills-checkbox input {
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* Custom checkbox styling */
.skills-checkbox input::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #94a3b8;
  border-radius: 6px;
  background: white;
  transition: all 0.3s ease;
}

.skills-checkbox input:checked::before {
  background: #3b82f6;
  border-color: #3b82f6;
}

.skills-checkbox input::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.skills-checkbox input:checked::after {
  opacity: 1;
}

/* Enhanced checked state */
.skills-checkbox input:checked + * {
  color: #1e40af;
  font-weight: 600;
}

.skills-checkbox label:has(input:checked) {
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
  border-color: #3b82f6;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

/* Responsive design */
@media (max-width: 768px) {
  .skills-checkbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}

@media (max-width: 480px) {
  .skills-checkbox {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  
  .skills-checkbox label {
    padding: 1rem 0.8rem;
  }
}

/* Enhanced Submit Button */
.submit-button {
  width: 100%;
  padding: 1.125rem 2rem;
  background: #0000ff;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  position: relative;
  overflow: hidden;
}

.submit-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.submit-button:hover::before {
  left: 100%;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.submit-button:active {
  transform: translateY(0);
}

.terms-note {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.5;
}

/* Enhanced Select Styling */
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  padding-right: 2.5rem;
}

/* Enhanced Textarea */
textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.5;
  font-family: inherit;
}

/* Animation for dynamic content */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  #jobseeker-form {
    padding: 1.5rem;
    margin: 1rem;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .skills-checkbox {
    grid-template-columns: 1fr;
  }
  
  .form-section h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  #jobseeker-form {
    padding: 1rem;
    border-radius: 12px;
  }
  
  .form-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  
  input, select, textarea {
    padding: 0.75rem;
  }
}

/* Special styling for required fields */
input:required, select:required, textarea:required {
  border-left: 3px solid #f59e0b;
}

input:valid, select:valid, textarea:valid {
  border-left-color: #10b981;
}

/* Focus states for accessibility */
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Enhanced file upload styling (if needed for employer form) */
.file-upload {
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #f9fafb;
}

.file-upload:hover {
  border-color: #3b82f6;
  background-color: #f0f9ff;
}

.file-upload label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  font-weight: 500;
}

.file-upload svg {
  color: #9ca3af;
  transition: color 0.3s ease;
}

.file-upload:hover svg {
  color: #3b82f6;
}


/* Job Seeker form ends here  */

/* HallTicketSection starts here  */

/* General Reset */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #f9fafb;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

/* Section */
.hall-section {
  padding: 60px 0;
  background: #ebf5ff;
  border-top: 1px solid #dbeafe;
  border-bottom: 1px solid #dbeafe;
}

/* Header */
.header {
  text-align: center;
  margin-bottom: 30px;
}

.header .badge {
  display: inline-block;
  background: #fee2e2;
  color: #991b1b;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 12px;
  margin-bottom: 15px;
}

.header h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1f2937;
}

.warning-box {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

.warning-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #92400e;
  font-weight: bold;
}

.highlight {
  font-weight: bold;
  /* color: #1d4ed8; */
}

/* Card */
.card {
        align-items: center;
    gap: 19px;
  background: #fff;
  border: 2px solid #bfdbfe;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  margin: 0 auto 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text p {
  color: #4b5563;
  margin-bottom: 20px;
}

.download-btn {
  margin: 0 auto;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #0000ff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.download-btn:hover {
  background: #fff;
}

.secure-text {
  margin-top: 15px;
  font-size: 14px;
  color: #065f46;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

/* Instructions */
.instructions {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.instructions h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.instructions ul {
  list-style: none;
}

.instructions li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #374151;
}

.instructions li span {
  color: #2563eb;
  font-weight: bold;
}

/* Icons */
.icon {
  width: 20px;
  height: 20px;
}

.icon-lg {
  width: 68px;
  height: 68px;
  color: #2563eb;
}

.icon-sm {
  width: 24px;
  height: 24px;
}

.icon-xs {
  width: 16px;
  height: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .header h2 {
    font-size: 22px;
  }
  .card {
    padding: 16px;
  }
  .download-btn {
    font-size: 14px;
    padding: 12px;
  }
  .instructions {
    padding: 15px;
  }
}

/* HallTicketSection ends here  */
li.tip {
    text-align: justify;
    font-weight: 400;
}

/* Contact Section starts here */
/* General Reset */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

/* Section */
.contact-section {
  /* padding: 60px 0; */
  background: #ffffff;
}

/* Header */
.header {
  text-align: center;
  margin-bottom: 40px;
}

.header .badge {
  display: inline-block;
 background: #0000ff;
    color: #fff ;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #93c5fd;
  border-radius: 9999px;
  padding: 5px 12px;
  margin-bottom: 15px;
  transition: background 0.3s;
}

.header .badge:hover {
  background: #bfdbfe;
}

.header h2 {
  font-size: 28px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 15px;
}

.header p {
  font-size: 16px;
  color: #4b5563;
}

/* Contact Card */
.contact-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.icon-circle {
  width: 48px;
  height: 48px;
  background: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon {
  width: 24px;
  height: 24px;
  stroke: #2563eb;
}

.contact-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #1f2937;
}

.contact-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.5;
}

/* Map */
.map-container {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .header h2 {
    font-size: 22px;
  }

  .header p {
    font-size: 14px;
  }

  .contact-card {
    padding: 16px;
  }

  .map-container {
    height: 250px;
  }
}

/* Contact Section ends here */
/*pop-model starts*/
/* --- Modal Styles --- */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: auto !important;
  position: relative;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: popIn 0.3s ease;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  color: #6b7280;
  cursor: pointer;
}

.modal-content h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  color: #1f2937;
}

.modal-content label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color: #374151;
}

.modal-content input {
  width: 100%;
  padding: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  font-size: 1rem;
}

.modal-content input:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

.submit-btn {
  width: 100%;
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 0.7rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #1e40af;
}
/*pop-model ends*/
/* Footer starts here */
/* Reset */

body {
  font-family: Arial, sans-serif;
}

/* Footer */
.footer {
  background: #1f2937; /* gray-800 */
  color: #fff;
  padding: 30px 0;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-inner {
  border-top: 1px solid #374151; /* gray-700 */
  padding-top: 20px;
  margin-top: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
}

.footer-logo {
  height: 32px; /* default size */
  flex-shrink: 0;
}

.footer-inner p {
  font-size: 12px;
  color: #9ca3af; /* gray-400 */
}

/* Responsive */
@media (min-width: 640px) {
  .footer-logo {
    height: 48px; /* larger on bigger screens */
  }
  .footer-inner p {
    font-size: 14px;
  }
}

.invalid-feedback{
  color:red;
}

/* Footer ends here */
