* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; 
}

.mobile-upi-btn {
  display: none;
}

.top-bar {
  padding: 12px 4vw;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  z-index: 10;
  position: relative;
}

.top-left-logo img {
  max-height: 50px;
  height: auto;
}

.top-right-logo img {
  max-height: 70px;
  height: auto;
}

.hero-img-wrapper {
  position: relative;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.bottom-strip {
  bottom: 315px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 4vw;
  gap: 20px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.form-control, .form-select{
  padding: 10px 12px !important;
}

.kites-badge {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 3;
}

.kites-badge img {
  width: 350px;
  position: absolute;
  height: auto;
  left: 14%;
}

.text-block h3 {
  color: #183661;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 4px;
}

.text-block h4 {
  font-size: 28px;
  color: #183661;
  font-weight: 500;
  margin: 0 0 6px;
}

.text-block p {
  margin: 0;
  color: #606969;
  font-size: 18px;
}

.schedule-wrapper1 {
  max-width: 84%;
  margin: 30px auto;
  background-color: #ffffff;
  padding: 20px 25px 30px;
}

.schedule-wrapper {
  max-width: 84%;
  margin: 30px auto;
  background-color: #ffffff;
  padding: 20px 25px 30px;
}

.day-header {
  background-color: #6190c3;
  color: #ffffff;
  padding: 6px 35px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.session-subtitle {
  font-size: 16px;
  margin-bottom: 15px;
}

.session-subtitle strong {
  font-weight: 600;
}

.table-schedule {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.table-schedule th{
  border: 2px solid #175098;
  font-size: 16px;
  padding: 8px 10px;
  vertical-align: top;
}
.table-schedule td {
  border: 2px solid #175098;
  font-size: 16px;
  padding: 8px 10px;
  vertical-align: top;
}

.table-schedule thead th {
  background-color: #6190c3;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

.table-schedule tbody td:first-child {
  width: 6%;
  white-space: nowrap;
}

.table-schedule tbody td:nth-child(2) {
  width: 22%;
}

.table-schedule tbody td:nth-child(3) {
  width: 23%;
}

.table-schedule tbody td:nth-child(4) {
  width: 30%;
}

.table-schedule tbody td:nth-child(5) {
  width: 14%;
}

.break-row td {
  background-color: #e1f7fe;
  font-weight: 600;
  text-align: center;
}

/* Section with fixed background image */
.event-section {
  background: url("../images/WhiteAbstract.jpg") center center / cover no-repeat fixed;
  padding: 0px 15px;
}

/* Section titles */
.section-title {
  background-color: #18427A;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

/* Circular photos */
.person-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #6693C5;
  margin-bottom: 15px;
}

.person-name {
  font-weight: 700;
  color: #0C86B8;
  margin-bottom: 5px;
}

.person-title {
  font-size: 16px;
  color: #78797E;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
}

.registration-section {
  padding: 30px 15px;
}

.registration-title {
  background-color: #18427A;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  text-align: center;
}

.table-response {
  max-width: 80%;
  margin: 0 auto;
}

.reg-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0 30px;
}

.reg-table th,
.reg-table td {
  border: 2px solid #175098;
  padding: 10px 15px;
  font-size: 18px;
}

.reg-table th {
  background-color: #6190C3;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}

.reg-table td {
  text-align: center;
}

.reg-subbox {
  border: 1px solid #78797E;
  padding: 18px 15px;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
}

.reg-subbox-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.venue-title,
.rsvp-title {
  color: #0C86B8;
  font-weight: 700;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 28px;
}

.venue-text,
.rsvp-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.qr-img {
  max-width: 100%;
}

.upi-logos {
  margin-top: 8px;
}

.account-details {
  font-size: 18px;
  text-align: center;
}

.icons {
  text-align: center;
}
.copy-icon {
  cursor: pointer;
  font-size: 1.1rem;
}

.copy-icon:hover {
  color: #0d6efd;
}
.register-form{
      max-width: 84%;
    margin: 30px auto;
}

.endorsed-strip {
    bottom: 40px;
    max-width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px 0;
}

.endorsed-content {
  flex-wrap: wrap;
  padding: 5px 25px;
}

.endorsed-text {
  font-weight: 600;
  font-size: 16px;
  color: #0C86B8;
}

.endorsed-logo {
  /* height: 40px; */
  object-fit: contain;
}

.register-side-btn {
  position: fixed;
  right: 20px;
  top: 34%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;

  background: #0C86B8; 
  color: #fff;
  padding: 12px 90px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;

  border-radius: 8px 8px 0 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 9999;
}

.register-side-btn:hover {
  background: #6190c3;
  color: #fff;
}

/* Responsive tweaks */
@media(min-width: 993px) and (max-width: 1024px) {
  .kites-badge img {
    width: 250px;
    left: 12%;
  }

  .bottom-strip {
    padding: 4px 4vw;
    bottom: 180px;
  }

  .text-block h3 {
    font-size: 30px;
  }

  .text-block h4 {
    font-size: 24px;
  }
}

@media(min-width: 768px) and (max-width: 991.98px) {
  .kites-badge img {
    width: 220px;
    left: 6%;
  }

  .text-block h4 {
    font-size: 22px;
  }

  .text-block p {
    font-size: 14px;
  }

  .text-block h3 {
    color: #183661;
    font-size: 24px;
  }

  .bottom-strip {
    padding: 0px 4vw;
    bottom: 145px;
  }
}

@media (max-width: 767.98px) {
  .kites-badge {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }

  .kites-badge img {
    width: 220px;
    left: 6%;
  }

  .text-block h4 {
    font-size: 18px;
  }

  .text-block p {
    font-size: 12px;
  }

  .text-block h3 {
    color: #183661;
    font-size: 20px;
  }

  .bottom-strip {
    padding: 0px 4vw;
    bottom: 105px;
  }

  .endorsed-strip {
    bottom: 18px;
  }
}

@media (min-width: 992px) {
  .registration-card {
    padding: 40px 40px 50px;
  }

  .event-card {
    padding: 40px 40px 0px;
  }
}

@media (max-width: 575.98px) {
  .endorsed-logo {
    height: 32px;
}
.endorsed-content {
    flex-wrap: nowrap;
    padding: 5px 10px;
}
.endorsed-text {
    font-size: 10px;
}
  .mobile-upi-btn {
    display: inline-block;
  }
  .table-schedule th, .table-schedule td {
    font-size: 13px;
  }
      .schedule-wrapper {
        padding: 10px 0px 30px;
    }
    .bottom-strip {
    position: static;    
    bottom: auto;       
    box-shadow: none;   
  }
  .kites-badge img {
        width: 140px;
        left: 5%;
    }

  .hero-section {
    overflow: visible;   
  }

  .text-block h3 {
    font-size: 20px;
  }

  .text-block h4 {
    font-size: 13px;
  }

  .text-block p {
    font-size: 11px;
  }
  
  .top-left-logo img {
    max-height: 35px;
  }

  .top-right-logo img {
    max-height: 40px;
  }

  .schedule-wrapper1 {
    padding: 10px 0px 30px;
    margin-top: 40%;
  }

  .section-title {
    font-size: 20px;
  }
}

@media(min-width: 1024.98px) and (max-width: 1430px){

  .kites-badge img {
    width: 300px;
    left: 9%;
}
.text-block h3 {
    font-size: 35px;
}
.text-block h4 {
    font-size: 25px;
}
.bottom-strip {
    bottom: 195px;
  }
}