h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: right;
  color: white;
  padding: 2rem;
}
.main-title {
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
   background: linear-gradient(0deg,rgba(106, 104, 107, 1) 0%, rgba(230, 231, 234, 1) 23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  
}

.subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #fbb017;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}
.techsprint-button.button-border {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-shadow: none;
}
.techsprint-button.button-border:not(.button-fill):hover {
  background-color: #444;
  color: #fff;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.registration-text {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #fbb017;

  margin-bottom: 5px;
  background: linear-gradient(
    0deg,
    rgba(235, 91, 72, 1) 0%,
    rgba(251, 176, 23, 1) 72%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.registration-text-organised {
  font-size: 15px;  
  color: #fff;
 margin-bottom: 5px;
  background: linear-gradient(
    0deg,
    rgb(255, 253, 253) 0%,
    #f8da9e 72%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-text {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  letter-spacing: 2px;
}
.event-card {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
}
.event-date {
  background-color: #fecd46;
  color: #000;
  text-align: center;
  padding: 20px;
  min-width: 100px;
}
.event-date .day {
  font-size: 1.5rem;
  font-weight: bold;
}
.event-date .month {
  font-size: 1rem;
}
.event-details {
  padding: 20px;
  flex-grow: 1;
}
.event-details h5 {
  color: #007bff;
  font-weight: 600;
}
.event-details p {
  margin-bottom: 0.5rem;
}
.event-details strong {
  display: block;
  color: #000;
}
.highlights-section {
  background: #fecd46;
  color: white;
}

.blue {
  color: #000000;
  margin-bottom: 10px;
}
.blue span {
  color: #000000 !important;
  border-bottom: 2px solid #000000;
}

.blue-tab .tab-nav.tab-nav2 {
  border-bottom: 1px solid #ffffff;
}

.blue-tab .tab-nav.tab-nav2 li.ui-state-active a {
  border-radius: 6px 6px 0px 0px;
  background: #000000;
  color: #ffffff;
}

.blue-tab .tab-nav.tab-nav2 li {
  border-radius: 6px 6px 0px 0px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #ffffff;
}

.card-text {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Highlights Section */
.highlights-section {
  background: #fecd46;
  color: white;
}

.highlights-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2rem;
}

.day-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.tab {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 30px;
  margin: 0 2px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.tab.active {
  background-color: #fecd46;
}

.tab:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.highlights-grid {
  background-color: white;
  padding: 2rem;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.highlight-card {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.highlight-card:hover {
  transform: scale(1.05);
  cursor: default;
}

.card-img {
  width: 100%;
  height: auto;
}

.card-overlay {
  border-radius: 0 0 15px 15px;
  background-color: #fecd46;
  color: white;
  padding: 1rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.card-overlay h5 {
  margin: 0;
  font-size: 13px;
  color: #000000;
  width: 90%;
  padding-right: 20px;
  font-weight: 600;
}

.arrow-btn {
  background-color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.lpu-link-btn-white {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  box-shadow: inset 0 -4px 0 #000000;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: max-content;
  height: 45px;
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s ease-in;
}
.lpu-link-btn-white:hover {
  background-color: #000000;
  color: #ffffff;
  box-shadow: inset 0 -4px 0 #000;
}
.slider {
  background-image: url(images/slider.jpg);
    background-size: cover;
    padding: 200px 0;
    background-repeat: no-repeat;
}

.slider h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
}

.slider span.h1 {
  color: #fff !important;
  font-size: 22px;
  font-weight: 600;
  background: #093e56;
  padding: 5px 10px;
  margin-bottom: 35px;
  display: block;
}

.slider h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.slider span.h2 {
  display: block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.btn-register {
  background: #e66634;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 20px;
}

.img-overlap img {
  width: calc(100% + 30%);
  max-width: none;
}
.h-100 {
  height: 100% !important;
}

.section-color {
  background: #fffbf8;
}

.welcome-content {
  padding: 30px;
  text-align: center;
  color: #fff;
  background-color: #093e56;
}

.welcome-content h3 {
  font-size: 42px;
  color: #fff;
}
.welcome-pad {
  padding: 0;
}
.welcome-content p {
  /* text-align: justify;
    font-size: 16px; */
  margin: 0;
  line-height: 27px;
}

.welcome-dates {
  border-top: 2px solid #093e56;
  border-bottom: 2px solid #093e56;
  background: #f7f5f1;
  margin-top: 50px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.welcome-dates .content {
  padding: 0 15px;
}

.welcome-dates .heading {
  color: #f98038;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.welcome-dates .dates {
  color: #525560;
  font-size: 20px;
  font-weight: 400;
}

.competition h2 {
  color: #093e56;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0;
}

.competition p {
  color: #093e56;
  font-size: 18px;
}

.competition .comp-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  grid-column-gap: 15px;
}

.competition .comp-wrap li {
  margin-bottom: 15px;
  cursor: pointer;
}

.competition .comp-content {
  display: flex;
  flex-direction: column;
}

.competition .comp-content .comp-name {
  background: #093e56;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.schedule {
  background: #d9d9d9;
  padding: 35px;
}

.schedule h2 {
  color: #093e56;
  font-size: 42px;
}

.schedule .image-cont {
  position: relative;
  text-align: right;
}

.schedule .image-cont img {
  position: relative;
  margin-top: 50px;
  z-index: 1;
  margin-right: 20px;
}

.schedule table {
  border: 0;
  text-align: center;
}
.schedule table th {
  background: #ffeedf;
  padding: 15px 0;
  border: 1px solid #ffe3ca;
}
.schedule table td {
  border: 1px solid #ffe3ca;
  padding: 15px;
}

.schedule table tr:nth-child(even) {
  background: #fff9f4;
}

.schedule table tr:nth-child(odd) {
  background: #fff;
}

.schedule .image-cont .img-shadow {
  background: #093e56;
  width: 70%;
  height: 98%;
  position: absolute;
  top: 0;
  right: -35px;
  z-index: 0;
}

.query {
  background-image: url(images/query-bg.jpg);
  padding: 30px 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.query .query-contect {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.query h1 {
  color: #093e56;
  font-size: 34px;
  margin-right: 15px;
  margin-bottom: 0;
}

.query a {
  background: #e66634;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
}

@media (max-width: 1024px) {
  .competition .comp-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  .query h1 {
    font-size: 28px;
  }
}
@media (max-width: 770px) {
  .img-overlap img {
    width: 100%;
  }
  .event-date .day {
    font-size: 1.5rem;
    font-weight: normal !important;
    padding-bottom: 10px;
  }
  .event-card {
    padding-bottom: 15px;
  }
  .competition .comp-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .schedule h2 {
    font-size: 34px;
  }
  .schedule .image-cont img {
    width: 100%;
  }
  .schedule .image-cont .img-shadow {
    width: 85%;
  }

  .welcome-dates {
    flex-direction: column;
  }

  .welcome-dates .content {
    padding: 15px;
  }
  .competition h2 {
    font-size: 36px;
  }

  .slider h1 {
    font-size: 50px;
  }

  .slider span.h1 {
    font-size: 18px;
    width: max-content;
    margin: 0 auto;
  }

  .slider h2 {
    font-size: 30px;
  }

  .slider span.h2 {
    font-size: 15px;
  }

  /* .welcome-content h3{
    font-size: 28px;
}
.welcome-content p{
    font-size: 14px;

} */
  .query {
    flex-direction: column;
    text-align: center;
    background-size: cover;
  }
  .query h1 {
    font-size: 25px;
    margin: 0;
    padding: 0 20px;
  }
}

@media (max-width: 400px) {
  #slider{
padding:40px 0;
  }
  .img-overlap img {
    width: 100%;
  }
  .event-date .day {
    font-size: 1.5rem;
  }
  .schedule h2 {
    font-size: 25px;
  }
  .competition .comp-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .container {
    padding: 0 15px !important;
  }

  .schedule .image-cont .img-shadow {
    width: 90%;
  }
  .welcome-dates .heading,
  .welcome-dates .dates {
    font-size: 16px;
  }
  .competition h2 {
    font-size: 28px;
  }
  .welcome-pad {
    padding: 0 15px;
  }

  .slider h1 {
    font-size: 40px;
  }

  .slider span.h1 {
    font-size: 15px;
  }

  .slider h2 {
    font-size: 20px;
  }

  .slider span.h2 {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* popup css */
.competitions .modal-header {
  position: relative;
  align-items: center;
}

.competitions .modal-header a {
  position: absolute;
  right: 8%;
  background: #e66634;
  padding: 0.55rem 1rem;
  font-weight: 700;
  display: block;
  color: #fff;
}

.competitions .modal-header .close {
  position: absolute;
  right: 20px;
}

.competitions .modal-title {
  font-size: 30px;
  font-weight: 600;
}

.competitions .modal-body {
  padding: 15px 80px !important;
  margin-bottom: 25px;
}

.competitions .nav.nav-tabs {
  margin-bottom: 25px;
}

.gpsw {
  width: 75%;
  max-width: 100%;
}

.gpsw .modal-body {
  height: 500px;
  overflow-y: scroll;
}

.modal .modal-body ul {
  list-style: none;
  padding-left: 40px;
}

.modal .modal-body ul li:before {
  content: url(images/widget-link.png);
  position: absolute;
  left: -20px;
}

.modal .modal-body ul li {
  margin-bottom: 15px;
  position: relative;
}
@media(max-width:1450px){
.slider {
    padding: 50px 0;
}
.slider h1 {
    font-size: 50px;
}
}
@media (max-width: 1370px) {
  .gpsw {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .competitions .modal-body {
    padding: 15px !important;
  }
    .slider h1 {
        font-size: 40px;
    }
    .lpu-link-btn-white {
    padding: 0px 18px;
    font-size: 14px;
}

}

@media (max-width: 1030px) {
  .gpsw {
    width: 90%;
  }
      .slider {
        padding: 20px 0;
    }
        .slider h1 {
        font-size: 30px;
    }
    .subtitle, .registration-text, .registration-text-organised {
    font-size: 14px;
    }
    .lpu-link-btn-white {
        height: 40px;
        line-height: 35px;
        font-size: 13px;
    }

}

@media (max-width: 991px) {
  .gpsw {
    width: 95%;
  }
        #slider{
padding:40px 0;
  }
 .hero-content:after{
    position: absolute;
    background: rgba(0, 0, 0,0.7);
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
  }
  .main-title {
    text-shadow: none;
    background: transparent;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;

}
.slider h1{
  font-size: 25px;
}
}

@media (max-width: 575px) {
  .competitions .modal-header {
    flex-direction: column;
    align-items: end;
  }

  .competitions .modal-title {
    font-size: 20px;
    width: 100%;
  }

  .competitions .modal-header a {
    position: relative;
    right: 0;
    margin-top: 15px;
  }
}
