@import url("./fonts/fonts.css");

body,
html {
  margin: 0;
  background-color: white;
  font-family: "Graphik Web", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-stretch: normal;
  user-select: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.flexWrapCenterElement {
  display: flex;
  justify-content: center;
  align-items: center;
}

.megaMenuWrapper .quickLinks img {
  width: 76px;
  height: 76px;
  margin-right: 16px;
}

.quickLinks a + .btn-secondary,
.quickLinks .menuListTitle + .btn-secondary,
.quickLinks .menuListDescription + .btn-secondary {
  margin-top: 24px;
}
.quickLinks p {
  margin-bottom: 0;
}

.quickLinks .menuListDescription {
  max-width: 79%;
}

.quickLinks .btn-secondary {
  border: 1px solid #fff;
  color: #fff;
  border-right: 1px solid #fff !important;
  display: inline-block;
  padding: 12px 16px !important;
  font-family: "Graphik Compact Web", sans-serif;
}

.quickLinks .btn-secondary:hover {
  color: #ffa191 !important;
  border-color: #ffa191 !important;
  background-color: transparent !important;
}

.expertDetails h2 {
  font-family: "Graphik web", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  /* margin-top: 80px; */
  color: #220047;
}

.expertDetails h5 {
  font-family: "Graphik web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #220047;
}

.flexStartItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a {
  text-decoration: none;
  color: #220047;
  font-family: "Graphik Web", sans-serif;
}

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/* Search field UI */
.icon-searchIcon:before {
  font-size: 28px;
  margin-left: -100px;
}

.searchContactUsWrap form {
  position: relative;
  transition: all 1s;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 22px;
}

.searchContactUsWrap input {
  position: absolute;
  top: -3px;
  left: 12px;
  width: 100%;
  height: 41px;
  line-height: 24px;
  outline: 0;
  border: 0;
  display: none;
  font-size: 1em;
  padding: 12px 35px 12px 0;
  color: #220047;
  border-bottom: 1px solid #220047 !important;
  transition: all 1s;
}
.searchContactUsWrap .btn {
  margin-left: 22px;
}

.nav-down .searchContactUsWrap input {
  color: #fff;
  border-color: #fff;
}

.searchContactUsWrap span {
  box-sizing: border-box;
  padding: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 50%;
  color: #07051a;
  text-align: center;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}

.nav-down .searchContactUsWrap span {
  color: #fff;
  cursor: pointer;
}

.searchContactUsWrap.active .icon-expandIcon {
  transform: rotate(45deg);
  font-size: 26px;
  opacity: 1;
  z-index: 1;
}

.searchContactUsWrap .icon-searchIcon {
  z-index: 1;
  opacity: 1;
}

.searchContactUsWrap.active .icon-searchIcon {
  z-index: -1;
  opacity: 0;
}

.navbar-toggler.collapsed .icon-hamburger {
  opacity: 1;
  z-index: 1;
}

.searchContactUsWrap.active form {
  width: 200px;
  cursor: pointer;
}

.searchContactUsWrap.active form input {
  display: block;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.purpleBg .searchContactUsWrap input {
  border-color: #fff;
  color: #fff;
}


.bannerSection {
  background-color: #220047;
  width: 100%;
  min-height: calc(100vh - 60px);
  flex-direction: column;
  position: relative;
  padding: 195px 0px 120px 0;
}
.leaderBanner {
  padding: 70px 0 40px 0;
}
.bannerSectionBlog {
  background-color: #220047;
  width: 100%;
  /* min-height: calc(100vh - 60px); */
  flex-direction: column;
  position: relative;
  padding-top: 184px;
}
.bannerSectionBlog h1 {
  font-family: "Graphik Compact Web", sans-serif;
  font-size: 56px;
  font-weight: 200;
  line-height: 68px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  margin-bottom: 96px;

}
.sectionLabel {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #220047;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

.bannerSection h1 {
  font-family: "Graphik Compact Web", sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 87px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  /* padding: 195px 0 120px 0; */
  margin-bottom: 105px;
}
.specificBlogMainWrapper .bannerSection h1 {
  font-size: 56px;
  line-height: 68px;
  padding: 60px 0;
}
.bannerSection.articleBanner h1 {
  font-size: 56px;
  line-height: 68px;
  padding-top: 60px;
}
.scrollDownWrap {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  cursor: pointer;
  position: absolute;
  bottom: 56px;
  left: 50%;
  margin-left: -20px;
  padding: 0;
}

.accordianHeader span:hover::before {
  color: #f95b66;
}

.scrollDownWrap:hover i::before {
  color: #220047;
}

.scrollDownWrap i {
  font-size: 20px;
  display: block;
}

.ourExpertiseSection {
  background-color: #c9def4;
  padding: 95.96px 0px 165.5px 0;
}

.podcastBanner h3 {
  font-size: 72px;
  line-height: 87px;
  font-family: "Graphik Compact Web", sans-serif;
  font-weight: 300;
  max-width: 100%;
  text-align: center;
  margin: 60px auto;
  color: white;
  padding: 0 30px;
}

.podcastBanner {
  background-color: #220047;
  width: 100%;
  min-height: calc(100vh - 360px);
  flex-direction: column;
  position: relative;
  padding: 99px 0 0px;
}

.ourExpertiseSection h6 {
  /* font-size: 30px;
  line-height: 40px; */
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  max-width: 86%;
  color: #220047;
  font-weight: 400;
  font-family: "Graphik Compact Web", sans-serif;
}

.genAISecion {
  background-color: #ffa191;
  height: 526px;
  flex-direction: column;
}

section h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Graphik Compact Web", sans-serif;
  font-weight: 300;
  max-width: 100%;
  text-align: left;
  /* margin: 60px auto; */
  color: #220047;
}

.linkwithIcon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: auto; 
  white-space: nowrap;
  font-size: 16px;
  /* line-height: 17.6px; */
  font-weight: 500;
  color: #220047;
  align-items: center;
  text-decoration: none;
  font-family: "Graphik Web", sans-serif;
  margin-top: 16px;
  cursor: pointer;
}

.linkwithIcon i {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: text-top;
  display: inline-block;
  padding-top: 2px;
  color: #220047;
}

.servicesDetailThumbnail {
  background-color: #ffa191;
  max-width: 553px;
  max-height: 573px;
  height: auto;
  width: auto;
  border-radius: 10px;
  width: 50%;
  margin-right: 105px;
  padding: 62px;
}

.servicesDetailThumbnail img {
  width: 100%;
}

.serviceContentWrapper {
  width: 100%;
}

.servicesDetailsWrapper {
  padding-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.accordion-collapse p {
  margin-bottom: 0;
}

.accordion-item {
  background-color: transparent;
  border: 0;
}

.accordion-button {
  font-size: 30px;
  line-height: 24px;
  color: #220047;
  font-weight: 400;
  font-family: "Graphik Compact Web", sans-serif;
  border: 0;
  background-color: transparent;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  align-items: flex-start;
}
.accordion-button.collapsed {
  color: #220047;
}
.icon-collapseIcon:before {
  color: #220047;
}

.accordion-button i {
  margin-top: 5px;
}

.accordion-button:active i::before {
  color: #220047 !important;
}

.accordion-button:active {
  color: #220047 !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #220047 !important;
}

.accordion-button:not(.collapsed) i::before {
  color: #220047 !important;
}

.accordion-button:focus {
  z-index: 0;
  border-color: transparent;
  box-shadow: none;
}

.accordion-button::after {
  display: none;
}

.accordion-item {
  border-bottom: 1px solid #220047;
  padding: 32px 0;
}

.expandCollapseBtn {
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
  margin-right: 32px;
}

.whyJoinAIXCSection {
  background-color: #ebe3d6;
  padding: 120px 0 112px;
}

.whyJoinAIXCSection h3 {
  padding-bottom: 64px;
  color: #220047;
  text-align: start;
}

/* Style for each item in the section */
.whyJoinAIXCSection .whyJoinItem {
  background-color: #fff; 
  padding: 20px;
  border: 1px solid #6b5746; 
  transition: transform 0.3s ease;
  margin: 0 10px;
  text-align: center;
}

.whyJoinAIXCSection .whyJoinItem:hover {
  transform: translateY(-5px); 
}

.whyJoinAIXCSection .whyJoinIcon img {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.whyJoinAIXCSection .whyJoinTitle {
  color: #f95b66;
  font-size: 30px;
  font-weight: 500;
  margin-top: 8px;
}

.whyJoinAIXCSection .whyJoinDescription {
  color: #220047;
  font-size: 16px;
}

/* Adjust the layout for the grid */
.whyJoinAIXCSection .row {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.accordianHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-collapse .card-body {
  padding: 0;
}

.accordion-collapse {
  max-width: calc(100% - 30px);
  font-family: "Graphik Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #220047;
  margin: 8px 0 0;
}

.accordianWrap:last-child {
  border-bottom: 0;
}

.accordianWrap:first-child {
  padding-top: 0;
}

.collapsed .icon-collapseIcon {
  display: none !important;
}

.accordion-button:not(.collapsed) .icon-expandIcon {
  display: none !important;
}

.expertsSection {
  background-color: #ffc5cf;
  padding: 74px 0 69px 0;
  /* height: 1160px; */
}

/* .expertsSection h3 {
  margin-bottom: 19px;
} */

.expertsSection .expertsDetailsWrap .autoplay button.slick-next {
  left: 52px !important;
}

.sectionDescription {
  font-family: "Graphik Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-right: 30px;
  margin-top: 20px;
}

.authorDesignation {
  color: #fff;
}

.genAISecion .container {
  flex-direction: column;
}

.genAISecion h3 {
  margin-bottom: 24px;
}

.slick-slider {
  /* padding-bottom: 70px; */
  position: relative;
}

.expertDataWrap h4 {
  font-family: "Graphik Web", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  color: #220047;
  margin-bottom: 4px;
}

.expertDataWrap h5 {
  font-family: "Graphik Compact Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #220047;
  margin-bottom: 0;
}

.expertInfoWrapper {
  margin: 24px 0 0;
}

.expertInfoWrapper .linkedIn {
  margin-left: 8px;
  flex-shrink: 0;
}

.expertInfoWrapper.flexStartItems {
  align-items: flex-start;
}

.image-container {
  position: relative;
  text-align: center; 
}

.icon-row {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  padding: 10px 0; 
  width: 100%; 
}


.linkedIn {
  margin-right: auto; 
  font-size: 24px;
  color: #0077b5; 
  margin-top: 10px;
}

.industry-name {
  display: inline-flex;
  font-family: "Graphik web", "sans-serif";
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background-color: #ffa497;
  border: 1px solid #ffa497;
  border-radius: 4px;
  font-size: 14px;
  color: #220047;
  line-height: 21px;
  white-space: nowrap;
  margin-left: 10px;
  margin-top: 10px;
}

.linkedIn i {
  font-size: 40px;
}

.leftSideContent h4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #220047;
  text-align: left;
  margin: 0;
  height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Graphik web", "sans-serif";
}

/* Single leader- Contribution  */

.post-meta {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin-top: 5px;
}

.post-type {
  padding: 4px 8px;
  background-color: #c9def4;
  border: 1px solid #c9def4;
  border-radius: 4px;
  font-size: 14px;
  color: #220047;
  white-space: nowrap;
  margin-top: -8px;
}

.post-date {
  font-size: 14px; 
  color: #220047;
  margin: 0; 
  font-weight: 500;
  text-transform: uppercase;
}

.contactUsSection .leftSideContent {
  width: 50%;
}

.leftSideContent label {
  text-align: left;
}

.caseStudiesSection {
  padding: 128px 0 149px;
}

.btn-primary {
  background-color: #f95b66;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  border: 0;
  border-radius: 4px;
  height: 41px;
  color: #17012e;
  font-weight: 500;
  font-family: "Graphik Compact Web", sans-serif;
  letter-spacing: 0.2px;
  margin-left: 30px;
}

.btn-primary:hover,
footer input[type="submit"]:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
  background-color: #f95b66;
  color: #17012e;
  box-shadow: none;
}

input::-webkit-input-placeholder {
  opacity: 0 !important;
}

.sectionHeader .primaryBtn {
  margin-bottom: 13px;
}

.caseStudyListWrapper,
.insightsContainer {
  margin-top: 64px;
}

.caseStudyListWrapper .col-md-4 {
  height: auto;
  padding-bottom: 18px;
  position: relative;
}

.caseStudyListWrapper {
  position: relative;
}

.caseStudyListItem h4 {
  font-family: "Graphik Web", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #220047;
  margin-top: 24px;
}

.caseStudyListItem p {
  font-family: "Graphik Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #220047;
  margin-bottom: 20px;
}

.thumbnailTitle .rotateText {
  font-family: "Graphik Compact Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #26004a;
  transform: scale(-1);
  margin-bottom: 24px;
  writing-mode: tb;
  padding-bottom: 24px;
  z-index: 1;
}

.thumbnailTitle {
  width: 74px;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.thumbnailTitle span {
  display: none;
  width: 1px;
  height: 62%;
  background: #191970;
  top: 0;
  position: absolute;
  border-top: 1px solid;
  margin: 24px 0;
  display: block;
}

.ps-relative {
  position: relative !important;
}

.contactUsSection {
  padding: 89px 0 200px;
  background-color: #ffc5cf;
}

.contactUsSection img {
  border-radius: 10px;
}

.contactUsSection .container {
  display: flex;
  align-items: flex-start;
}

.formSection {
  width: 55%;
  margin-left: 100px;
}
.submitted-message {
  color: #220047;
  font-weight: 500;
  font-size: 24px;
  margin-top: 50px;
}
.purpleSection .submitted-message,
.footerSectionsWrap .submitted-message {
  color: #fff;
}
.footerSectionsWrap .submitted-message {
  font-size: 14px;
  text-align: left;
}

.cityName {
  font-family: "Graphik Web", "sans-serif";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}

.fullAddress {
  font-family: "Graphik Web", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

.addressWrap {
  display: flex;
  flex-wrap: wrap;
}

.addressContent {
  margin-bottom: 48px;
}

.footerContentWrap {
  margin-bottom: 118px;
}

.icon-instagramInc:before {
  content: "\e902";
  color: #fff;
}

.insightsListSection {
  background-color: #220047;
  padding: 76px 0px;
  color: #220047;
}


.insightsItemWrap {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 88px;
  /* height: 100%; */
}

.insightsItemWrap p {
  flex-grow: 1;
  margin-bottom: 10px;
}



/* .insightsItemWrap > div:last-child {
  margin-top: auto;
} */

.tagWrap {
  background-color: #c9def4;
  font-family: "Graphik Web", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #220047;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  min-width: 73px;
  max-width: 210px;
  height: 29px;
}

.insightDate {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
  color: #220047;
}

.insightsItemWrap img {
  margin-bottom: 24px;
  border-radius: 10px;
  width: 100%;
}

.caseStudyListItem img {
  border-radius: 10px;
  width: 100%;
}

.insightTagDate {
  margin-bottom: 16px;
}

.insightDate::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -30px;
  top: 8px;
}

.insightsListWrapper p,
.whatsNewInfoWrap p {
  font-family: "Graphik Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  /* margin-top: 16px; */
  color: #220047;
}

.insightsList p,
.whatsNewInfoWrap p {
  font-family: "Graphik Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 16px;
  color: #220047;
}

.specificBlogMainWrapper .insightsListWrapper p {
  color: #220047;
}

.insightsItemWrap .readMoreArticle,
.insightsItemWrap .icon-ArrowForward:before {
  color: #220047;
}

.icon-ArrowForward {
  margin-left: 8px;
}

.rotateWrap {
  width: 100%;
}

.rotateWrap span {
  width: 1px;
  background-color: red;
  height: auto;
}

/* Header style */

.purpleBg .icon-hamburger::before {
  color: #fff;
  font-size: 32px;
}

header .socialMediaIconsWrap {
  padding-top: 32px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(134, 162, 162, 0.2);
}
header .socialMediaIconsWrap li {
  margin-right: 24px;
}
header .socialMediaIconsWrap li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
header .socialMediaIconsWrap .icon-linkedInInc {
  font-size: 28px;
}
header .socialMediaIconsWrap .icon-youtube {
  font-size: 26px;
}
header {
  padding: 24px 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  transition: top 0.5s ease-in-out;
  height: 89px;
  overflow: visible;
}

header > .container-xl {
  height: 41px;
}

.logoText {
  transition: opacity 0.5s;
}

.nav-up .logoText {
  opacity: 0;
}

.navigation {
  transition: transform 0.5s;
  transition: margin 0.5s;
  transition-timing-function: ease-in-out;
}

.mathCoLogo {
  fill: #220047;
  transition: fill 0.5s;
}

.nav-down .mathCoLogo,
.whiteLogo .mathCoLogo {
  fill: #fff;
}

.icon-smallLogo:before {
  transition: color 0.5s;
}

.nav-up .navigation {
  margin-top: -300px;
}

.nav-down .navigation {
  margin-top: 0;
}

.headerBg {
  position: absolute;
  width: 100%;
  background-color: #220047;
  top: 0;
  left: 0;
  transform-origin: top;
  width: 100%;
  z-index: -1;
}

.navbar-collapse {
  flex-grow: unset;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  min-height: 41px;
}

.navbar .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar .container-fluid.megaMenuWrapper {
  padding-left: 28px;
  padding-right: 28px;
}

header .container,
header .container-xl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header li a {
  font-family: "Graphik Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: right;
}
ul.menuListWrapper {
  gap: 32px;
  border-right: 1px solid #220047;
}
.nav-down ul.menuListWrapper {
  border-color: #fff;
  gap: 32px;
}

ul.menuListWrapper > li {
  margin-right: 32px;
}
ul.menuListWrapper > li > a {
  height: 22px;
  overflow: hidden;
  transition: all 0.5s;
}

header .linkwithIcon {
  margin-top: 0;
  margin-right: 0;
  padding: 2px 0;
  font-weight: 500;
  font-family: "Graphik Web", sans-serif;
}

header li:last-child a {
  margin-right: 0;
}

.icon-expandMore:before {
  color: white;
  transition: color 0.5s;
}

.megaMenuWrapper li a {
  border-right: 0 !important;
  font-family: "Graphik Compact Web", sans-serif;
  font-weight: 500;
  padding-right: 0 !important;
}

.megaMenuWrapper section {
  min-height: 100%;
  padding-top: 8px;
}

.logoContainer span {
  width: 160px;
  height: 35px;
  display: inline-block;
  font-size: 35px;
}


.your-list-item-class {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
}

.content-wrap {
  flex-grow: 1; 
}

.button-wrap {
  margin-left: 20px; 
}


.megaMenuWrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 75px;
  color: #fff;
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 48px;
  transition: all 0.25s;
  opacity: 0;
  z-index: -1;
  /* background: green; */
  padding-top: 0;
}

.small-insights {
  width: 100px;
}

.headerBg {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
}

.active .megaMenuWrapper {
  opacity: 1;
  padding-top: 14px;
  z-index: 1;
}

.megaMenuWrapper li:last-child a {
  border-right: 0;
  padding-right: 0;
}

.activeBg {
  background-color: #220047;
}

.icon:before {
  transition: color 0.5s;
}

.activeBg li a,
.nav-down li a,
.activeBg span:before,
.nav-down span:before,
.activeBg i:before,
.nav-down i:before {
  color: #fff !important;
}

.menuListWrapper .active > a,
.menuListWrapper .active > a i:before {
  color: #ffa191 !important;
  opacity: 1;
  border-color: #fff;
}

.menuListWrapper li > a i {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.menuListWrapper .active > a i {
  transform: rotate(180deg);
  margin-top: 4px;
}

.menuListTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 6px;
}

.menuListDescription {
  font-family: "Graphik Web", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-top: 6px;
  color: #fff;
}

.megaMenuWrapper .sectionTitle,
.megaMenuWrapper li {
  margin-bottom: 32px;
}

.whatsNew img {
  margin-right: 24px;
}

.whatsNew li {
  display: flex;
  align-items: flex-start;
}

.whatsNewInfoWrap p {
  color: #fff;
}

.whatsNew {
  border-left: 1px solid rgba(134, 162, 162, 0.2);
  padding-left: 48px;
}

.megaMenuWrapper .col-4 {
  border-left: 1px solid rgba(134, 162, 162, 0.2);
  padding-left: 48px;
}

/* Form elements Style */

.hs-richtext {
  font-size: 16px;
  line-height: 24px;
  color: #220047;
  margin-bottom: 24px;
}

.hs-richtext p a,
.hs-form-booleancheckbox a {
  color: #220047;
  font-weight: 500;
  font-family: "Graphik Compact Web", sans-serif;
}
.letsTalkForm .hs-richtext {
  color: #fff;
}

.letsTalkForm .hs-richtext p a,
.letsTalkForm .hs-form-booleancheckbox a {
  color: #fff;
}

.hs-form-booleancheckbox .hs-form-booleancheckbox-display {
  display: flex;
}

.hs-form-booleancheckbox .hs-form-booleancheckbox-display input::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background-color: #ffa191;
  border: 1px solid #220047;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: -5px;
  cursor: pointer;
}
.letsTalkForm
  .hs-form-booleancheckbox
  .hs-form-booleancheckbox-display
  input::before {
  background-color: #220047;
  border: 1px solid #fff;
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 24px;
}

.hs-form-booleancheckbox-display input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: rgba(0, 0, 0, 0);
  top: 5px;
  left: 5px;
  border: 2px solid #220047;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}

.letsTalkForm
  .hs-form-booleancheckbox-display
  input[type="checkbox"]:checked::before {
  background-color: #ffa191;
  border-color: #ffa191;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 16px;
}

.hs-form-booleancheckbox .hs-form-booleancheckbox-display input {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  border-radius: 4px;
}

form input,
form textarea,
form select {
  border: 0;
  border-bottom: 1px solid #220047;
  height: 40px;
  background-color: transparent;
  outline: 0 !important;
  width: 100%;
  max-width: 553px;
  color: #220047;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 0 !important;
  offset: 0 !important;
}

.hs-form-field ul label,
.hs-fieldtype-select label,
.hs-fieldtype-textarea label {
  opacity: 1 !important;
}

form select {
  background-color: #ffa191 !important;
  color: #220047;
}

form select option:hover {
  background-color: yellow;
}

.hs-form-field label span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #220047;
}

