*{
    box-sizing: border-box;
}
:root {
  --primary-dark-blue: #05195A;
  --white: #fff;
  --Plus-font: "Plus Jakarta Sans", sans-serif;
  --font-12: 12px;
  --font-14: 14px;
  --f-weight-700: 700;
}
html {
  scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0; 
    font-family: "Poppins", sans-serif;
}
img{
  max-width: 100%;
}
p, h1, h2, h3, h4, h5, h6, figure, figcaption{
  margin: 0 0 10px;
  padding: 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
}
select {
	padding: 8px 28px 8px 15px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	outline: 0
}
a{
  text-decoration: none;
}

.swiper {
    width: 100%; 
  } 
  .swiper-slide img {
    display: block;
    width: 100%; 
    object-fit: cover;
  }


header{
  background-color: var(--primary-dark-blue); 
  font-family: var(--Plus-font);
}
.header_top{
  background-color: var(--white);
  padding: 10px 0;
}
.header_top .container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}
.date {
    color: var(--primary-dark-blue);
    font-size: var(--font-12);
    font-weight: var(--f-weight-700);
}
.social-icons {
    display: flex;
    gap: 12px;
}
.social-icons a {
  line-height: 1;
  transition: transform 0.2s ease;
  color: #FF6F6D;
  border: 1px solid #FF6F6D;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-icons a:hover {
  transform: translateY(-1px);
  background-color: #FF6F6D;	
	color:#fff;
}
.social-icons a:hover svg path {
  fill: #fff;
}

/* Bottom dark blue nav bar */
.header_bottom {
  padding: 10px 0;
}
.bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-area img {
  margin-right: 20px;
}
.main-nav a {
  color: var(--white);
  font-size: var(--font-14);
  margin: 0 15px;
  text-decoration: none;
  font-weight: var(--f-weight-700);
}
.main-nav a:hover{
  color: #D90000;
}
.search-box {
  position: relative;
  display: inline-block;
}
.search-box {
  position: relative;
  display: inline-block;
}

.search-box i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #667085;
  font-size: 16px;
  pointer-events: none;
}

