 .newherobanner-container {
     padding: 50px 20px;
     background-color: #FF4B00;
 }

 .newherobanner-block {
     display: flex;
     justify-content: center;
 }

 .newherobannercol {
     padding: 0;
     box-sizing: border-box;
 }

 /* Desktop layout */
 .newherobannercol-1,
 .newherobannercol-3 {
     flex: 1 1 410px;
     max-width: 410px;
 }

 .newherobannercol-2 {
     flex: 1 1 500px;
     max-width: 500px;
 }

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


 /* Desktop layout */
 .mainspeakercol-1,
 .mainspeakercol-2 {
     flex: 1 1 50%;
     max-width: 50%;
     box-sizing: border-box;
 }

 .mainspeakercol-1 img,
 .mainspeakercol-2 img {
     width: 100%;
 }

 .mainspeakercol-2 img {
     margin-top: 60px;
 }

 .learntext {
     min-height: 223px;
     border: 1px solid #fff;
     background: #000;
     color: #fff;
     padding: 10px;
     font-weight: bold;
     font-size: 43px;
     line-height: 120%;
     letter-spacing: -.02em;
     text-transform: uppercase;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     font-family: "Zalando Sans Expanded", sans-serif;
 }

 .learntext svg {
     margin: 0 0 10px 10px;
 }

 .newbanner-heading {
     padding: 50px 50px 30px;
     font-family: "Zalando Sans Expanded", sans-serif;
     font-weight: 700;
     font-size: 85px;
     line-height: 115%;
     letter-spacing: -.03em;
     text-transform: uppercase;
     color: #fff;
 }

 .newbanner-heading span {
     font-family: "Zalando Sans Expanded", sans-serif;
     font-size: 70px;
     color: #000;
     display: inline-block;
     line-height: 100%;
 }

 .bannerevent-section {
     display: flex;
     max-height: 222px;
     overflow: hidden;
 }

 .bannerevent-col1 {
     flex: 1 1 55%;
     max-width: 55%;
     box-sizing: border-box;
 }

 .bannerevent-col1 img {
     width: 100%;
 }

 .bannerevent-col1 h3 {
     font-family: "Zalando Sans Expanded", sans-serif;
     font-weight: 700;
     font-size: 39.32px;
     line-height: 120%;
     letter-spacing: -.02em;
     text-transform: uppercase;
     background: #000;
     min-height: 61px;
     color: #fff;
     margin: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     border: 1px solid #fff;
 }

 .bannerevent-col2 {
     flex: 1 1 45%;
     max-width: 45%;
     box-sizing: border-box;
 }

 .newgroupimg img {
     width: 100%;
 }

 .design-community {
     font-family: "Zalando Sans Expanded", sans-serif;
     font-weight: 600;
     font-size: 20px;
     line-height: 120%;
     letter-spacing: -2%;
     text-transform: uppercase;
     background: #000;
     padding: 41px;
     color: #fff;
     border: 1px solid #fff;
 }

 .newherobannercmdbtn {
     background: #000;
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 160px;
     border: 1px solid #fff;
 }

 .newherobannercmdbtn a {
     position: relative;
     background: #FFf !important;
     border-radius: 0 !important;
     display: inline-flex !important;
     align-items: center;
     justify-content: center;
     gap: 10px;
     color: #111;
     overflow: hidden;
     z-index: 1;
     transition: color 0.4s ease;
     padding: 24px 16px !important;
     font-weight: 700 !important;
     font-size: 20px !important;
     border-color: #FFf !important;
     font-family: "Instrument Sans", sans-serif !important;
     max-width: 243px;
     width: 100%;
     height: auto;
 }

 .newherobannercmdbtn a::before {
     content: "";
     position: absolute;
     bottom: -100%;
     left: 0;
     width: 100%;
     height: 100%;
     transition: bottom 0.4s ease;
     z-index: -1;
     background: #FF4B00 !important;
     color: #111;
     border-color: #FF4B00 !important;
 }

 /* Hover effect */
 .newherobannercmdbtn a:hover::before {
     bottom: 0;
 }

 .newherobannercmdbtn a:hover {
     color: #111 !important;
     transform: translateY(0);
     box-shadow: none;
     border-color: #FF4B00 !important;
 }

 .unitetext-section {
     display: flex;
     overflow: hidden;
 }

 .unitetext-section img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .unitetext {
     font-family: "Zalando Sans Expanded", sans-serif;
     font-weight: bold;
     font-size: 43px;
     line-height: 120%;
     letter-spacing: -.02em;
     text-transform: uppercase;
     width: 50%;
     padding: 10px 20px 21px;
     background: #000;
     border: 1px solid #fff;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     color: #fff;
 }

 .newbanner-heading-mobile,
 .bannereventmob-view,
 .design-communitymob-view,
 .newbannercmdbtnmob-view {
     display: none;
 }

 @media (max-width: 1359px) {

     .newherobannercol-1,
     .newherobannercol-3 {
         flex: 1 1 350px;
         max-width: 350px;
     }

     .newherobannercol-2 {
         flex: 1 1 450px;
         max-width: 450px;
     }

     .learntext {
         min-height: 183px;
         font-size: 35px;
     }

     .bannerevent-section {
         max-height: 206px;
     }

     .bannerevent-col1 h3 {
         font-size: 35px;
     }

     .newbanner-heading {
         padding: 30px 30px 20px;
         font-size: 73px;
     }

     .newbanner-heading span {
         font-size: 60px;
     }

     .design-community {
         font-size: 16px;
     }

     .unitetext {
         font-size: 29px;
         padding: 10px 12px 21px;
     }

     .unitetext-section {
         max-height: 158px;
     }

     .newherobannercmdbtn {
         min-height: 140px;
     }
 }


 @media (max-width: 1200px) {

     .newherobannercol-1,
     .newherobannercol-3 {
         flex: 1 1 290px;
         max-width: 290px;
     }

     .newherobannercol-2 {
         flex: 1 1 350px;
         max-width: 350px;
     }

     .mainspeakercol-2 img {
         margin-top: 40px;
     }

     .learntext {
         min-height: 160px;
         font-size: 28px;
         padding: 10px;
     }

     .learntext svg,
     .unitetext svg {
         margin: 0;
         width: 40px;
         height: 40px;
     }

     .newbanner-heading {
         padding: 40px 30px 42px;
         font-size: 51px;
     }

     .newbanner-heading span {
         font-size: 50px;
     }

     .bannerevent-section {
         max-height: 174px;
     }

     .bannerevent-col1 h3 {
         font-size: 28px;
     }

     .unitetext-section {
         max-height: 130px;
     }

     .unitetext {
         font-size: 23px;
         padding: 10px 12px 11px;
     }

     .design-community {
         font-size: 16px;
         padding: 20px;
     }

     .newherobannercmdbtn {
         min-height: 120px;
     }

     .newherobannercmdbtn a {
         padding: 14px 16px !important;
         font-size: 16px !important;
     }
 }


 @media (max-width: 992px) {
     .newherobanner-container {
         padding: 50px 5px;
     }

     .newherobannercol-1,
     .newherobannercol-3 {
         flex: 1 1 230px;
         max-width: 230px;
     }

     .newherobannercol-2 {
         flex: 1 1 280px;
         max-width: 280px;
     }

     .newbanner-heading {
         padding: 20px 30px 22px;
         font-size: 40px;
     }

     .newbanner-heading span {
         font-size: 40px;
     }

     .learntext {
         min-height: 118px;
     }

     .learntext,
     .bannerevent-col1 h3,
     .unitetext {
         font-size: 21px;
     }

     .learntext svg,
     .unitetext svg {
         margin: 0;
         width: 30px;
         height: 30px;
     }

     .bannerevent-col1 h3 {
         min-height: 72px;
     }

     .bannerevent-section {
         max-height: 162px;
     }

     .bannerevent-col1 {
         flex: 1 1 55%;
         max-width: 55%;
     }

     .unitetext-section {
         max-height: 100px;
     }

     .design-community {
         font-size: 14px;
         padding: 13px;
     }

     .newherobannercmdbtn {
         min-height: 98px;
         padding: 10px;
     }
 }

 /* 📱 Mobile layout */
 @media (max-width: 768px) {

     .newherobanner-container {
         padding: 50px 0;
     }

     .newherobanner-section {
         max-width: 400px;
         margin: 0 auto;
     }

     .desktopview {
         display: none;
     }

     .bannerevent-col2 img {
         width: 100%;
         height: 100%;
         object-fit: cover;
     }


     .newbanner-heading-mobile {
         display: block;
         padding: 0 0 25px;
         font-family: "Zalando Sans Expanded", sans-serif;
         font-weight: 700;
         font-size: 45px;
         line-height: 115%;
         letter-spacing: -.03em;
         text-transform: uppercase;
         color: #fff;
         max-width: 240px;
         margin: 0 auto;
     }

     .newbanner-heading-mobile span {
         font-family: "Zalando Sans Expanded", sans-serif;
         font-size: 45px;
         color: #000;
         display: inline-block;
         line-height: 100%;
     }

     .learntext,
     .bannerevent-col1 h3,
     .unitetext {
         font-size: 15px;
     }

     .learntext {
         min-height: 113px;
     }

     .bannerevent-col1 {
         flex: 1 1 65%;
         max-width: 65%;
     }

     .design-community {
         font-size: 19px;
         padding: 44px 40px;
         text-align: center;
     }

     .mainspeakercol-2 img {
         margin-top: 25px;
     }

     .newherobannercmdbtn a {
         font-size: 19px !important;
     }

     .newherobanner-block {
         align-items: center;
     }

     .newherobannercol {
         width: 100%;
         max-width: 100%;
     }

     .newherobannercol-2 {
         order: 1;
         display: none;
     }

     .newherobannercol-1 {
         order: 2;
     }

     .newherobannercol-3 {
         order: 3;
         width: 50%;
     }

     .bannereventmob-view,
     .design-communitymob-view,
     .newbannercmdbtnmob-view {
         display: flex;
     }
 }

 @media (max-width: 400px) {
     .newherobanner-container {
         padding: 30px 0;
     }

     .newherobanner-section {
         max-width: 350px;
     }

     .learntext,
     .bannerevent-col1 h3,
     .unitetext {
         font-size: 13px;
     }

     .learntext {
         min-height: 93px;
     }

     .unitetext-section {
         max-height: 89px;
     }

     .bannerevent-col1 h3 {
         min-height: 61px;
     }

     .mainspeakercol-2 img {
         margin-top: 28px;
     }
 }

 @media (max-width: 350px) {

     .newherobanner-section {
         max-width: 300px;
     }

     .learntext {
         min-height: 76px;
     }

     .unitetext-section {
         max-height: 81px;
     }

     .learntext,
     .bannerevent-col1 h3,
     .unitetext {
         font-size: 12px;
     }

     .bannerevent-col1 h3 {
         min-height: 49px;
     }
 }