.hs-form-field {
  position: relative;
  margin-bottom: 38px;
}

.hs-error-msg {
  position: initial !important;
  color: #f02f3b;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

.hs-fieldtype-radio .inputs-list,
.hs-form-radio-display {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-right: 24px;
  position: relative;
}

form .hs-fieldtype-text label {
  position: absolute;
  top: -21px;
  transition: all 0.2s;
}

form input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  opacity: 0 !important;
  z-index: 1;
  position: inherit;
  cursor: pointer;
}

form .hs-form-radio-display::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #220047;
  background-color: transparent;
  border-radius: 100%;
  display: block;
  position: absolute;
}

form .checkedRadioBtn::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #220047;
  position: absolute;
  left: 4px;
  display: block;
}

form .hs-fieldtype-text:first-child,
form .hs-fieldtype-text:nth-child(2) {
  width: calc(50% - 14px);
  display: inline-block;
  max-width: 261px;
  vertical-align: top;
}

form .hs-fieldtype-text:first-child {
  margin-right: 14px;
}

form .hs-fieldtype-text .floating {
  top: -21px;
  transition: all 0.2s;
}

footer .hs-form-field input {
  border-color: #fff;
  width: 320px;
  color: #fff;
}
footer a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
}

footer .hs-form-field,
footer .input,
footer .hs-error-msgs label {
  width: 320px;
}