.search-box input {
  padding: 8px 15px 8px 40px; /* left padding for icon */
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  width: 200px;
  height: 44px;
  color: #667085;
  font-weight: 400;
}
.right_bar {
    display: flex;
    gap: 40px;
    align-items: center;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bnr_content {
    position: relative;
    color:var(--white)
}
.bnr_content figure {
    position: relative; 
}
.bnr_content figure figcaption {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 150px 0 40px;
}
.date_info img {
    display: inline-block;
    width: auto;
}
.category {
  background-color: #000;
  padding: 7px 12px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 0.8px;
  color: var(--white);
}
.meta { 
    font-family: Arial;
    font-weight: 400; 
    font-size: 14px;
    line-height: 28px; 
}
.date_info { 
    align-items: center;  
    display: flex;
    gap: 6px;
}
.bnr_content figure figcaption h2 {
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.common_dots {
    bottom:30px !important;
    z-index:9999;
}
.common_dots span {
    width: 17px;
    height: 17px;
    background: #322121 !important;
    border: 2px solid #a28a85 !important;
}
.common_dots span.swiper-pagination-bullet.swiper-pagination-bullet-active, .common_dots .swiper-pagination-bullet:hover {
    background-color: #d90000 !important;
    border: 2px solid #fff !important;
}
 
.we-women-wrapper {
    position: relative;
    padding: 0 0 15px;
    color: #6D204F;
    font-size: 22px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
#readMoreBtn {
  cursor: pointer;
  background: #fff;
  color: #CA0300;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Gelasio';
  border: 1px solid #CA0300;
  border-radius: 5px;
  padding: 7px 14px;
  transition: all 0.3s ease; /* Smooth effect */
}

#readMoreBtn:hover {
  background: #CA0300;
  color: #fff;
  transform: translateY(-2px); /* Slight lift */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.extra-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.extra-content.show {
  max-height: 2000px;
}
.event-section {
    padding: 50px 0;
}
.section-heading {
    text-align: center;  
    margin: 0 0 30px;  
}
.section-heading h2{ 
    font-family: "Gelasio", serif;
    color: #050203;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}
.section-heading h2::before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 30px;
  background: url('../images/heading_lft_icon.png') no-repeat center/contain;
  margin-right: 15px;
}
.section-heading h2::after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 30px;
  background: url('../images/heading_rgt_icon.png') no-repeat center/contain;
  margin-left: 15px;
}

.we-women-wrapper p {
    margin: 0 0 15px;
    font-weight: 400;
    font-family: Georgia;
    font-size: 18px;
    line-height: 31px;
    color: #050203;
}
.highlightsEdition_slider {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    padding: 0 12px;
}
.highlightsEdition_slider .swiper-slide {
    max-width: 700px;
}
.big_frameImage {
    height: 441px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 18px;
}
.big_frameImage img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.8);
}
.highlightSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#050203 !important;
	width: 14px !important;
  height: 14px !important;
}
.highlightSwiper .swiper-pagination-bullet:hover{
  background:#050203 !important;
  width: 14px !important;
  height: 14px !important;
}
.highlightSwiper .swiper-pagination-bullet{
	background:#D9D9D9 !important;
	width: 10px !important;
  height: 10px !important;
}
.highlightSwiper .swiper-pagination {
    position: relative !important;
    margin: 35px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet{
  opacity: 1 !important;
} 


.view-more-container {
  text-align: center; /* Center the button */
  margin-top: 20px;   /* Add spacing above */
}

.view-more-btn {
  display: inline-block;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #CA0300;
  text-decoration: none;
  border: 1px solid #CA0300;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.view-more-btn:hover {
  background: #CA0300;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}


.past_event {
    margin: 0 0 40px;
}
.footer {
  background-color: #050203;
  padding: 30px 12px;
  color: #fff;
  border-top: 10px solid #CA0300;
}
.footer-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.parliament-img {
  width: 120px;
  margin-bottom: 10px;
}
.footer-title {
  font-size: 14px;
  letter-spacing: 2px;
}
.footer-title span {
  display: block;
  margin-top: 4px;
  font-weight: 300;
  font-size: 12px;
}
.manch-logo {
  margin: 0 0 30px;
  display: block;
}
.footer-right .social-icons {justify-content: end;margin: 30px 0 0;}
.social-icons img {
  width: 20px;
  height: 20px;
}
.scroll-top {
  display: inline-block;
}
.scroll-btn {
    background-color: #008cff;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-btn:hover {
    background-color: #006edc; /* darker blue */
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.copyright {
  font-size: 14px;
  margin-top: 10px;
  color: #FF6F6D;
  font-family: "Playfair Display", serif;
}
.footer-right {
    text-align: right;
} 
 
.previous_box {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.press_card {
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    background-color: #F8F8F8;
    box-shadow: 0px 4px 4px 0px #00000029;
    padding: 10px 10px 15px;
    flex: 0 0 calc(33.33% - 24px);
    transition: all 0.3s ease;
}
.press_card:hover {
  background-color: #fff;  
  transform: translateY(-3px);  
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);  
  border-color: #bbb;  
}
.press_card h4 {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #050203;
    font-family: "Gelasio", serif;
    line-height: 24px;
    margin: 0;
} 
  
.conclave-registration {
    color: #000;
    padding:20px 0 60px;
}
.conclave-registration .container {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    padding: 0px;
    border-radius: 8px;
}
.conclave-registration .left-box {
    max-width: 550px;
    width: 100%;
    background: #16264F;
    border-radius: 10px;
    padding: 40px;
}
.wewomen-header {
    padding: 0 12px 0 0;
    color: #fff;
}
.text-block h1 { 
    font-size: 52px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 58px;
}
.text-block p {
    font-size: 32px;
    margin: 5px 0 0;
    color: #fff;
    line-height: 31px;
}
.conclave-registration .price-block {
    padding: 26px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}
.wewomen-header h1 {
    font-size: 28px;
    font-weight: 600;
}
.wewomen-header p {
    color: #C9C9C9;
    font-size: 18px;
}
.conclave-registration .right-box {
    max-width: calc(100% - 550px);
    width: 100%;
    padding: 40px 30px 18px;
}

.contact-form { 
  margin: 0 auto; 
  color: #111;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

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

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #8D8D8D;
    font-weight: 500;
}
.radio-group label {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.form-group input,
.form-group textarea {
  border: none;
  border-bottom: 1px solid #8D8D8D;
  padding: 7px 3px;
  outline: none;
  font-size: 13px;
  font-weight: 300; 
  color: #8D8D8D;
}
input::placeholder, textarea::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #8D8D8D;
}
textarea {
  resize: vertical;
    min-height: 70px;
    width: 100%;
    height: 70px;
}
.radio-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.radio-group input[type="radio"] {
  margin: 0 5px 0 0px;
  accent-color: black;
}

.form-submit { 
  margin-top: 20px;
}

.submitBlock input[type="submit"] {
  background-color: #05195A;
  color: #fff;
  padding: 16px 46px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  transition: all 0.3s ease;
}

.submitBlock input[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0a2a80; /* Slightly brighter shade */
}

.contact-note {
      margin: 15px 0 0;
    text-align: left;
    font-size: 14px;
    color: #050203;
    font-weight: 500;
} 
.check_box label strong {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}
.check_box {
    margin: 0 0 25px;
}
/* Chrome, Safari, Edge, Opera */
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.no-arrow {
  -moz-appearance: textfield;
}

.for_mobile{
  display: none;
}
.for_desktop{
  display: block;
}

.top_dektopBnr img {
    display: block;
}
.bnr_section {
    position: relative;
}

.menu_ftr {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.menu_ftr a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}
.menu_ftr a:hover {
  color: #aaa;
}
.nav_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
}
.nav_header ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.nav_header ul a {
    color: #fff;
    font-family: 'Gelasio';
    font-size: 16px;
    margin: 20px 0 0;
    display: block;
}



.hghlights_section {
    margin: 20px 0 0;
}
.highlightsEdition_slider {
	max-width: 1000px;
	width:100%;
	margin: 0 auto;
	position: relative;
	padding:0 12px 10px;
}
.highlightsEdition_slider .swiper-button-prev,.highlightsEdition_slider .swiper-button-next{
	position: absolute;
    top: 50%;
}
.highlightsEdition_slider .swiper-slide-prev, .highlightsEdition_slider swiper-slide-next {position: relative;}
.highlightsEdition_slider .swiper-slide-prev::before,
.highlightsEdition_slider .swiper-slide-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.highlightsEdition_slider .swiper-slide {
	max-width: 662px;
}
.highlights_content{display: none;}
.swiper-slide-active .highlights_content{display: block;}
.highlights_imgBox {
	position: relative;
	margin-bottom: 12px;
}
.highlights_imgBox img{    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(85, 85, 85, 1);
    margin: 7px 0;
    box-shadow: 0px 4px 4px 0px #00000029;
}
.video_icon {position: absolute; right: 20px; bottom: 20px;display: flex; align-items: center;}
.highlights_content {padding:0 20px;}
.highlights_content h6 {margin: 0px 0px 10px; font-size: 20px; font-weight: 400; line-height: 30px;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{ display:none;}
.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0px !important;}
.swiper-pagination{position: relative !important; }
.highlights_box{cursor: pointer;}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #444343;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.video-modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 900px;
    position: relative;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
}

.video-modal-close {
    position: absolute;
    top: 0px;
    right: -44px;
    color: white;
    font-size: 50px;
    font-weight: 200;
    cursor: pointer;
}
.videoPlayBox {
    padding-top: 56.3%;
    position: relative;
}
#youtubePlayer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.single_category{
  margin: 40px 0 !important;
}


