.eventsAndwebinars-banner {
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.eventsAndwebinars-banner .eventsAndwebinars-banner-content {
  position: absolute;
  top: 41%;
  width: 900px;
}
.eventsAndwebinars-banner h3 ,.eventsAndwebinars-banner h1{
  font-weight: bold;
  font-size: 80px;
  color: #087FE7;
  line-height: 88px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.eventsAndwebinars-banner .detailBlog-search-container {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin-top: 20px;
  background: #fff;
  border-radius: 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 76px;
}
.eventsAndwebinars-banner .detailBlog-search-container .detailBlog-search-input {
  width: 85%;
  min-height: 76px;
  padding: 0 20px;
  border: none;
  font-size: 16px;
  border-radius: 60px;
}
.eventsAndwebinars-banner .detailBlog-search-container .detailBlog-search-input::placeholder {
  color: #999;
}
.eventsAndwebinars-banner .detailBlog-search-container .detailBlog-search-input:focus {
  outline: none;
}
.eventsAndwebinars-banner .detailBlog-search-container .detailBlog-search-button {
  width: 15%;
  padding: 24px;
  margin: 0 8px 0 0;
  border: none;
  border-radius: 60px;
  background: #0066FF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.eventsAndwebinars-banner .detailBlog-search-container .detailBlog-search-button:hover {
  background: #0052cc;
}
.eventsAndwebinars-banner .detailBlog-search-container .detailBlog-search-button img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.eventsAndwebinars-main {
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.15) 0%, rgba(253, 253, 253, 0.15) 100%);
}
.eventsAndwebinars-main .eventsAndwebinars-main-content {
  padding-top: 142px;
  padding-bottom: 90px;
}
.swiper {
  border-radius: 16px;
  box-shadow: 0px 10px 60px 1px rgba(46, 61, 98, 0.1);
}
.swiper-slide .event-slide-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 80px 132px 74px 132px;
  background-color: white;
}
.swiper-slide .event-slide-content .event-info {
  flex: 1;
}
.swiper-slide .event-slide-content .event-info .event-tag {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #2788FF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.swiper-slide .event-slide-content .event-info .event-title {
  margin-bottom: 60px;
  font-size: 36px;
  color: #1A1A1A;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: block;
  font-weight: bold;
}
.swiper-slide .event-slide-content .event-info .event-title:hover {
  color: #087FE7;
}
.swiper-slide .event-slide-content .event-info .event-meta {
  display: flex;
  gap: 24px;
  margin-bottom: 80px;
}
.swiper-slide .event-slide-content .event-info .event-meta .event-date,
.swiper-slide .event-slide-content .event-info .event-meta .event-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}
.swiper-slide .event-slide-content .event-info .event-meta .event-date img,
.swiper-slide .event-slide-content .event-info .event-meta .event-time img {
  width: 16px;
  height: 16px;
}
.swiper-slide .event-slide-content .event-info .event-description {
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 16px;
  color: #1C1F1F;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.swiper-slide .event-slide-content .event-image {
  flex: 1;
}
.swiper-slide .event-slide-content .event-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.event-button {
  display: inline-block;
  padding: 12px 24px;
  background: #087FE7;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}
.event-button:hover {
  background: #00b738;
}
.event-button:hover span {
  color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next {
  background-image: url('../svg/rightprev.svg');
  right: 30px;
}
.swiper-button-prev {
  background-image: url('../svg/leftprev.svg');
  left: 30px;
}
.all-marketing-activities-content {
  margin-top: 90px;
}
.all-marketing-activities .all-marketing-activities-title {
  font-weight: bold;
  font-size: 60px;
  color: #1A1A1A;
  line-height: 80px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.all-marketing-activities-filter {
  display: flex;
  gap: 50px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.all-marketing-activities-filter .all-marketing-activities-right {
  width: 80%;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card {
  display: flex;
  overflow: hidden;
  margin-top: 44px;
  background-color: white;
  box-shadow: 0px 10px 60px 1px rgba(46, 61, 98, 0.1);
  border-radius: 20px;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card:first-child {
  margin-top: 0;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-left {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-left img {
  max-width: 100%;
  border-radius: 5px;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-right {
  flex: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-right .markets-speak-date {
  font-size: 14px;
  color: gray;
  margin-bottom: 10px;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-right .markets-speak-heading {
  font-size: 22px;
  color: #1C1F1F;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-right .markets-speak-heading:hover {
  color: #087FE7;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-right .markets-speak-description {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #929292;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-button {
  display: flex;
  align-items: center;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-button .markets-speak-button {
  display: inline-block;
  padding: 10px 15px;
  background: #007bff;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-button .markets-speak-button:hover {
  background: #0062cc;
}
.filter-form {
  width: 15%;
  padding: 26px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.filter-form .filter-section {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
}
.filter-form .filter-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.filter-form .filter-section h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 24px;
}
.filter-form .filter-section .reset-link {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  font-size: 12px;
  color: #00B738;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 30px;
}
.filter-form .filter-section .reset-link:hover {
  text-decoration: underline;
}
.filter-form .filter-section .filter-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filter-form .filter-section .filter-options .filter-option {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.filter-form .filter-section .filter-options .filter-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 4px;
  position: relative;
}
.filter-form .filter-section .filter-options .filter-option input[type="checkbox"]::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.filter-form .filter-section .filter-options .filter-option input[type="checkbox"]:checked {
  background-color: #087FE7;
  border-color: #087FE7;
}
.filter-form .filter-section .filter-options .filter-option input[type="checkbox"]:checked::after {
  display: block;
}
.filter-form .filter-section .filter-options .filter-option span {
  font-size: 16px;
  color: #333333;
}
.filter-form .filter-section .filter-options .filter-option span:hover {
  color: #087FE7;
}
.filter-form .filter-section .filter-options .filter-option.active span {
  color: #087FE7;
}
.filter-form .filter-section .filter-options .filter-option.active input[type="checkbox"] {
  background-color: #087FE7;
  border-color: #087FE7;
}
.filter-form .filter-section .filter-options .filter-option.active input[type="checkbox"]::after {
  display: block;
}
.filter-form.filter-form2 .filter-section .filter-options .filter-option span:hover {
  color: #00B738;
}
.filter-form.filter-form2 .filter-section .filter-options .filter-option input[type="checkbox"]:checked {
  background-color: #00B738;
  border-color: #00B738;
}
.filter-form.filter-form2 .filter-section .filter-options .filter-option input[type="checkbox"]:checked::after {
  display: block;
}
.filter-form.filter-form2 .filter-section .filter-options .filter-option.active span {
  color: #00B738;
}
.filter-form.filter-form2 .filter-section .filter-options .filter-option.active input[type="checkbox"] {
  background-color: #00B738;
  border-color: #00B738;
}
.filter-form.filter-form2 .filter-section .filter-options .filter-option.active input[type="checkbox"]::after {
  display: block;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 8px;
}
.page-btn,
.page-number {
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}
.page-btn {
  display: flex;
  align-items: center;
  background: transparent;
  font-size: 18px;
}
.page-number {
  background: #eee;
  color: #333;
  margin-right: 10px;
}
.page-number:last-child {
  margin-right: 0;
}
.page-number:hover {
  background: #ddd;
}
.page-number.active {
  background: #007bff;
  color: #fff;
}
.next {
  justify-content: flex-end;
}
/* Responsive Design */
@media screen and (max-width: 1720px) {
  .eventsAndwebinars-banner {
    min-height: 650px;
  }
}
@media screen and (max-width: 1620px) {
  .eventsAndwebinars-banner {
    min-height: 600px;
  }
}
@media screen and (max-width: 1480px) {
  .eventsAndwebinars-banner {
    min-height: 500px;
  }
  .swiper-slide .event-slide-content .event-info .event-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .swiper-slide .event-slide-content .event-info .event-meta {
    margin-bottom: 50px;
  }
  .eventsAndwebinars-banner h3 ,.eventsAndwebinars-banner h1{
    font-size: 60px;
    line-height: 68px;
  }
  .all-marketing-activities .all-marketing-activities-title {
    font-size: 40px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .eventsAndwebinars-banner {
    min-height: 400px;
  }
  .eventsAndwebinars-banner h3 ,.eventsAndwebinars-banner h1{
    font-size: 50px;
    line-height: 58px;
  }
  .all-marketing-activities .all-marketing-activities-title {
    font-size: 50px;
    line-height: 60px;
  }
  .swiper-slide .event-slide-content {
    padding: 60px 80px;
    gap: 40px;
  }
  .all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card {
    flex-direction: column;
  }
  .filter-form {
    width: 25%;
  }
  .all-marketing-activities-filter .all-marketing-activities-right {
    width: 75%;
  }
}
@media screen and (max-width: 1023px) {
  .eventsAndwebinars-banner .eventsAndwebinars-banner-content {
    width: 700px;
  }
  .eventsAndwebinars-banner {
    min-height: 250px;
  }
  .eventsAndwebinars-banner h3 ,.eventsAndwebinars-banner h1{
    font-size: 36px;
    line-height: 44px;
  }
  .eventsAndwebinars-banner-content {
    top: 35%;
  }
  .all-marketing-activities .all-marketing-activities-title {
    font-size: 36px;
    line-height: 44px;
  }
  .event-description,
  .markets-speak-description {
    font-size: 14px;
    line-height: 22px;
  }
  .swiper-slide .event-slide-content {
    padding: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-left {
    padding: 0;
    margin-top: 10px;
  }
  .swiper-slide .event-slide-content .event-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .swiper-slide .event-slide-content .event-meta {
    margin-bottom: 30px;
  }
  .all-marketing-activities-filter {
    flex-direction: column;
    gap: 30px;
  }
  .filter-form {
    width: 90%;
  }
  .all-marketing-activities-filter .all-marketing-activities-right {
    width: 100%;
  }
  .markets-speak-card {
    flex-direction: column;
  }
  .markets-speak-card-left {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
  .markets-speak-card-right {
    padding: 15px 20px;
  }
  .markets-speak-card-right .markets-speak-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .markets-speak-card-button {
    padding: 0 20px 20px 20px;
    justify-content: flex-start;
  }
  .event-button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .filter-form .filter-section h3 {
    font-size: 18px;
  }
  .filter-form .filter-section .filter-option span {
    font-size: 14px;
  }
  .swiper-slide .event-slide-content {
    flex-direction: column-reverse;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .eventsAndwebinars-banner .eventsAndwebinars-banner-content {
    width: 300px;
  }
  .eventsAndwebinars-banner {
    min-height: 200px;
  }
  .eventsAndwebinars-banner h3 ,.eventsAndwebinars-banner h1{
    font-size: 28px;
    line-height: 36px;
  }
  .eventsAndwebinars-main-content {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
  .all-marketing-activities-content {
    margin-top: 40px;
  }
  .all-marketing-activities .all-marketing-activities-title {
    font-size: 28px;
    line-height: 36px;
  }
  .all-marketing-activities-filter {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .pagination {
    margin-top: 30px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 20%;
  }
  .swiper-slide .event-slide-content .event-info .event-title {
    font-size: 24px;
    line-height: 32px;
  }
  .swiper-slide .event-slide-content .event-info .event-meta {
    flex-direction: column;
  }
  .all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card {
    margin-top: 20px;
  }
  .all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-left img {
    max-width: 85%;
  }
  .swiper-slide .event-slide-content .event-info .event-meta {
    margin-bottom: 25px;
  }
  .all-marketing-activities-filter .all-marketing-activities-right .markets-speak-card .markets-speak-card-right .markets-speak-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .eventsAndwebinars-banner .eventsAndwebinars-banner-content {
    top: 20%;
  }
  .eventsAndwebinars-banner .detailBlog-search-container,
  .eventsAndwebinars-banner .detailBlog-search-container .detailBlog-search-input {
    min-height: 40px;
  }
  .eventsAndwebinars-banner .detailBlog-search-container .detailBlog-search-button {
    padding: 12px;
    margin: 0;
  }
  .filter-form {
    display: none;
    width: 90vw;
  }
}