footer .hs-form-field label span {
  color: #fff;
  font-size: 14px;
}

footer .formSection {
  width: 100%;
  margin-left: 0;
}

form input[type="submit"],
.btn-secondary {
  border: 1px solid #220047;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #220047;
  border-radius: 4px !important;
  transition: all 0.2s;
  padding: 8px 16px;
  height: 41px;
  background-color: transparent;
  font-family: "Graphik Compact Web", sans-serif;
}

.autoplay button,
.slider button {
  width: 40px;
  height: 40px;
  background-color: #f95b66 !important;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 4px;
}

.autoplay button::before {
  display: none;
}

.slick-prev,
.slick-next {
  background-image: url("../mathco/Icons/prevIcon.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: center;
  display: flex;
  display: none;
  align-self: center;
}

.slick-next {
  background-image: url("../mathco/Icons/arrowForward.svg");
  background-repeat: no-repeat;
  left: 40px !important;
  margin-left: 16px !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #ffa191 !important;
}

.slick-initialized .slick-slide {
  padding: 0 0 0 20px;
  height: unset;
  align-items: stretch;
  display: flex;
}

.slider__counter {
  position: absolute;
  left: 120px;
  bottom: 33px;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: #220047;
  display: flex;
  justify-content: center;
  align-items: center;
}

.purpleText {
  color: #220047 !important;
}

.whatsNew img {
  width: 133px;
  height: 100px;
  border-radius: 10px;
}

.whatsNew .flexStartItems {
  justify-content: flex-start;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 0;
}

.work-at-mathco {
  width: 100%;
  height: 100vh;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.iframeMainWrapper header .linkwithIcon,
.iframeMainWrapper header .icon-expandMore:before {
  color: pink;
}

.icon-expandMore {
  display: inline-block;
  width: 16px; 
  height: 16px;
  margin-top: 5px;
  margin-left: 8px;
}

.menuListWrapper .icon-expandMore:hover {
  color: #f95b66 !important;
}
.iframeMainWrapper .entry-header.alignwide,
.iframeMainWrapper .entry-footer.default-max-width {
  display: none;
}

.iframeMainWrapper::-webkit-scrollbar {
  display: none !important;
}

.iframeMainWrapper {
  overflow-x: hidden;
}

.iframeMainWrapper .entry-content p {
  margin-bottom: -10px;
  background-color: #c9def4;
  padding-bottom: 30px;
}
.wrap404 {
  padding: 99px 0 116px;
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #220047;
}

/* event spotlight (Home Page) */
.eventSpotlightSection {
  padding: 60px 0;
  background-color: white;
}

.eventGalleryWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-item {
  width: 30%; /* Adjust according to your layout */
  margin-bottom: 20px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Styling for the Why Join AIXC section */
.why-join-aixc {
  padding: 50px;
  background-color: #ebe3d6 !important; 
  text-align: center;
}

/* Heading Styling */
.why-join-heading {
  color: #220047;
  font-family: "Graphik", sans-serif;
  font-size: 14px; 
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  align-items: center;
  display: flex;
  justify-content: center;
}

.why-join-sub-heading {
  color: #220047;
  font-family: "Graphik Compact web";
  font-size: 56px; 
  font-weight: 300;
  line-height: 68px; 
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

/* Grid Container */
.why-join-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 0; /* No gap between the blocks */
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

/* Block Styling */
.why-join-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px; 
  border-right: 2px solid #e0e0e0; 
  border-left: 2px solid #e0e0e0; 
  padding: 20px;
  background-color: #fff;
}

.why-join-block:nth-child(3n) {
  border-right: none;
}

/* Blank Block Styling */
.why-join-block.blank {
  background-color: transparent; 
}

/* Filled Block Styling */
.why-join-block.filled {
  background-color: #fff;
}

/* Center Line Styling */
.center-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 0;
}

/* Block Content Styling */
.why-join-content h3 {
  font-family: "SectionFont", sans-serif; 
  font-weight: 400;
  font-size: 40px;
  color: #f95b66;
  margin-bottom: 8px;
}

.why-join-content p {
  font-size: 14px;
  color: #333;
}


/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .why-join-grid {
    grid-template-columns: 1fr;
  }
  .center-line {
    display: none; 
  }
  .slick-initialized .slick-slide{
    padding: 0;
  }
}

/* Latest Insight Section*/

.latest-insights-subheading {
  font-family: "Graphik web", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 37px;
  /* Add more styles as needed */
}

.latest-insights .sub-heading {
  font-size: 14px;
  margin-bottom: 30px;
  font-family: "Graphik";
  font-weight: 400;
  letter-spacing: 1px;
}
.latest-insights .purpleBg {
  background-color: #220047;
  padding: 20px 0;
}
.latest-insights .slide {
  padding: 20px;
}
.latest-insights .insightsItemWrap {
  text-align: left;
}
.latest-insights .insightsItemWrap img {
  width: 437px;
  height: 330px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.latest-insights .insightTagDate {
  margin-bottom: 10px;
}
.latest-insights .tagWrap {
  font-size: 14px;
  color: #220047;
  /* text-transform: uppercase; */
}
.latest-insights .insightDate {
  font-size: 14px;
  color: #fff;
}
.latest-insights .insightsItemWrap p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.latest-insights .responsiveInsightDate {
  display: none;
}
.latest-insights .linkwithIcon {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
.latest-insights .linkwithIcon i {
  margin-left: 5px;
}

.post-dates-with-line {
  display: flex;
  align-items: center;
  gap: 10px; 
  font-weight: 500;
  color: #fff;
  font-family: "Graphik web", "sans-serif";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  margin-right: 10px;
}

.post-dates-with-line::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff; 
}

.custom-carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f15c66; 
  border: none;
  color: #220047; 
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.custom-carousel-arrows {
  z-index: 10; 
  margin-top: 30px;
  margin-bottom: 20px;
}

.paginationControls {
  display: flex;
  justify-content: flex-end;
}
/* Meet the council */
.meet-council-container {
  text-align: center;
  font-family: "Graphik Compact Web", sans-serif;
}

.content-center h1 {
  text-align: center;
  font-family: "Graphik";
  font-size: 14px;
  font-weight: 500;
  color: #220047;
  text-transform: uppercase;
  margin-top: 30px;
}

.content-center p {
  text-align: center;
  font-family: "Graphik Compact Web";
  font-size: 56px;
  font-weight: 200;
  line-height: 68px;
  color: #220047;
}

.meet-council-container {
  background-color: #cadef3;
  padding: 50px 0;
}

/* Category Filters */
.filters-inline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-buttons {
  display: flex;
  gap: 5px;
}

.line {
  height: 20px; 
  background-color: #220047;
}

.custom {
  background-color: #ffc5cf;
}

.custom-bg-style {
  background-color: #ffc5cf;
  padding-bottom: 3rem;
  min-height: 100vh;
}
/* Meet the council page */
.council-heading .heading-text {
  color: #220047; 
  font-family: "Graphik web", sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px;
  letter-spacing: 1px;
  margin-top: 106px;
  margin-bottom: 16px;
  text-transform: capitalize !important;
}

.council-heading .subheading-text {
  color: #220047;
  font-family: "Graphik Compact Web", sans-serif;
  font-size: 56px;
  line-height: 68px;
  font-weight: 300;
  margin-bottom: 106px;
}

#industry-categories {
  display: flex;           
  flex-wrap: wrap;
  gap: 0;
  overflow: hidden;        
  max-height: 0;        
  opacity: 0;          
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

/* Open state */
#industry-categories.open {
  max-height: 600px;
  opacity: 1;
}


#industry-categories button {
  background-color: transparent;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #220047;
  color: #220047;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}

#industry-categories button:hover {
  color: #220047;
}