.email-link {
  color: #0093FF;
  text-decoration: none;
  font-weight: 500;
}
.email-link:hover {
  text-decoration: underline;
}


.event-box {
  background: #000; 
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-family: 'Gelasio', serif; /* Optional */
  justify-content: center;
    gap: 10px;
}
.event-date {
  display: flex;
  align-items: baseline;
  gap: 5px;
  border-right: 1px solid #666;
  padding-right: 15px;
  margin-right: 15px;
}
.event-date .day {
  font-size: 28px;
  font-weight: 700;
}
.event-date .day sup {
  font-size: 12px;
  font-weight: 400;
}
.event-date .month {
  font-size: 18px;
  font-weight: 600;
}
.event-location {
     font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.list_navMobile {
  margin: 0;
  padding: 15px;
  list-style: none;
  background-color: #F2F2F2;
  display: flex;
  gap: 20px; /* space between items */
  overflow-x: auto; /* enables horizontal scroll */
  white-space: nowrap; /* prevent wrapping */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  scrollbar-width: none; /* hide scrollbar (Firefox) */
}
.list_navMobile::-webkit-scrollbar {
  display: none; 
}
.list_navMobile li {
  flex: 0 0 auto; /* prevent items from shrinking */
}
.list_navMobile a {
    color: #050203;
    font-size: 16px;
    font-family: 'Gelasio', serif;
    font-weight: 400;
}
 
.topBnr{
  background: url(../images/header-mweb.jpg) center;
  background-size: cover;
  text-align: center;
  padding: 0 0 30px;
  background-position: center 5px;
}
.top_guestMain{
  width: 250px;
  margin: 0 auto;
}

.featureImg {
    max-width: 884px;
    width: 100%;
    margin: 0 auto 30px;
}
.single_detail {
    margin: 40px 0 !important;
}
.featureImg .captionThumb {
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
    font-family: "Gelasio", serif;
    line-height: 24px;
}
.related_news{
  margin: 40px 0 0;
}
.content_part {
    font-size: 18px;
    font-weight: 400; 
    font-family: "Gelasio", serif;
    line-height: 30px;
}
.related_slider .press_card {
    margin: 10px !important;
    max-width: 100%;
    flex: inherit;
}

.related_slider .owl-dots .owl-dot span {
    background: #D9D9D9;  
    margin: 4px;
}

.related_slider .owl-dots .owl-dot.active span {
    background: #050203;
    width: 14px;
    height: 14px;
}
.related_slider .owl-dots .owl-dot:hover span{
   background: #050203;
}
.thumbFeature img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.video_card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.video_card .video_Inner {
    flex: 0 0 calc(33.33% - 20px);
}
.video_category{
  margin: 40px 0;
}
.fill_videoPlay {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding-top: 56.6%;
}
.fill_videoPlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item .video_Inner {
    margin: 10px;
}

.press_thumb {
    height: 230px;
    margin-bottom: 15px;
    overflow: hidden; /* Ensures rounded corners are visible if image overflows */
}

.press_thumb img {
    border-radius: 6px;
    width: 100%;      /* Makes sure the image fits the container */
    height: 100%;     /* Optional: stretches image to container height */
    object-fit: cover; /* Keeps image aspect ratio and fills the container */
}

.related_slider .press_card h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
       max-height: 45px;
    height: 45px;
}



