/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      background: #fff;
    }

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


.event-header {
    width: 100%;
    height: 550px;
    padding: 3rem 0 0 0;
    font-family: 'Segoe UI', sans-serif;
    background: url(images/header-shape.jpg) #2155a0 no-repeat right 20px;
}

.event-header .container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 170px;
    padding: 0 20px;
    position: relative;
}

.event-left {
  flex: 1;
}

.event-left .online-block {
    display: flex;
    gap: 6rem;
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
}

.online-block span .fa-circle{width: 12px; height: 12px; color: #71c041;}

.online-block span span {
    width: 11px;
    height: 11px;
    background-color: #70c141;
    border-radius: 90px;
    float: left;
    margin: 4px 8px 0 0;
}

.event-left .online-block i {
  margin-right: 5px;
}

.event-left h1 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.event-left p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 25px;
}

.event-left h1, p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-left a {
    background-color: #70be44;
    color: #fff;
    padding: 12px 24px;
    border-radius: 90px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
    font-size: 18px;
}

.event-left a:hover {
  background-color: #58a52c;
}

.event-left a i{
	margin-right: 5px;
    color: #fff;
}



.card-crawler{margin: 5rem 0;}
.card-slider{padding-bottom: 3rem;}
.card-slider h2 {
	font-size: 32px;
    margin-bottom: 10px;
}
.card-slider p{font-size: 1.1rem;}

.car-slider p.subtitle {
      color: #666;
      max-width: 800px;
      margin-bottom: 40px;
    }

    .slider-container {
      position: relative;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }

    .arrow {
     width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #004aad;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 20px;
    }

    #prev{position: absolute; top: -60px; right: 70px;}
    #next{position: absolute; top: -60px; right: 0;}

    .slider {
      display: flex;
      gap: 20px;
      overflow: hidden;
      width: 100%;
      max-width: 1400px;
    }

.card {
    position: relative;
    min-width: 382px;
    height: 400px;
    color: white;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.badge2 {
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.badge2 i{color: #71c043;}

    .badge.past {
      background: #198754;
    }

    .badge.upcoming {
      background: #fff;
    }

    .card-content {
      z-index: 2;
    }

    .card-content .date {
      font-size: 14px;
      margin-bottom: 10px;
    }

.card-content p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.card-content a {
    background: #0254a6;
    padding: 10px 20px;
    border-radius: 90px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
}





    .page-wrapper {
  display: flex;
  gap: 30px;
}

/* Filter Sidebar */
.filter-area {
    background: #fff;
    width: 300px;
    border-radius: 10px;
    flex-shrink: 0;
}
.filter-area h3 {
  margin-top: 20px;
  font-size: 16px;
}
.filter-area ul {
  list-style: none;
  padding-left: 0;
}
.filter-area ul li {
  margin-bottom: 8px;
  font-size: 14px;
}
.topics span {
  display: inline-block;
  background: #f1f1f1;
  padding: 6px 10px;
  margin: 5px 5px 0 0;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
}

/* Events Grid */
.event-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.event-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  position: relative;
}
.event-card img {
  width: 100%;
  height: auto;
}
.event-content {
    padding: 20px;
    position: relative;
}
.event-date {
    color: #093c75;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
}
.event-title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-desc {
    font-size: 1.2rem;
    color: #0c0c0c;
    margin: 40px 0 35px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-footer a {
    background: #2155a0;
    color: #fff;
    padding: 14px 30px;
    border-radius: 90px;
    text-decoration: none;
    font-size: 16px;
}
.badge {
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 5px;
    color: #2155a0;
    font-weight: 600;
}

.status-online span {
    width: 11px;
    height: 11px;
    background-color: #70c141;
    float: left;
    border-radius: 90px;
    margin: 7px 10px 0 0;
}

.status-online i{color: #70c043;}

/* Mobile Filter Slide */
.filter-toggle {
  display: none;
  margin-bottom: 20px;
  background: #0056c5;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.filter-toggle i {
  margin-right: 5px;
}
.filter-area.mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 9999;
}
.filter-area.mobile.active {
  left: 0;
}


.event-header .container > div{width: 50%;}
.event-right {
    position: relative;
    width: 400px !important;
    height: 400px;
    overflow: hidden;
    border: 11px solid #80cfff;
    border-radius: 50px;
    margin: 95px 60px 0 0;
    transform: rotate(45deg);
}

.event-right img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-45deg) scale(1.4);
    transform-origin: center center;
}

.event-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* responsive ke liye */
}

.event-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px; /* thoda gap */
}


@media (max-width: 768px) {
  .event-left, .event-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}






.archive-block{
  width: 100%;
  float: left;
    margin-top: 2rem;
}
.archive-block a{
    padding: 10px 20px 13px 20px;
    background-color: #2155a0;
    border:2px #2155a0 solid;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
    border-radius: 90px;
    font-size: 16px;
    text-decoration: none;
}
.archive-block a:hover{
    background-color: transparent;
    border:2px #2155a0 solid;
    color: #2155a0;
}



.event-show-area{width: 100%; float: left;}
.arch-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3rem 0;
    background-color: #2155a0;
    margin-bottom: 3rem;
    color: #fff;
    font-size: 1.4rem;
}



.slider2 {
      position: relative;
      max-width: 90%;
      margin: auto;
      overflow: hidden;
    }

    .slides2 {
      position: relative;
      width: 100%;
    }

    .slide2 {
      display: none;
      width: 100%;
      height: 560px;
    }

    .slide2.active2 {
      display: block;
    }

    .controls2 {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      z-index: 2;
    }

    .controls2 button {
      background: #fff;
      color: #333;
      border: none;
      padding: 12px;
      cursor: pointer;
      font-size: 20px;
    }

.wow-slider {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 50px;
}

.filter-listing-area{margin-bottom: 5rem;}


.hero__excerpt a{
    background-color: #70be44;
    color: #fff;
    padding: 12px 24px;
    border-radius: 90px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
    font-size: 18px;
}  
.hero__excerpt a:hover {
    background-color: #58a52c;
}