.leader-name {
  font-family: "Graphik web", "sans-serif" !important;
  font-size: 24px;
  font-weight: 500;
  color: #220047;
  line-height: 34px;
  margin-bottom: 8px;
}

.leader-designation {
  font-size: 16px;
  color: #220047;
  font-family: "Graphik web", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  margin-top: -6px;
  margin-bottom: 2px;
}

.leader-company {
  font-size: 16px;
  color: #220047;
  font-family: "Graphik web", "sans-serif";
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 52px;
}

.leader-card img {
  border-radius: 10px !important; 
}

.leader-industry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background-color: transparent;
  border: 1px solid #220047;
  border-radius: 4px;
  font-size: 14px;
  color: #220047;
  white-space: nowrap;
  margin-left: 10px;
  margin-top: 6px;
}

/* General styles for .filterTabWrap */
.filterTabWrap {
  margin-bottom: 24px;
  border-top: none !important; 
  position: relative;
}

.filterTabWrap::before,
.filterTabWrap::after,
.tabs::before,
.tabs::after {
  display: none !important;
}

.insightInnerContentWrap {
  border-top: none !important;
}

/* ################### DIV-1 ######################*/
.div-1 {
  display: flex;
}

.leftTopBottom {
  width: 20%;
  height: 138px;
  /* border: 2px solid black; */
  position: relative;
}

.leftTopBottom::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(106% - 10px);
  height: 100%;
  border-bottom: 1px solid #6b5746;
  border-top: 1px solid #6b5746;
  pointer-events: none;
}

.leftTopBottom::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  border-left: 1px solid #6b5746;
  border-right: 1px solid #6b5746;
  pointer-events: none;
}

.topRightBottom {
  width: 867px;
  height: 138px;
  /* border: 2px solid black; */
  position: relative;
}

.topRightBottom h6 {
  font-family: "Graphik Compact Web", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 38px !important;
  margin-left: 38px;
  margin-top: 8px;
  color: #220047;
}

.topRightBottom p {
  font-family: "Graphik Web", "sans-serif";
  font-size: 16px;
  color: #220047;
  font-weight: 400;
  line-height: 24px;
  margin-left: 38px;
}

.topRightBottom::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(105% - 10px);
  height: 100%;
  border-bottom: 1px solid #6b5746;
  border-top: 1px solid #6b5746;
  pointer-events: none;
}

.topRightBottom::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #0f0d0d; */
  border-right: 1px solid #6b5746;
  pointer-events: none;
}

.lastBox {
  width: 238px;
  height: 138px;
  /* border: 2px solid black; */
  position: relative;
}

.lastBox::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #6b5746;
  border-top: 1px solid #6b5746;
  pointer-events: none;
}

.lastBox::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #0f0d0d; */
  border-right: 1px solid #6b5746;
  pointer-events: none;
}

/* ##################### DIV-2 ####################### */

.div-2 {
  display: flex;
}

.leftBottomRight {
  width: 1019px;
  height: 360px;
  /* border: 2px solid black; */
  position: relative;
}

.leftBottomRight::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(106% - 10px);
  height: 100%;
  border-bottom: 1px solid #6b5746;
  /* border-top: 1px solid #080606; */
  pointer-events: none;
}

.leftBottomRight::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  border-left: 1px solid #6b5746;
  border-right: 1px solid #6b5746;
  pointer-events: none;
}

.bottomRight {
  width: 40%;
  height: 370px;
  position: relative;
}

.bottomRight::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: calc(100% - 5px);
  height: 100%;
  border-bottom: 1px solid #6b5746;
  /* border-top: 1px solid #080606; */
  pointer-events: none;
}

.bottomRight::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #0f0d0d; */
  border-right: 1px solid #6b5746;
  pointer-events: none;
}

/* #################  DIV-3 ######################## */
.div-3 {
  display: flex;
  margin-bottom: 40px;
}

.div-3-leftBottomRight {
  width: 200px;
  height: 138px;
  position: relative;
}

.div-3-leftBottomRight::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(106% - 10px);
  height: 100%;
  border-bottom: 1px solid #6b5746;
  /* border-top: 1px solid #080606; */
  pointer-events: none;
}

.div-3-leftBottomRight::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  border-left: 1px solid #6b5746;
  border-right: 1px solid #6b5746;
  pointer-events: none;
}

.div-3-bottomRight {
  position: relative;
  width: 1203px;
}

.div-3-bottomRight h6 {
  font-family: "Graphik Compact Web", "sans-serif";
  color: #220047;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-left: 38px;
  margin-top: 38px;
}

.div-3-bottomRight p {
  font-family: "Graphik web", "sans-serif";
  color: #220047;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  margin-left: 38px;
}

.div-3-bottomRight::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #6b5746;
  /* border-top: 1px solid #080606; */
  pointer-events: none;
}

.div-3-bottomRight::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #0f0d0d; */
  border-right: 1px solid #6b5746;
  pointer-events: none;
}

/* ################################################################### */
.filterTabWrap .tab span {
  font-size: 18px;
  padding-right: 4px;
  width: 15px;
  text-align: center;
  display: block;
}

#filtertab2 {
  cursor: default;
}

/* Top and bottom lines for '+Topic' bar */
.borderBeforeAfter::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  /* border-bottom: 1px solid #fff; */
  /* border-top: 1px solid #fff; */
  pointer-events: none;
}

/* Left and right lines for '+Topic' bar */
.borderBeforeAfter::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #fff; */
  /* border-right: 1px solid #fff; */
  pointer-events: none;
}

.mobBorderTopNone {
  position: relative;
}

.mobBorderTopNone::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  /* border-bottom: 1px solid #fff; */
  /* border-top: 1px solid #fff; */
  pointer-events: none;
}

.mobBorderTopNone::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #fff; */
  border-right: 1px solid #fff;
  pointer-events: none;
}

/* Customize border colors for '+Topic' bar */
.filterTabWrap .tab.borderBeforeAfter::before,
.filterTabWrap .tab.borderBeforeAfter::after {
  border-color: #220047;
  border-left: none;
  transition: 0.2s;
  /* border-bottom: none; */
}

/* Ensure bottom line remains when active */
.filterTabWrap .tab.active.borderBeforeAfter::before {
  /* border-color: red; */
  border-top: 1px solid black;
  /* border-bottom: none; */
}


.borderBeforeAfter1 {
  position: relative;
}

.borderBeforeAfter1::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #220047;
  border-top: 1px solid #220047;
  pointer-events: none;
}
.borderBeforeAfter1::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #fff; */
  /* border-right: 1px solid #fff; */
  pointer-events: none;
}

.borderBeforeAfter1.hide-bottom-border::before {
  border-bottom: none;
}

/* next before after */
.next-borderBeforeAfter {
  position: relative;
  width: 100%;
}

.next-borderBeforeAfter::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #220047;
  border-top: 1px solid #220047;
  pointer-events: none;
}

.next-borderBeforeAfter ::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  border-left: 1px solid #220047;
  /* border-right: 1px solid #220047; */
  border-right: none;
  pointer-events: none;
}

.oneline {
  position: relative;
}

.oneline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  /* border-bottom: 1px solid #220047; */
  border-top: 1px solid #220047;
  pointer-events: none;
}

.oneline::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #220047; */
  border-right: 1px solid #220047;
  pointer-events: none;
}

/* Tag styles */
.filterTabWrap .tagsWrap a.tag {
  height: 29px;
  border-radius: 4px;
  border: 1px solid #220047;
  color: #220047;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 4px 8px;
  display: flex;
  margin: 0 20px 20px 0;
}

.filterTabWrap .tagsWrap a.tag.active {
  background: #220047;
  border-color: #220047;
  color: #fff;
}

.filterTabWrap .tagsWrap a.tag:hover {
  background: #220047;
  color: #fff;
  border: 1px solid #220047;
}

/* Tags wrap container */
.filterTabWrap .tagsWrap {
  display: flex;
  padding: 45px 0 25px;
  align-items: flex-start;
  flex-direction: column;
}

/* Tag content */
.filterTabWrap .tabContent {
  margin-bottom: auto;
}