/* Responsive */
@media (max-width: 999px) {  
.video_card .video_Inner {
   flex: 1 1 100%;
    max-width: 440px;
    width: 100%;
}

 .featureImg .captionThumb { 
    padding: 0 12px; 
} 
  .related_slider .press_card {
    margin:10px 0 !important;
    max-width: 100%;
    flex: inherit;
}
.section-heading h2::before { 
  width: 55px;
  height: 12px;
  background: url('../images/heading_lft_icon_Mweb.png') no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 11px;
}
.section-heading h2::after { 
  width: 55px;
  height: 12px;
  background: url('../images/heading_rgt_icon_mweb.png') no-repeat center/contain; 
  position: absolute;
  right: 0;
  top: 11px;
}
.section-heading h2 {  
    font-size: 26px; 
    padding: 0 38px; 
    text-align: center;
    width: 100%;
}


  .for_mobile{
    display: block;
  }
  .for_desktop{
    display: none;
  }
  .conclave-registration .right-box {
    max-width: 100%; 
    padding: 20px;
  }
  .form-row {
    flex-wrap: wrap;
  }
  .common_dots {
    bottom: 0px !important; 
    position: relative;
    margin: 5px 0 0;
  }
  .bnr_content figure figcaption {
      background: inherit;
      position: relative;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 15px 0 0;
  }
  .bnr_content {
    position: relative;
    color: #000;
}
.bnr_content figure figcaption h2 { 
    font-size: 26px; 
    line-height: 36px;
}
.date_info img { 
    filter: brightness(0) saturate(100%);
}
.event-section {
    padding: 30px 0;
}
.section-heading {  
    font-size: 26px;
    margin: 0 0 21px;  
}
.we-women-wrapper { 
    font-size: 18px;
    line-height: 30px; 
    padding:0;
}
.big_frameImage {
    height: 260px; 
} 
.highlightsEdition_slider { 
    margin: 0 auto; 
        padding: 0 ;
}
  .keynote-carousel .owl-stage, .slider_two .owl-stage {
      padding-left: 0 !important;
  }
  .conclave-registration .left-box { 
    padding: 20px;
}
.conclave-registration .price-block {
    padding: 0; 
}
.wewomen-header h1 {
    font-size: 24px; 
}
.wewomen-header p { 
    font-size: 16px;
}
.radio-group { 
    flex-wrap: wrap;
}
.radio-group label { 
    flex: 1 1 calc(50% - 10px);
}
.contact-note {  
    margin: 25px 0 0;
}
.past_event {
    margin: 0 0 30px;
}
.conclave-registration { 
    padding:12px 12px 20px;
}
 .footer-left,
  .footer-center,
  .footer-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;  
    margin-bottom: 20px;  
  }
 .footer-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_ftr { 
    flex-wrap: wrap;
}
.manch-logo {
    margin: 0; 
}
.manch-logo:last-child { 
    padding: 0;
}
.footer-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.scroll-btn { 
    margin: 0; 
}
.footer { 
    padding: 25px 12px 5px; 
}
.copyright {
  text-align: center;
  width: 100%;
} 
.logo-area img:first-child {
    width: 120px;
}
.logo-area img:last-child {
    width: 60px;
}
.logo-area img {
    margin-right: 10px;
}
.highlightsEdition_slider .swiper-button-prev, .swiper-button-next {
    display: none;
}
.video-modal-close {
    top: -60px;
    right: 15px;
}
.press_card {    
  flex: 1 1 100%;
  max-width: 440px;
  width: 100%;
}
.previous_box { 
    gap: 20px;
    justify-content: center;
}



}