.filterTabWrap .tabContent .inner {
  flex-wrap: wrap;
  display: flex;
}

/* Clear wrap */
.clearWrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* Add a horizontal line above the pagination section */
.paginationInfoWrap {
  font-family: "Graphik web", "sans-serif";
  position: relative;
  padding-top: 0px; 
  color: #220047;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.currentPageInfo {
  color: #220047 !important;
  margin-top: 16px !important;
  display: ruby;
}

.paginationInfoWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #220047; 
}

/* Search Container Styling */

#additional-industries {
  display: none;
  flex-direction: row;
  gap: 5px;
}

.industry-filters button {
  margin: 5px;
  text-transform: none;
  background: lightpink;
  border: none;
  border-radius: 5px;
  padding: 5px;
}

#more-industries {
  margin-left: 10px;
}

#industry-categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
}

#industry-categories button {
  background-color: transparent;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #220047;
  color: #220047;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}

#industry-categories button:hover {
  color: #220047;
}

.custom-post-type-tag {
  background-color: #c9def4 !important;
  color: #220047 !important;
  font-family: "Graphik web", "sans-serif";
  padding: 7px 8px;
  font-weight: 400;
  font-size: 14px;
}

.post-dates {
  font-family: "Graphik web", "sans-serif";
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}

.post-title {
  font-family: "Graphik web", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  margin-top: 16px;
}

.custom-cta-link {
  padding: 6px 1px;
  font-family: "Graphik web", "sans-serif";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  margin-top: 24px !important;
  margin-bottom: 60px;
}

/* Meet the Council page */
.meet-council-section {
  padding: 50px 0;
  background-color: #cadef3;
}

.become-a-member {
  padding: 75px 0px 76px 0px;
  height: 376px;
  text-align: center;
  background-color: #ebe3d6;
}

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

.become-a-member h3 {
  font-family: "Graphik Compact Web", "sans-serif";
  color: #220047;
  font-size: 72px !important;
  font-weight: 300 !important;
  line-height: 87px;
  margin-top: 6px;
  text-align: center;
}

.subheading-member {
  font-family: "Graphik web", "sans-serif";
  color: #220047;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 54px;
  margin-top: 19px;
}

.button {
  display: inline-block;
  padding: 10px 18px;
  background-color: transparent;
  color: #220047;
  border: 1px solid #220047;
  border-color: #220047;
  border-radius: 4px;
  font-family: "Graphik Web", "sans-serif";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

.button:hover {
  cursor: pointer;
  color: #220047;
}

/*  Council Members*/

.council-member-profile {
  display: flex;
  justify-content: space-between;
  background-color: #c9def4; 
  padding: 200px;
  border-radius: 10px;
  position: relative;
  gap: 0;
  font-family: "Graphik Compact", sans-serif;
  font-size: 14px;
}

.left-section {
  flex: 1;
}

.right-section {
  max-width: 350px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 435px;
  /* margin-top: 169px; */
  margin-right: 153px;
}

.profile-header {
  margin-bottom: 80px;
}

.profile-header h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0a174e; 
}

.designation {
  font-size: 16px;
  color: #220047;
  margin-top: 169px;
  margin-left: 155px;
}
.company {
  font-size: 16px;
  color: #220047;
  margin-bottom: 5px;
  font-weight: bolder;
}

.category {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.linkedin-icon img {
  width: 30px;
  margin-top: 10px;
  align-items: left;
}

.profile-image img {
  max-width: 500px;
  height: auto;
  border-radius: 10px;
}

.profile-background {
  margin-top: 20px;
  margin-right: 200px;
}

.profile-background h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0a174e;
}

.profile-background p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .council-member-profile {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-section {
    max-width: 100%;
    width: 100%;
    margin-top: 169px;
    margin-bottom: 435px;
  }
}

/* Join the Council Page */

.join-the-council {
  height: 469px;
  background-color: #220047;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 10px; */
  margin-top: 0px;
}

.join-the-council h2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Graphik Web", "sans-serif";
  text-transform: uppercase;
  color: #ffa497;
  margin-top: 83px;
  margin-bottom: 16px;
}

.join-the-council p {
  text-align: center;
  font-family: "Graphik Compact Web", sans-serif;
  font-weight: 300;
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 96px;
}

/* Modal container - Join the council page*/
.modal-content {
  background-color: #ffa191;
  margin: 10% auto;
  padding: 40px;
  width: 100%;
  max-width: 700px;
  height: auto;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  outline: 0;
}

.modal-content .close-button {
  position: absolute;
  top: 15px;
  right: 15px; 
  font-size: 30px;
  color: #2a2a72; 
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: color 0.3s; 
}

.modal-content .close-button:hover {
  color: #1e1a5c; 
}

#hubspotModalLabel {
  font-family: "Graphik compact web", sans-serif;
  font-size: 40px;
  color: #220047;
  font-weight: 300;
}

/* Target the HubSpot form container */
#application_form .hs-form {
  display: flex;
  flex-direction: column; 
  gap: 20px; 
}

/* Target HubSpot form fields (each field wrapper) */
#application_form .hs-form-field {
  display: flex;
  align-items: center; 
  gap: 10px; 
}

/* Style HubSpot labels */
#application_form .hs-form-field label {
  font-family: "Graphik", sans-serif;
  color: #220047; 
  font-size: 16px;
  margin-right: 13px; 
  white-space: nowrap; 
  font-weight: 500; 
}

/* Style HubSpot inputs */
#application_form .hs-form-field input,
#application_form .hs-form-field select {
  flex: 1; 
  max-width: 100%; 
  padding: 10px 12px; 
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #220047; 
  border-radius: 4px 4px 0 0; 
  outline: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); 
  transition: border-color 0.3s; 
}

#application_form .hs-form-field input:focus,
#application_form .hs-form-field select:focus {
  border-bottom-color: #220047; 
  max-width: 500px;
}

/* Style HubSpot textarea */
#application_form .hs-form-field textarea {
  flex: 1;
  max-width: 100%;
  padding: 15px 18px;
  border: 1px solid #220047;
  /* border-bottom: 2px solid #220047; */
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  font-size: 22px;
  height: 180px; 
  resize: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

#application_form .hs-form-field textarea:focus {
  border-bottom-color: #1e1a5c;
}

#application_form .hs-submit {
  display: flex;
  justify-content: center; 
  margin-top: 10px;
}

/* Style HubSpot submit button */
#application_form .hs-submit .hs-button {
  background-color: #2a2a72; 
  color: white;
  padding: 12px 25px; 
  border: none;
  border-radius: 6px; 
  cursor: pointer;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.2s; 
}

#application_form .hs-submit .hs-button:hover {
  background-color: #1e1a5c; 
  transform: translateY(-2px); 
}


#leader-search {
  width: 100%;
  max-width: 500px;
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid #ccc;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

#leader-search:focus {
  border-color: #3b82f6; 
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.max-w-7xl {
  position: relative;
  overflow: hidden; 
}

#tab1-content {
  min-height: 40px; 
  width: 100%; 
}

.search-input {
  background-color: #fff; 
  border: 1px solid #d1d5db; 
  padding: 8px 16px;
  border-radius: 9999px; 
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  width: 100%;
  max-width: 300px; 
}

.tab svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 4px; 
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-input {
  position: absolute;
  right: 0;
  width: 0;
  padding: 8px;
  border: none;
  border-bottom: 2px solid #220047;
  background: transparent;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(20px);
}

.search-input.active {
  width: 200px;
  opacity: 1;
  transform: translateX(0);
}

.search-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 8px;
}

.search-icon {
  transition: transform 0.3s ease;
}

.search-icon:hover {
  transform: scale(1.1);
}

.search-container {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.search-icon {
  cursor: pointer;
  padding: 8px;
  z-index: 2;
  transition: transform 0.3s ease;
}

.search-input {
  position: absolute;
  left: 100%;
  width: 0;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1;
}

.search-input.active {
  width: 200px;
  padding: 8px 12px;
  opacity: 1;
  background: #fff;
  border-bottom: 2px solid #220047;
  margin-left: 8px;
}

.search-icon:hover {
  transform: scale(1.1);
}

/* Contribution section- Leader page */

.contributions-section {
  margin-top: 40px;
  padding: 20px;
  background-color: #f5f7fa; 
}

.contributions-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.contributions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.contribution-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contribution-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.contribution-card .date {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.contribution-card .contribution-link {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
}

.contribution-card .contribution-link:hover {
  text-decoration: underline;
}

/* Single leader- heading  */

.company-name {
  font-family: "Graphik Web", "sans-serif";
  display: block; 
  font-size: 16px; 
  color: #220047;
  line-height: 24px; 
  font-weight: 500;
  margin-top: -8px; 
}

.infoWrap p {
  color: #220047;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.infoWrap h3 {
  color: #220047;
  font-family: "Graphik Compact Web", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 80px;
}

.post-date-with-line {
  font-family: "Graphik Web", "sans-serif";
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #220047; 
}

.post-date-with-line::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #220047; 
}

/* Apply to Join Section */
.apply-to-join-section {
  background-color: #ffc5cf !important;
  padding: 90px 0 74px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.apply-to-join-container {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.apply-to-join-heading {
  font-family: "Graphik Web", "sans-serif";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #220047;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 19px;
}

.apply-to-join-subheading {
  font-family: "Graphik Compact Web", "sans-serif";
  font-size: 56px;
  font-weight: 300;
  line-height: 68px;
  color: #220047;
  margin-bottom: 54px;
  text-align: center;
}

.apply-to-join-btn {
  padding: 8px 16px;
  font-size: 14px;
  color: #220047;
  background-color: transparent;
  border: 1px solid #220047;
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 4px;
}
.currentPageInfo .flexWrap {
  display: ruby !important;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  border-bottom: 0;
  margin-bottom: 30px;
}

textarea.hs-input.hs-fieldtype-textarea {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  min-height: 120px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #220047;
  border-radius: 4px;
  resize: vertical;
}

#hubspot-form-container form input:not([type="submit"]),
#hubspot-form-container form textarea,
#hubspot-form-container form select {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  min-height: 40px;
  padding: 10px;
  font-size: 14px;
  /* border: 1px solid #220047; */
  border-radius: 4px !important;
  resize: vertical;
  outline: 0 !important;
  background-color: transparent;
  color: #220047;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px !important;
}

#hubspot-form-container form textarea {
  min-height: 120px;
}

#hubspot-form-container .submitted-message {
  font-size: 35px;
  font-weight: 500;
  color: #220047;
  text-align: center;
  margin: 20px 0;
  padding: 10px;
  line-height: 1.5;
  font-family: "Graphik Compact Web", "sans-serif";
}

.modal-header-line {
  border: 0;
  border-top: 1px solid #220047;
  width: 100%;
  margin: 15px 0 5px 0;
}
/*  Join the Council (Meet the Council, Eligibility Criteria)*/

.eligibility-section {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 19px 20px; */
  background-color: #ffa497;
}

.eligibility-section h2 {
  padding-top: 48px;
  text-align: center;
  font-size: 72px;
  font-family: "Graphik Compact Web", "sans-serif";
  line-height: 87px;
  font-weight: 300;
  color: #220047;
}

.eligibility-section p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Graphik web", "sans-serif";
  color: #220047;
  margin-top: 19px;
  margin-bottom: 42px;
}

.column-description {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Graphik web", "sans-serif";
  color: #220047;
  margin-top: 20px;
  margin-bottom: 61px !important;
}

.columns-container {
  display: flex;
  justify-content: space-around;
  grid-template-columns: repeat(3, 1fr);
}

/* For 2 columns on tablet */
.columns-container > .column {
  flex: 1 1 calc(50% - 15px); 
  max-width: calc(50% - 15px);
}

.column {
  background: transparent;
  /* padding: 10px; */
  border-radius: 8px;
}

.column h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 1px;
}

.column img {
  margin-bottom: 19px;
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 57px;
}

/* Apply to Join Section */

.apply-section {
  padding: 4rem 0;
  text-align: center;
  background-color: #ffc5cf;
}

.apply-content {
  /* max-width: 800px; */
  margin: 0 auto;
}

.main-heading {
  font-size: 14px;
  font-family: "Graphik";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 1rem;
  color: #220047;
}

.sub-heading {
  font-size: 16px;
  font-family: "Graphik";
  font-weight: 200;
  line-height: 68px;
  margin-bottom: 2rem;
  color: white;
}

.apply-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: transparent;
  color: #220047;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  border: 1px solid;
  border-color: #220047;
}

.apply-button:hover {
  cursor: pointer;
}

.why-join-section * {
  margin: 0;
  box-sizing: border-box;
}

.industry-active {
  background-color: #220047 !important;
  color: white !important;
}

#industry-categories button:hover {
  background-color: #220047 !important;
  color: white !important;
}

/* Container */
.why-join-section {
  background-color: #ebe3d6;
  height: 1025px;
}
.container {
  max-width: 1160px;
  margin: 0 auto;
  /* padding: 20px; */
}

.aixc-heading {
  font-family: "Graphik Compact Web", "sans-serif";
  font-size: 72px;
  font-weight: 300;
  line-height: 87px;
  margin-top: 0px;
  color: #220047;
  padding-top: 90px;
}

.aixc-description {
  font-family: "Graphik Web", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  margin-left: 10px;
  margin-bottom: 77px;
  color: #220047;
}

/* Div-1 (Connections) */
.div-1 {
  display: flex;
  /* margin-bottom: 20px; */
}

.leftTopBottom {
  width: 255px; 
  padding: 20px;
}

.leftTopBottom h3 {
  font-size: 24px;
  color: #4a3c6d; 
  margin-bottom: 10px;
}

.leftTopBottom p {
  font-size: 16px;
  color: #333;
}

/* Div-2 (Image and Conversations) */
.div-2 {
  display: flex;
  /* margin-bottom: 20px; */
}

.leftBottomRight {
  width: 1019px;
  height: 362px;
  padding: 20px;
  display: inline-grid;
}

.leftBottomRight .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-top: -6px;
}

.bottomRight {
  width: 340px;
  height: 362px;
  padding: 20px;
}

.bottomRight h6 {
  font-family: "Graphik Compact web", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #220047;
  margin-bottom: 8px;
  margin-top: 86px;
  margin-left: 48px;
}

.bottomRight p {
  font-size: 16px;
  color: #220047;
  font-family: "Graphik Web", "sans-serif";
  font-weight: 400;
  line-height: 24px;
  margin-left: 48px;
}

/* Div-3 (Content) */
.div-3 {
  display: flex;
  margin-bottom: 40px;
}

.div-3-leftBottomRight {
  width: 12%; 
  padding: 20px;
}

.div-3-leftBottomRight h3 {
  font-size: 24px;
  color: #4a3c6d;
  margin-bottom: 10px;
}

.div-3-leftBottomRight p {
  font-size: 16px;
  color: #333;
}

.why-join-div-1 {
  /* background-color: lightgreen; */
  display: flex;
  justify-content: space-around;
}

.why-join-full-box {
  position: relative;
  width: 33.3%;
  height: 360px;
}

.why-join-full-box::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #201515;
  border-top: 1px solid #080606;
  pointer-events: none;
}

.why-join-full-box::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  border-left: 1px solid #0f0d0d;
  border-right: 1px solid #110f0f;
  pointer-events: none;
}

.why-join-topRightBottom {
  position: relative;
  width: 33.3%;
  height: 360px;
}

.why-join-topRightBottom::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #201515;
  border-top: 1px solid #080606;
  pointer-events: none;
}

.why-join-topRightBottom::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #0f0d0d; */
  border-right: 1px solid #110f0f;
  pointer-events: none;
}

.why-join-div-2 {
  display: flex;
  justify-content: space-around;
}

/* 1 */
.why-join-leftBottomRight {
  position: relative;
  width: 33.3%;
  height: 360px;
}

.why-join-leftBottomRight::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #201515;
  /* border-top: 1px solid #080606; */
  pointer-events: none;
}

.why-join-leftBottomRight::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  border-left: 1px solid #0f0d0d;
  border-right: 1px solid #110f0f;
  pointer-events: none;
}

/* 2 */

.why-join-bottomRight {
  position: relative;
  width: 33.3%;
  height: 360px;
}

.why-join-bottomRight::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #201515;
  /* border-top: 1px solid #080606; */
  pointer-events: none;
}

.why-join-bottomRight::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  left: 0;
  /* border-left: 1px solid #0f0d0d; */
  border-right: 1px solid #110f0f;
  pointer-events: none;
}

.whyJoinAixcSection {
  background-color: #ebe3d6;
}

.why-join-full-box img {
  height: auto;
  margin-bottom: 10px;
}

/* Testimonial - Join the Council */

.homeOurPlatformSection .featuredImg img {
  max-width: 600px;
  max-height: 367px;
  width: 100%;
}
.homeHearFromUs.hearFromUs .purpleBg {
  background-color: #220047;
  padding: 16px;
}

.homeHearFromUs.hearFromUs .purpleBg {
  padding: 4px 12px;
}

.homeHearFromUs.hearFromUs .purpleBg {
  min-height: 430px;
  border-radius: 10px;
}

.homeHearFromUs.hearFromUs .leftSection {
  position: relative;
  height: 100%;
  /* padding-top: 40px; */
  padding: 40px 41px 40px;
}

.ourLatestnewsInsightsSection {
  position: relative;
}

.homeHearFromUs .autoplay button,
.homeHearFromUs .slider button {
  bottom: -95px;
}

.homeHearFromUs .autoplay button.slick-next {
  margin-left: 0 !important;
}

.homeHearFromUs .linkedIn i::before {
  color: #fff;
}

.homeHearFromUs .linkedIn {
  margin-left: 16px;
}

.homeHearFromUs .autoplay button.slick-prev {
  left: -16px !important;
}

.homeHearFromUs .autoplay button {
  bottom: 0;
  margin-bottom: -110px;
  left: 40px !important;
}

.homeHearFromUs.ourExpertiseSection h6 {
  color: #fff !important;
  max-width: 100%;
  /* margin-right: 64px;
  margin-bottom: 48px; */
  padding-bottom: 139px;
}

.homeHearFromUs .slick-slider {
  padding-bottom: 0;
  position: relative;
}

.homeHearFromUs .sectionLabel {
  color: #fff;
  margin-bottom: 16px;
}

.homeHearFromUs .authorName {
  position: absolute;
  bottom: 40px;
  display: flex;
}

.homeHearFromUs.ourExpertiseSection .authorImage {
  padding: 20px 0px 20px 0;
}

/* footer style */

footer {
  background: #220047;
  padding: 80px 0 0 0;
  color: #ffffff;
}

footer .hs-richtext {
  color: #fff;
  font-size: 14px;
}

footer .hs-form-booleancheckbox .hs-form-booleancheckbox-display input::before {
  background-color: #220047;
  border-color: #fff;
}

footer .hs-form-booleancheckbox-display input[type="checkbox"]:checked::before {
  background-color: #ffa191;
  border-color: #ffa191;
}

footer .hs-button.primary {
  background-color: #f95b66;
}

.footerContentWrap .sectionTitle {
  text-align: left;
  margin-bottom: 27.18px;
  color: #fff;
}

.footerContentWrap ul {
  padding-left: 0;
  list-style: none;
}

.footerContentWrap ul li {
  margin-bottom: 7.5px;
}

.footerContentWrap ul li a {
  text-decoration: none;
  color: white;
}

.logoWrap {
  margin-top: 170.21px;
  padding: 0 45px 0px 45px;
}

.innerLogoWrap {
  display: flex;
  justify-content: space-between;
}

.alignSubLogo {
  align-self: end;
}

.moreMenu {
  margin-left: -40px;
}


.socialMediaIconsWrap {
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
}

.becomeMemberLink {
  color: #ffffff;
  text-decoration: none;
  font-family: "Graphik web", "sans-serif";
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0px;
}

.becomeMemberLink:hover {
  color: #ffa497;
}

.sectionTitle {
  font-family: "Graphik Web", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.sectionTitleSupport {
  font-family: "Graphik Web", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 32px;
  /* margin-left: -10px; */
}

header .sectionTitle {
  letter-spacing: 1px;
}

.updatesNote {
  font-family: "Graphik Web", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  font-family: "Graphik Web", "sans-serif";
  margin-bottom: 36px;
}

.moreMenuWrap ul li {
  margin-bottom: 16px;
}

.moreMenuWrap ul a {
  color: #ffffff;
  font-family: "Graphik Web", "sans-serif";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.img-fluid {
  border-radius: 10px;
  width: 583px;
  height: auto;
  margin-top: 0px;
}

.copyrightWrap {
  font-family: "Graphik Web", "sans-serif";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
}

.copyRightsocialMediaWrap {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom:54px;
}

.socialMediaIconsWrap {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: -50px;
}

.socialMediaIconsWrap li a {
  width: 24px;
  height: 24px;
  /* background-size: 24px 24px; */
  text-decoration: none;
  display: inline-block;
  margin-left: 17px;
}

.socialMediaIconsWrap i {
  font-size: 20px;
  color: #fff;
}

.socialMediaIconsWrap a:hover i,
.purpleBg header .socialMediaIconsWrap a:hover i,
.purpleBg header .socialMediaIconsWrap a:hover i::before {
  color: #ffa191;
}

.moreMenuWrap li:hover a,
.linkedIn i:hover::before {
  color: #ffa191 !important;
}

.megaMenuWrapper li:hover a .menuListTitle {
  color: #ffa191 !important;
}

.single-line-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.image-wrap img {
  border: none;
  vertical-align: top;
}

ul li {
  list-style-type: none;
}

.megaMenuWrapper ul li {
  border: none !important;
  border-left: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  background: none !important;
}


.megaMenuWrapper .image-wrap img {
  max-width: none !important;
  width: auto !important;
}

.mathco-initiates-text {
  margin-bottom: 0px;
  font-size: 72px;
  line-height: 87px;
  font-family: "Graphik Compact Web", sans-serif;
  font-weight: 300;
  /* max-width: 100%; */
  text-align: right;
  color: #FFA497;
}

.socialMediaIconsWrap .twitterIcon {
  width: 22.3px;
  height: 23.17px;
  background-image: url(./Icons/twitterIncHover.svg);
  background-image: url(./Icons/twitterInc.svg);
  background-repeat: no-repeat;
}


.socialMediaIconsWrap .instagramIcon {
  width: 27px;
  height: 27px;
  /* background-image: url(./Icons/twitterIncHover.svg); */
  background-image: url(./Icons/Group.svg);
  background-repeat: no-repeat;
}

.socialMediaIconsWrap .instagramIcon:hover{
  filter: brightness(0) saturate(100%) invert(74%) sepia(20%) saturate(1000%) hue-rotate(330deg) brightness(100%) contrast(90%); 
}

.socialMediaIconsWrap .SpotifyIcon {
  width: 26.42px;
  height: 26.86px;
  background-image: url(./Icons/spotifyInc.svg);
  top: 0.07px;
  background-repeat: no-repeat;
}

.socialMediaIconsWrap .SpotifyIcon:hover{
  filter: brightness(0) saturate(100%) invert(74%) sepia(20%) saturate(1000%) hue-rotate(330deg) brightness(100%) contrast(90%);
}

.socialMediaIconsWrap .youtubeIcon {
  width: 29.36px;
  height: 20.9px;
  top: 3.05px;
  background-image: url(./Icons/youtube-new.svg);
  background-repeat: no-repeat;
}

.socialMediaIconsWrap .youtubeIcon:hover{
  filter: brightness(0) saturate(100%) invert(74%) sepia(20%) saturate(1000%) hue-rotate(330deg) brightness(100%) contrast(90%);

}
.socialMediaIconsWrap .icon-linkedInInc{
  width: 26.4px;
  height: 26.77px;
  top: 0.11px;
  background-image: url(./Icons/linkedIn-new.svg);
  background-repeat: no-repeat;
}

.socialMediaIconsWrap .icon-linkedInInc:hover {
  filter: brightness(0) saturate(100%) invert(74%) sepia(20%) saturate(1000%) hue-rotate(330deg) brightness(100%) contrast(90%); /* Approximates LinkedIn's blue */
}

.socialMediaIconsWrap .SpotifyIcon:hover {
  color: #ffa497;
}

.socialMediaIconsWrap .twitterIcon:hover {
  filter: brightness(0) saturate(100%) invert(74%) sepia(20%) saturate(1000%) hue-rotate(330deg) brightness(100%) contrast(90%);

}
footer .icon-linkedInInc {
  font-size: 30px;
  display: block;
  margin-top: -2px;
}

footer .icon-youtube {
  font-size: 28px;
  margin-top: -2px;
  display: block;
}

.lastupdate {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

/* Single-leader - Contribution */

.contributions-slider .swiper-navigation {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  position: relative;
}

.contributions-slider .swiper-button-prev,
.contributions-slider .swiper-button-next {
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F95B66;
  opacity: 0.7;
  transition: opacity 0.3s;
  margin-right: 10px;
  cursor: pointer;
}

.contributions-slider .swiper-button-prev:hover,
.contributions-slider .swiper-button-next:hover {
  background-color: #F95B66;

  /* opacity: 1; */
}

.contributions-slider .swiper-button-prev {
  background-image: url('<?php echo get_template_directory_uri(); ?>/images/Vector (3).png');
  left: auto;
  right: auto;
}

.contributions-slider .swiper-button-next {
  background-image: url('<?php echo get_template_directory_uri(); ?>/images/Vector (2).png');
  left: auto;
  right: auto;
}

/* Hide default Swiper navigation arrows */
.contributions-slider .swiper-button-prev.swiper-button-disabled,
.contributions-slider .swiper-button-next.swiper-button-disabled,
.contributions-slider .swiper-button-prev,
.contributions-slider .swiper-button-next {
  display: none !important;
}

/* Ensure only custom navigation is used */
.contributions-slider .swiper-navigation .swiper-button-prev,
.contributions-slider .swiper-navigation .swiper-button-next {
  display: inline-flex !important;
}

/* Reset default Swiper button positioning */
.contributions-slider .swiper-button-prev,
.contributions-slider .swiper-button-next {
  position: static;
}

/* Meet the Council (mobile and tablet) */

/* Tablet (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .council-heading .heading-text {
    margin-top: 80px; 
    margin-bottom: 12px;
    font-size: 12px !important;
    text-align: center; /
  }

  .council-heading .subheading-text {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 80px;
    text-align: center;
  }

  .become-a-member h3 {
    font-size: 56px !important;
    line-height: 68px;
    margin-bottom: 12px !important;
    margin-top: 20px;
  }

  .subheading-member {
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 15px;
  }

  .button {
    padding: 8px 16px;
    margin-bottom: 60px;
  }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .council-heading .heading-text {
    margin-top: 40px;
    margin-bottom: 8px;
    font-size: 12px !important;
    text-align: center;
  }

  .become-a-member {
    padding: 0px;
    min-height: 310px;
  }

  .council-heading .subheading-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  .become-a-member h3 {
    font-size: 50px !important;
    line-height: 44px;
    margin-bottom: 35px !important;
    padding-top: 40px;
    margin-top: 0px;
  }

  .subheading-member {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
    margin-top: 10px;
  }

  .button {
    padding: 12px 14px;
    margin-bottom: 40px;
    width: 90%;
    max-width: 200px;
  }

  .bannerSectionBlog h1{
    font-size: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .join-the-council {
    height: auto;
    padding: 100px 20px 40px 20px;
  }

  .join-the-council h2 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .join-the-council p {
    font-size: 38px;
    line-height: 56px;
    margin-bottom: 60px;
  }

  /* Eligibility Section */
  .eligibility-section {
    padding: 30px 20px;
  }

  .eligibility-section h2 {
    font-size: 56px;
    line-height: 68px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .eligibility-section p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 15px;
  }

  .column img {
    margin-bottom: 15px;
    width: 50px;
    height: 48px;
  }

  .column h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* Apply to Join Section */
  .apply-to-join-section {
    height: auto;
    padding: 60px 20px;
  }

  .apply-to-join-heading {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .apply-to-join-subheading {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 40px;
  }

  .apply-to-join-btn {
    padding: 10px 20px;
  }

  .ourExpertiseSection {
    padding: 80px 0;
    padding-top: 50px;
  }

  .homeHearFromUs.hearFromUs .purpleBg {
    min-height: 350px;
    padding: 12px;
  }

  .homeHearFromUs .sectionLabel {
    margin-bottom: 12px;
  }

  .sectionLabel {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
  }

  .img-fluid {
    width: 100%;
    max-width: 450px;
    /* margin: 0 auto; */
  }

  /* .mathco-initiates-text{
    margin-right: 171px;
  } */

  .homeHearFromUs.hearFromUs .leftSection {
    padding: 14px 4px 54px;
  }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  /* Join the Council Section */
  .join-the-council {
    height: auto;
    padding: 40px 15px;
  }

  .join-the-council h2 {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .join-the-council p {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  /* Eligibility Section */
  .eligibility-section {
    padding: 20px 15px;
  }

  .eligibility-section h2 {
    font-size: 52px;
    padding-top: 0px;
    margin-bottom: 10px;
  }

  .eligibility-section p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
  }

  .column {
    padding: 5px;
  }

  .column img {
    margin-bottom: 10px;
    width: 40px;
    height: 38px;
  }

  .column h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  /* Apply to Join Section */
  .apply-to-join-section {
    height: auto;
    padding: 40px 15px;
  }

  .apply-to-join-heading {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .apply-to-join-subheading {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .apply-to-join-btn {
    padding: 8px 17px;
    font-size: 14px;
    width: 90%;
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }

  .ourExpertiseSection {
    padding: 40px 0;
    padding-top: 30px;
    /* height: 1390px !important; */
  }

  .homeHearFromUs.hearFromUs .purpleBg {
    margin-bottom: 60px;
  }

  .homeHearFromUs.hearFromUs .leftSection {
    padding: 40px 0px;
  }
  .homeHearFromUs .sectionLabel {
    margin-bottom: 10px;
  }

  .sectionLabel {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 4px;
  }

  .img-fluid {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  .aixc-heading {
    font-size: 52px;
  }

  .aixc-description {
    margin-left: 0px;
  }
  .columns-container {
    flex-direction: column;
    align-items: center;
  }

  .column {
    min-width: 100%;
  }

  .leftTopBottom {
    width: 0;
    padding: 0;
    height: 180px;
  }

  .leftTopBottom::after {
    border-right: none;
  }

  .lastBox {
    padding: 0;
    width: 0;
  }

  .lastBox::after {
    border-right: none;
  }

  .topRightBottom {
    height: 180px;
  }

  .topRightBottom p {
    margin-left: 20px;
  }

  .topRightBottom h6 {
    margin-left: 18px;
    margin-top: 32px;
  }

  .div-2 {
    flex-direction: column;
  }

  .leftBottomRight {
    width: 385px;
    height: 149px;
  }

  .bottomRight {
    margin: 0;
    height: 180px;
    width: 385px;
  }

  .bottomRight h6,
  .bottomRight p {
    margin-top: 0;
    margin-left: 20px;
  }

  .bottomRight::after {
    border-left: 1px solid #6b5746;
  }
  .div-3-leftBottomRight {
    width: 0px !important;
    padding: 0;
  }

  .div-3-leftBottomRight::after {
    border-right: 0;
  }

  .div-3-leftBottomRight::after {
    margin-bottom: 30px;
  }

  .topRightBottom::before {
    width: calc(100% - 10px);
  }

  .leftBottomRight::before {
    width: calc(100% - 10px);
  }

  .div-3-bottomRight {
    height: 180px;
  }

  .div-3-bottomRight h6 {
    margin-top: 20px;
  }

  .div-3-bottomRight::after {
    border-left: 1px solid #6b5746;
  }

  .div-1-1 {
    position: relative;
  }

  .media-div {
    padding: 20px;
  }

  .media-div:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: calc(100% - 10px);
    height: 100%;
    border-bottom: 1px solid #6b5746;
    /* border-top: 1px solid #86A2A2; */
    pointer-events: none;
  }

  .media-div:after {
    content: "";
    position: absolute;
    height: calc(100% - 10px);
    width: 100%;
    top: 5px;
    left: 0;
    border-left: 1px solid #6b5746;
    border-right: 1px solid #6b5746;
    pointer-events: none;
  }

  .why-join-section {
    height: 1300px !important;
  }
}

@media (max-width: 768px) {
  .ourExpertiseSection {
    height: auto;
  }
  .why-join-section {
    height: 900px;
  }
  .leftBottomRight {
    height: 216px;
    width: 100%;
  }

  .bottomRight {
    height: 180px;
    width: 100%;
  }

  .bottomRight p {
    margin-left: 0px;
  }

  .div-3-leftBottomRight {
    width: 210px;
  }

  .bottomRight h6 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .topRightBottom h6 {
    margin-top: 40px !important;
  }

  .div-3-bottomRight h6 {
    margin-top: 20px;
    margin-left: 22px;
  }

  .div-3-bottomRight p {
	  margin-left: 22px;
  }  

  .leftBottomRight .feature-image img {
    margin-top: 0px;
    height: 177px;
    max-width: 100%;
  }
}

/* Single-Leader */

.insightsListSection .sectionHeader {
  border-bottom: 1px solid #000;
}

.post-meta,
.post-meta .post-date,
.post-meta .post-date-with-line {
  position: relative;
  color: #2e2e5a;
  font-size: 14px;
}

.post-meta .post-date::before,
.post-meta .post-date-with-line::before {
  position: relative;
  left: 0;
  color: #2e2e5a;
}

/* Tablet (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .img-fluid {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    display: block;
  }

  .image-container{
    margin-top: 80px;
  }

  .bannerSection {
    height: 936px;
  }

  .featuredImg {
    min-height :494px;
  }

  .industry-name {
    font-size: 12px;
    padding: 5px 8px;
    margin-left: 5px;
    margin-top: 5px;
  }

  .expertDetails h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 60px;
    text-align: center;
  }

  .expertDetails h5 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .company-name {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .infoWrap h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: 60px;
  }

  .infoWrap p {
    font-size: 15px;
    line-height: 22px;
  }

  .leftSideContent h4 {
    font-size: 16px !important;
    margin-bottom: 10px;
    line-height: 14px;
    text-align: center;
    margin-top: 0px;
  }

  .insightsItemWrap {
    padding-bottom: 50px;
  }

  .insightsItemWrap img {
    margin-bottom: 18px;
  }

  .post-type {
    font-size: 13px;
    padding: 3px 6px;
  }

  .post-date-with-line {
    font-size: 12px;
    gap: 8px;
  }

  .insightsList p,
  .whatsNewInfoWrap p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
  }

  .linkwithIcon {
    gap: 5px;
    font-size: 14px;
    margin-top: 12px;
  }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .img-fluid {
    width: 100%;
    margin-right: auto;
    display: block;
  }

  .industry-name {
    font-size: 13px;
    padding: 4px 6px;
    margin-left: 0;
    margin-top: 8px;
  }

  .expertDetails h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 40px;
    text-align: left;
  }

  .expertDetails h5 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .company-name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    text-align: left;
  }

  .infoWrap h3 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 36px;
    margin-top: 60px;
    text-align: left;
  }

  .infoWrap p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .leftSideContent h4 {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin-top: 0px;
  }

  .insightsItemWrap {
    padding-bottom: 40px;
  }

  .insightsItemWrap img {
    height: auto;
    margin-bottom: 16px;
  }

  .post-type {
    font-size: 14px;
    padding: 3px 5px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .post-date-with-line {
    gap: 5px;
    margin-left: 50px;
  }

.sectionTitleSupport
  .insightsList p,
  .whatsNewInfoWrap p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .linkwithIcon {
    gap: 5px;
    font-size: 14px;
    margin-top: 10px;
  }
  
}

@media (max-width: 768px) {
  .innerLogoWrap {
    flex-direction: column;
  }

  .alignSubLogo {
    align-self: center;
  }
  
}

@media (max-width: 762px) {
  .mathco-initiates-text {
    margin-right: 52px !important;
    font-size: 40px !important;
  }

  .contributions-slider .swiper-navigation{
    display: none !important;
  }
}


@media (max-width: 767px) {
  .megaMenuWrapper ul li {
    display: flex; 
    width: 100%;
    flex-wrap: nowrap; 
  }

  .image-wrap {
    width: 80px;
    height: auto;
    margin-right: 10px;
    flex-shrink: 0; 
  }

  .single-line-title {
    white-space: normal; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    max-height: 2.4em;
    line-height: 1.2em; 
    margin: 0;
    padding: 0;
    word-break: break-word; 
  }

  .whatsNewInfoWrap {
    width: auto; 
    max-width: calc(100% - 90px); 
    min-width: 100px; 
    overflow: hidden; 
    margin-left: 64px;
  }
}


/* Menu bar - Arrow */

.menuListWrapper > li a.linkwithIcon .icon-expandMore {
  transition: transform 0.3s ease, color 0.3s ease; 
  color: #ffffff; 
}

.menuListWrapper > li:hover a.linkwithIcon .icon-expandMore {
  filter: brightness(0) invert(0.7) sepia(1) hue-rotate(350deg) saturate(4);
  transform: rotate(180deg);
}



/* header - logo ( no scrolling down) */

.logoContainer {
  transition: opacity 0.5s;
}

header.nav-up .logoContainer {
  opacity: 0;
  visibility: hidden;
}

header:not(.nav-up) .logoContainer {
  opacity: 1;
  visibility: visible;
}



.discussionSection{
  font-family: 'Graphik Compact Web', sans-serif;
  font-size: 96px;
  line-height: 108px;
  color: #220047;
  width: 100%;
  min-height: 771px;
  flex-direction: column;
  position: relative;
  padding: 234px 0px 261px 0;
}

.discussionLabel{
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #220047;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

.containernew{
  width: 1178px;
  height: 216px;
}

.containernew h1{
  font-family: 'Graphik Compact Web', sans-serif;
  font-size: 96px;
  line-height: 108px;
  color: #220047;
  font-weight: 300;
  text-align: center;
}

.questionLabel{
  font-family: 'Graphik Compact Web', sans-serif;
  color: #220047;
  font-size: 72px;
  font-weight: 300;
  line-height: 87px;
  text-align: left;
}




@media (min-width:768px) and (max-width:996px) {
  .become-member-btn  {
    margin-top: 0px !important;
  }

  .expertsSection{
    height: auto !important;
  }

  .innerLogoWrap{
    flex-direction: column;
  }

  .mathco-initiates-text{
    text-align: left;
    font-size: 62px;
    margin-right: 465px;
  }
}

#leaders-grid {
  transition: opacity 0.3s ease-in-out; /* Smooth fade transition */
}
#leaders-grid.fade-out {
  opacity: 0; /* Hidden state during transition */
}
#leaders-grid.fade-in {
  opacity: 1; /* Visible state after transition */
}

@media (min-width: 768px) and (max-width: 1399px) {
  .leftTopBottom, .topRightBottom, .lastBox, .div-3-leftBottomRight, .div-3-bottomRight{
    height: 165px;
  }

}
