/* Banner section */
    .elevate-banner {
        width: 100%;
        position: relative;
        overflow: hidden;

        /* .banner-bg {
            width: 100%;
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
        } */
        .animated-svg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            overflow: hidden;
            pointer-events: none;
            /* Add this line */

            svg {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                transform: translateZ(200px) scale(1.2);
                animation: svgLanding 4s cubic-bezier(0.85, 0.01, 0.15, 1) forwards;
                opacity: 0;
                object-fit: cover;
            }
        }

        .banner-content {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            position: relative;
            padding-left: 22%;
            padding-right: 22%;
            padding-top: 10.42%;
            z-index: 2;
            /* Add this line */

            .text-above-logo {
                width: 100%;
                text-align: center;
                color: var(--adro-electric-green);
                font-weight: 500;
                margin-bottom: 3%;
            }

            .logo-wrapper {
                width: 41.11%;
                margin-bottom: 3.73%;

                .elevate-logo {
                    width: 100%;
                    height: auto;
                    aspect-ratio: 442/230;
                    background-size: cover;
                }
            }

            .elevate-title {
                width: 100%;
                text-align: center;
                font-weight: 500;
                margin-bottom: 3.73%;
            }

            .text-below-title {
                width: 100%;
                text-align: center;
                font-weight: 500;
                color: var(--adro-electric-green);
                margin-bottom: 3.03%;
            }

            a .elevate-get-in-touch {
                background-color: var(--adro-deep-blue);
                color: var(--adro-electric-green);
                border-color: 2px solid var(--adro-electric-green);
                
            }
a{
margin-bottom: 20%;
}
            a .elevate-get-in-touch:hover {

                background-color: var(--adro-electric-green);
                color: var(--adro-deep-blue);

            }
        }
    }

    @media screen and (max-width: 1024px) {
        .elevate-banner {
            width: 100%;
            height: 84.52vh;

            .animated-svg {
                svg {
                    animation: svgLandingTablet 4s cubic-bezier(0.85, 0.01, 0.15, 1) forwards;
                    transform: translateZ(150px) scale(1.1);
                }
            }

            .banner-content {
                padding-left: 14.63%;
                padding-right: 14.63%;
                padding-top: 26.5%;

                .text-above-logo {
                    margin-bottom: 5.77%;
                }

                .elevate-logo {
                    width: 53.9%;
                    height: auto;
                    aspect-ratio: 318 / 166;
                    margin-bottom: 6.78%;
                    object-fit: cover;

                }

                .elevate-title {
                    margin-bottom: 5.77%;
                }

                .text-below-title {
                    margin-bottom: 4.07%;
                }

            }

            @media screen and (orientation: landscape) {
                height: 100.52vh;

                .banner-content {
                    padding-top: 9.5%;
                }

            }
        }
    }

    @media screen and (max-width: 767.5px) and (orientation: portrait) {
        .elevate-banner {
            width: 100%;
            height: 84.25vh;

            .animated-svg {
                visibility: hidden;
            }

            .banner-content {
                padding-left: 8.23%;
                padding-right: 8.23%;
                padding-top: 35.65%;

                .text-above-logo {
                    margin-bottom: 4.92%;
                }

                .elevate-logo {
                    width: 74.9%;
                    height: auto;
                    aspect-ratio: 244 / 128;
                    margin-bottom: 7.37%;

                }

                .elevate-title {
                    margin-bottom: 7.37%;
                }

                .text-below-title {
                    padding-left: 5%;
                    padding-right: 5%;
                    margin-bottom: 7.37%;
                }
            }
        }
    }



    @keyframes svgLanding {
        0% {
            transform: translateZ(200px) scale(2);
            opacity: 0;
        }

        60% {
            transform: translateZ(3px) scale(1.015);
            opacity: 0.97;
        }

        75% {
            transform: translateZ(1.5px) scale(1.005);
            opacity: 0.985;
        }

        90% {
            transform: translateZ(0.5px) scale(1.0015);
            opacity: 0.995;
        }

        100% {
            transform: translateZ(0px) scale(1);
            opacity: 1;
        }
    }


    @keyframes svgLandingTablet {
        0% {
            transform: translateZ(150px) scale(1.8);
            opacity: 0;
        }

        60% {
            transform: translateZ(2px) scale(1.01);
            opacity: 0.97;
        }

        75% {
            transform: translateZ(1px) scale(1.003);
            opacity: 0.985;
        }

        90% {
            transform: translateZ(0.3px) scale(1.001);
            opacity: 0.995;
        }

        100% {
            transform: translateZ(0px) scale(1);
            opacity: 1;
        }
    }


/* COUNTER SECTION */

    .counter-section {
        width: 100%;
        height: 15.94vh;
        background-color: var(--adro-electric-green);
        color: var(--adro-deep-blue);
        padding: 1.41% 3.34%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;

        .event-start-title {
            width: auto;
            font-weight: 500;
            text-align: left;
            color: var(--adro-deep-blue);
            margin: 0;
            margin-left: unset !important;
            margin-right: unset !important;
        }

        .counter {
            color: var(--adro-deep-blue);
            display: flex;
            align-items: center;
            flex-direction: row;
            margin-left: 9.27%;
            width: 62.51%;
            justify-content: space-between;

            .counter-style {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                min-width: 11.08%;

                /* select 1 div */
                span:nth-child(1) {
                    font-weight: 500;
                    font-family: Roboto !important;
                }

                span:nth-child(2) {
                    font-weight: 400;
                }
            }
        }

        /* Event started state - hide counter and make title full width */
        &.event-started {
            justify-content: center;

            .event-start-title {
                width: 100%;
                text-align: center;
                margin: 0 !important;
            }

            .counter {
                display: none;
            }
        }
    }

    @media screen and (max-width: 1024px) {
        .counter-section {
            height: 16.05vh;
            padding: 1.92% 4.08%;
            flex-direction: column;
            align-items: center;

            .event-start-title {
                margin-bottom: 2.1%;
                text-align: center;
            }

            .counter {
                width: 100%;
                flex-direction: row;
                justify-content: space-between;
                margin-left: 0 !important;
                margin-right: 0 !important;

                .counter-style {
                    text-align: center;
                    min-width: 16.19%;
                }
            }

            /* Event started state for tablet */
            &.event-started {
                justify-content: center;

                .event-start-title {
                    margin-bottom: 0;
                    width: 100%;
                    text-align: center;
                }
            }

            @media screen and (orientation: landscape) {

                height: 20.94vh;
                padding: 1.41% 3.34%;
                flex-direction: row;
                align-items: center;

                .event-start-title {
                    margin-bottom: 0;
                    text-align: left;
                }

                .counter {
                    width: 62.51%;
                    flex-direction: row;
                    justify-content: space-between;
                    margin-left: 9.27% !important;
                    margin-right: 0 !important;
                    height: auto;
                    display: flex;
                    grid-template-columns: none;
                    grid-template-rows: none;
                    gap: 0;

                    .counter-style {
                        text-align: center;
                        min-width: 11.08%;

                    }
                }

                /* Event started state for landscape */
                &.event-started {
                    justify-content: center;

                    .event-start-title {
                        text-align: center;
                        width: 100%;
                    }
                }
            }
        }
    }

    @media screen and (max-width: 767.5px) and (orientation: portrait) {
        .counter-section {
            height: 34.38vh;
            padding: 4.62% 6.16%;
            flex-direction: column;
            align-items: center;

            .event-start-title {
                margin-bottom: 5.27%;
                text-align: center;
            }

            .counter {
                width: 100%;
                height: 100%;
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 1fr 1fr;
                gap: 3%;
                margin-left: 0 !important;
                margin-right: 0 !important;

                .counter-style {
                    text-align: center;
                    min-width: 16.19%;
                }
            }

            /* Event started state for mobile portrait */
            &.event-started {
                height: 15.94vh;
                justify-content: center;

                .event-start-title {
                    margin-bottom: 0;
                    width: 100%;
                    text-align: center;
                }
            }
        }
    }


/* SPEAKERS SECTION */

  .speakers-page-carousel-wrapper {
    padding: 0 3.34%;

    a {
      text-decoration: none !important;
    }

    circle {
      stroke: var(--adro-electric-green)
    }

    svg path,
    line {
      fill: var(--adro-electric-green) !important;
    }

    .owl-carousel {
      .owl-dots .owl-dot {
        border: 2px solid var(--adro-electric-green) !important;

      }

      .owl-dot.active {
        background-color: var(--adro-electric-green) !important;
      }
    }

    .section-central-heading {
      margin-bottom: 2.7% !important;
      text-align: left;

      h2,
      .sub-heading {
        margin-bottom: 2.7%;
      }

    }

    .speakers-page-item {
      position: relative;

      img {
        aspect-ratio: 72/43;
        border-radius: 18px;
      }
    }

    .image-wrapper {
      position: relative;
      border: 2px solid var(--adro-electric-green);
      border-radius: 20px;

    }

    .speaker-name {
      position: absolute;
      width: 78.2%;
      bottom: 0;
      left: 0;
      color: var(--adro-deep-blue);
      background-color: var(--adro-electric-green);
      padding: 1.5% 2.8%;
      border-radius: 0px 18px;
      z-index: 10;
    }

    .cta-with-icon {
      width: 81.3%;
      margin-bottom: 7%;
      margin-top: 0%;
    }

    .speakers-page-item .cta-with-icon:hover {
      color: var(--adro-electric-blue);
    }

    .description-text {
      margin: 8% 0 8.5% 0;
      width: 81.3%;
      color: white;
    }

    .title-icon {
      vertical-align: text-top;
      margin-left: 1%;
    }

    .carousel-controls {
      margin-bottom: 2.2%;

    }

    @media screen and (min-width: 768px) and (max-width: 1024px)and (orientation:portrait) {
      padding: 0;

      .section-central-heading {
        margin-bottom: 4.8% !important;
        text-align: left;

        h2 {
          margin: 0 4.8% 2.9% 4.8%;
        }

        .sub-heading {
          margin: 0 4.8% 4.8% 4.8%;
        }
      }

      .speaker-name {
        width: 84.7%;
        padding: 2.2% 4.4%;
      }

      .description-text {
        width: 100%;
        margin: 7% 0 8.8% 0;
      }

      .carousel-controls {
        margin-bottom: 3.5%;
      }
    }

    @media screen and (max-width: 767.5px) {
      padding: 0;

      .section-central-heading {
        margin-bottom: 10.3% !important;

        h2 {
          margin: 0 6.32% 6.32% 6.32%;
        }

        .sub-heading {
          margin: 0 6.32% 8.32% 6.32%;
        }
      }

      .speaker-name {
        width: 87%;
        padding: 3% 5.8%;
      }

      .description-text {
        width: 100%;
        margin: 8.4% 0 17% 0;

      }

      .carousel-controls {
        margin-bottom: 24.5%;
      }
    }


  }

  .speakers-page-carousel-wrapper{ .carousel-controls #playPauseBtn {
    display: none !important;
  }
}

/* INTRODUCTION SECTION */

.our_expertise_container {
        .portrait-only-header {
            display: none;
        }

        display: flex;
        align-items: start;
        /* gap: 3.7%; */

        padding: 2.11% 3.37%;
        position: relative;
        justify-content: space-between;

        .video-container {
            width: 66.66%;
            aspect-ratio: 1.72;
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .video-container iframe {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .content {
            width: 30.63%;
            margin-left: 0 !important;
            margin-right: 0 !important;

            .main-header {
                margin-bottom: 1.17em;
            }

            .main-header,
            .description {
                color: white;
            }
        }


    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
        .our_expertise_container {
            padding: 3.4%;

            .portrait-only-header {
                margin-bottom: 1em;
            }

            .owl-carousel .owl-dots .owl-dot {
                border-color: var(--adro-electric-green) !important;
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background-color: var(--adro-electric-green) !important;
            }


            .video-container {
                width: 62.82%;
                aspect-ratio: 1.39;
            }

            .content {
                width: 34.32%;

                .main-header {
                    margin-bottom: 1.4em;
                }
            }
        }
    }

    @media screen and (max-width:767.5px),
    screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        .our_expertise_container {
            flex-direction: column;
            align-items: center;
            padding: 10% 6.41%;

            .portrait-only-header {
                display: block;
                /*color: var(--adro-deep-blue);*/
                margin-bottom: 1.34em;
            }

            .owl-carousel .owl-dots .owl-dot {
                border-color: var(--adro-electric-green) !important;
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background-color: var(--adro-electric-green) !important;
            }

            .content {
                width: 100%;

                .main-header {
                    display: none;
                }
            }

            .owl-carousel .owl-dots .owl-dot {
                border-color: var(--adro-electric-green) !important;
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background-color: var(--adro-electric-green) !important;
            }

            .video-container {
                width: 100%;
                aspect-ratio: 1.15;
                margin-bottom: 2em;
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) {
            .our_expertise_container {
                padding: 4.89%;

                .portrait-only-header {
                    margin-bottom: 1em;
                }

                .video-container {
                    aspect-ratio: 1.72;
                    margin-bottom: 2.5em;
                }
            }
        }
    }


/* KEYNOTE SECTION */


  .keynotes {
    background: url(https://website-dev.adrosonic.com/wp-content/uploads/2025/07/KeynotesECL.svg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }

  .section-wrapper {
    position: relative;
  //  margin: 11.67% auto;
    margin: 6.87% auto;
    z-index: 3;

    .service-button-cta:after {
      background: url(/wp-content/uploads/2025/04/ic_blue_arrow.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 10.09%;
    }

    .background-layout {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      width: 100%;
      height: 100%;
      z-index: -1;
      /* padding: 0 3.34%; */
      padding: 0 16.3% 0 3.34%;

      .background-left {
        width: 65.3%;
        background-color: var(--adro-electric-green);
        opacity: 0;
        border-radius: 50px;
      }

      .background-right {
        width: 30%;
      }
    }

    .content-overlay {
      display: flex;
      flex-direction: row;
      width: inherit;
      justify-content: space-between;
      padding: 2.5% 16.25% 2.5% 5.85%;

      .content-left,
      .content-right {
        width: 40%;
        opacity: 0;
      }

      .content-left * {
        color: var(--adro-deep-blue);
      }

      .content-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
        width: 42.24%;

        h2,
        p {
          margin-bottom: 5.2%;
        }
      }

      .content-right {
        width: 55%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: clamp(0.625rem, -0.012rem + 2.614vw, 3.125rem);
        opacity: 1;

        img {
          width: 100%;
          aspect-ratio: 956/608;
          border-radius: inherit;
        }
      }

      .content-right .image-wrapper {
        position: relative;
        width: 100%;
        border-radius: 25px;
        aspect-ratio: 956/608;
      }

      /* Overlay container for name + designation */
      .info-overlay {
        position: absolute;
        bottom: 5%;
        left: 2.45%;
        background: var(--adro-electric-green);
        padding: 2.5% 6.6% 2.5% 4%;
        border-radius: 20px;
        opacity: 0.85;
        width: 87.1%;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        color: var(--adro-deep-blue);
      }

      /* Name styling */
      .person-name {
        color: var(--adro-deep-blue);
      }
    }
  }

  .section-wrapper:nth-child(even) {

    .content-overlay,
    .background-layout {
      flex-direction: row-reverse;
    }

    .content-overlay {
      padding: 2.5% 5.85% 2.5% 16.25%;
    }

    .background-layout {
      padding: 0 3.34% 0 16.3%;
    }
  }

  @media screen and (max-width: 768px),
  screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 6.16%;
      margin: 20.6% auto;

      .service-button-cta {
        display: block;
      }

      .service-button-cta:after {
        width: 20.44%;
      }

      .background-layout {
        display: none;
      }

      .content-overlay {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;

        .content-left {
          width: 90.66%;
          padding: 9.36% 4.68% 33.3%;
          background-color: var(--adro-electric-green);
          z-index: 1;
          margin-bottom: -24.04%;
          box-sizing: border-box;
          border: NONE;
          border-radius: 25px;
          align-self: flex-start;

          h2,
          p {
            margin-bottom: 6.08%;
          }
        }

        .info-overlay {
          width: 93.8%;
          bottom: 2.8%;
          left: 3.3%;
          padding: 3.5% 6.4% 3.5% 6.4%;
        }

        .person-designation {
          margin-top: 4%;
        }

        .content-right {
          width: 73.7%;
          aspect-ratio: 252 / 321;
          z-index: 2;
          border-radius: clamp(0.625rem, -0.012rem + 2.614vw, 3.125rem);
          overflow: hidden;
          align-self: flex-end;


          .image-wrapper {
            aspect-ratio: 252 / 321;
          }

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: inherit;
          }
        }
      }
    }

    .section-wrapper:nth-child(even) .content-overlay {
      flex-direction: column;

      .content-left {
        align-self: flex-end;
      }

      .content-right {
        align-self: flex-start;
      }
    }

    .section-wrapper:nth-child(2n) {
      .content-overlay {
        padding: 0;
      }
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-wrapper {
      padding: 0 4.8%;
      margin: 14.39% auto;

      .service-button-cta:after {
        width: 9.01%;
      }

      .content-overlay {
        .content-left {
          width: 91.52%;
          padding: 5.05% 4.25% 23.19%;
          margin-bottom: -13%;

          border-radius: 25px;

          h2,
          p {
            margin-bottom: 3.86%;
          }
        }

        .content-right {
          width: 67.65%;
          aspect-ratio: 510/324;
          border-radius: clamp(0.625rem, -0.012rem + 2.614vw, 3.125rem);
        }

        .content-right .image-wrapper {
          aspect-ratio: 956/608;
        }

        .info-overlay {
          width: 92.1%;
          left: 3.2%;
          padding: 1.6% 3.2% 1.6% 3.2%;
        }

        .person-designation {
          margin-top: 2%;
        }

      }
    }

    .section-wrapper:nth-child(even) {
      .content-overlay {
        padding: 0;
      }
    }
  }

  .animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .slide-in-left.in-view {
    transition: transform 1.5s ease, opacity 1.5s ease;
  }

  .slide-in-right.in-view {
    transition: transform 1.5s ease, opacity 1.5s ease;
  }

  .slide-in-left {
    transform: translateX(-100px);
  }

  .slide-in-right {
    transform: translateX(100px);
  }

  .slide-in-left.in-view,
  .slide-in-right.in-view {
    opacity: 1 !important;
    transform: translateX(0);
  }


/* ROUNDTABLSE SECTION */

    @media screen and (min-width:1024px) {
        .round-table {
            background: url(/wp-content/uploads/2025/07/bg_roundtable.svg) center top;
background-repeat:no-repeat;
        }
    }

    .round-table {
        padding-top: 5%;
        padding-bottom: 11%;



.fade-text {
  transition: opacity 0.4s ease;
}
.fade-out {
  opacity: 0;
}


        .main-header {
            display: flex;
            justify-content: flex-end;
            align-items: center;

            .main-header-inner {
                width: 57.29%;
                display: flex;
                justify-content: center;
                align-items: center;

                .round-table-header {
                    margin-bottom: 1.73%;
                }
            }
        }

        .container {
            display: flex;

            .left-box {
                width: 42.49%;
                padding: 0 0.5% 0 3.34%;
                box-sizing: border-box;

                .round-table-header {
                    margin-bottom: 5.4%;

                }

                .sub-header {
                    display: none;

                    .round-table-header {}
                }
            }

            .carousel-container {
                flex: 1;
                width: 100%;
                overflow: hidden;

                .carousel:hover {
                    /* animation-play-state: paused; */
                }

                .carousel {
                    will-change: transform;
                    display: flex;
                    width: calc(20.2vw * var(--slide-count) * 2 + 1.67vw * (var(--slide-count) * 2 - 1));
                    animation: slideLoop calc(3.5 * var(--slide-count) * 1s) linear infinite;

                    .panel-slide[data-after-target="true"] .speaker .title,
                    .panel-slide[data-after-target="true"] .speaker:hover .caption,
                    .panel-slide[data-after-target="true"] .speaker .caption {
                        background-color: var(--adro-lilac);
                    }

                    .panel-slide {
                        margin: 0;
                        width: 20.2vw;
                        box-sizing: border-box;
                        margin-right: 1.67vw;

                        .speaker {
                            position: relative;
                            background: none;
                            overflow: hidden;
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;
will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
                            img {
                                border-radius: 20px;
                                aspect-ratio: 388 / 361;
                                object-fit: cover;

                            }
                        }

                        @media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape),
                        screen and (min-width:1024px) {
                            .speaker {
                                .title {
                                    padding: 3.14%;
                                    text-align: center;
                                    position: absolute;
                                    margin: 0;
                                    opacity: 0.85;
                                    bottom: 0;
                                    color: var(--adro-deep-blue);
                                    background-color: var(--adro-electric-green);
                                    border-radius: 0 0 20px 20px;
                                    width: 100%;
                                }

                                .caption {
                                    display: none;
                                }
                            }

                            .speaker:hover {
                                .caption {
                                    padding: 9.79%;
                                    align-items: center;
                                    position: absolute;
                                    background-color: var(--adro-electric-green);
                                    border-radius: 20px;
                                    height: 100%;
                                    width: 100%;
                                    text-align: center;
                                    opacity: 0.85;
                                    display: flex;
                                    flex-direction: column;
                                    justify-content: center;
                                    color: var(--adro-deep-blue);
                                }

                                span {
                                    display: none;
                                }

                                .title {
                                    display: none;
                                }
                            }
                        }
                    }
                }



                @media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
                    .carousel {
                        width: calc(31.25vw * var(--slide-count) * 2 + 2vw * (var(--slide-count) * 2 - 1));

                        .panel-slide {
                            width: 31.25vw;
                            margin-right: 2vw;
                        }
                    }
                }

            }
        }

        @media screen and (max-width:768px),
        screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
            padding-left: 0;

            .main-header {
                display: none;
            }

            .container {
                display: flex;
                flex-direction: column;

                .left-box {
                    padding-left: 6.16%;
                    width: 100%;
                    padding-right: 6.16%;
                    text-align: center;

                    .round-table-header {
                        margin-bottom: 9.36%;
                    }

                    .round-table-text {
                        margin-bottom: 9.36%;
                    }

                    .sub-header {
                        justify-content: center;
                        height: auto;
                        display: block;

                        .round-table-header {

                            margin-bottom: 6.15%;
                        }

                        .sub-header-inner {
                            width: 100%;
                            text-align: center
                        }
                    }
                }

                .carousel-container {
                    width: 100%;

                    .carousel {
                        width: calc(53.84vw * var(--slide-count) * 2 + 4.1vw * (var(--slide-count) * 2 - 1));
                        animation: slideLoop calc(4* var(--slide-count) * 1s) linear infinite;

                        display: flex;
                        align-items: stretch;

                        .panel-slide {
                            margin-right: 4.1vw;
                            width: 53.84vw;
                            display: flex;
                            flex-direction: column;
                            flex: 1 1 auto;

                            .speaker {
                                flex: 1 1 auto;
                                display: flex;
                                flex-direction: column;

                                .title {
                                    display: none;
                                }

                                img {
                                    border-radius: 20px 20px 0 0;
                                }

                                .caption {
                                    height: 100%;
                                    padding: 2.85%;
                                    text-align: center;
                                    position: static;
                                    margin: 0;
                                    top: 0;
                                    color: var(--adro-deep-blue);
                                    background-color: var(--adro-electric-green);
                                    border-radius: 0 0 20px 20px;
                                    width: 100%;
                                    opacity: 1;
                                }
                            }
                        }
                    }
                }
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {

            .container {
                .left-box {
                    padding-left: 4.8%;
                    padding-right: 4.8%;

                    .round-table-header {
                        margin-bottom: 5.31%;
                    }

                    .round-table-text {
                        margin-bottom: 5.31%;
                    }

                    .sub-header {
                        .round-table-header {
                            margin-bottom: 3.45%;
                        }
                    }
                }

                .carousel-container {
                    .carousel {
                        width: calc(46.52vw * var(--slide-count) * 2 + 3.8vw * (var(--slide-count) * 2 - 1));

                        .panel-slide {
                            margin-right: 3.8vw;
                            width: 46.52vw;
                        }
                    }
                }
            }


        }
    }

    @keyframes slideLoop {
        0% {
            transform: translateX(1vw);
        }

        100% {
            transform: translateX(calc(-1 * (20.2vw * var(--slide-count) + 1.67vw * (var(--slide-count) - 1))));
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
        @keyframes slideLoop {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-31.25vw * var(--slide-count) - 2vw * var(--slide-count)));
            }
        }

    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        @keyframes slideLoop {
            0% {
                transform: translateX(-2vw);
            }

            100% {
                transform: translateX(calc(-46.52vw * var(--slide-count) - 3.8vw * var(--slide-count)));
            }
        }

    }

    @media screen and (max-width:767.5px) {
        @keyframes slideLoop {
            0% {
                transform: translateX(-2vw);
            }

            100% {
                transform: translateX(calc(-53.84vw * var(--slide-count) - 4.1vw * var(--slide-count)));
            }
        }

    }

/* INNOVATION SECTION */

 .innovation-section {
        button {
            border-color: var(--adro-electric-green);
        }

        button:hover,
        button:focus {
            background-color: var(--adro-electric-green);
            color: var(--adro-deep-blue);
        }

        .our-innovation-header {
            padding: 4.22% 3.34% 0;

            .main-header {
                margin-bottom: 1em;
            }
        }

        .card-section {
            display: grid;
            grid-template-columns: 2.02fr 0.98fr;
            gap: 1.67vw;
            padding: 2.45% 3.34% 2.82%;

            .main-card {
                border-radius: 20px;
                grid-row: 1 / 2;
                grid-column: 2 / 3;
                position: relative;
                overflow: hidden;
                padding: 7.66%;
                background-size: cover;
                background-position: center;
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
aspect-ratio:574/671;

                .main-card-title,
                .main-card-content {
                    color: var(--adro-deep-blue);
                    transition: opacity 0.3s ease, transform 0.3s ease;
                    opacity: 1;
                    transform: translateY(0);
                }

                .main-card-title {
                    text-transform: uppercase !important;
                    margin-bottom: 1.07em;
                }

                .main-card-scrollable {
                    overflow: auto;
                    scrollbar-width: none;
                    -ms-overflow-style: none;
                }
            }

            .main-card.clicked {
                transform: scale(0);
                opacity: 0;
                filter: blur(1px);
                /* slight blur during exit */
                transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
                    opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
                    filter 0.5s ease;
            }

            .main-card.clicked-back {
                transform: scale(1);
                opacity: 1;
                filter: blur(0px);
                /* clear on return */
                transition: transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1),
                    filter 0.8s ease;
            }

            .main-card.fade-out .main-card-title,
            .main-card.fade-out .main-card-content {
                opacity: 0;
                transform: translateY(10px);
            }

            .main-card.fade-in .main-card-title,
            .main-card.fade-in .main-card-content {
                opacity: 1;
                transform: translateY(0);
            }

            .main-card::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(0deg, rgba(35, 228, 186, 0.90) 0%, rgba(35, 228, 186, 0.90) 100%), lightgray 50% / cover no-repeat;
                z-index: 1;
            }

            .main-card * {
                position: relative;
                z-index: 2;

            }

            .small-cards {
                width: 100%;
                display: grid;
                grid-row: 1 / 2;
                grid-column: 1 / 2;
                grid-template-rows: repeat(2, 1fr);
                grid-template-columns: repeat(2, 1fr);
                gap: 1.67vw;

                .card:nth-child(5) {
                    display: none;
                }

                .card {
                    background-size: cover;
                    background-position: center;
                    aspect-ratio: 576 / 320;

                    position: relative;
                    cursor: pointer;
                    border-radius: 20px;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    .card-content {
                        z-index: 2;
                        width: 100%;
                        text-align: center;

                        .card-title {
                            padding: 8.33%;
                            margin: 0;
                            text-transform: uppercase !important;
                            transition: opacity 0.3s ease;
                        }
                    }

                }

                .card::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    border-radius: 20px;
                    /* background: linear-gradient(0deg,
                            rgba(67, 102, 143, 0.14) -0.03%,
                            rgba(5, 8, 14, 0.56) 43.48%,
                            rgba(5, 8, 14, 0.56) 67.04%,
                            rgba(67, 102, 143, 0.14) 100%); */
                    z-index: 1;
                }

                .card.clicked {
                    transform: scale(0);
                    opacity: 0;
                    filter: blur(1px);
                    /* slight blur during exit */
                    transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
                        opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
                        filter 0.5s ease;

                    .card-title {
                        opacity: 0.75;
                    }
                }

                .card.clicked-back {
                    transform: scale(1);
                    opacity: 1;
                    filter: blur(0px);
                    /* clear on return */
                    transition: transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                        opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1),
                        filter 0.8s ease;
                }
            }
        }

        .button-box {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 3.49%;
        }

        @media screen and (max-width: 767.5px),
        screen and (max-width:1024px) and (orientation:portrait) {
            .our-innovation-header {
                padding: 12.31% 6.16% 0;

                .main-header {
                    margin-bottom: 1.34em;
                }
            }

            .card-section {
                display: flex;
                flex-direction: column;
                padding: 0;
                gap: 0;

                .owl-stage-outer {
                    margin-bottom: 8.72%;

                }

                .owl-dot.active {
                    background-color: var(--adro-electric-green) !important;
                }

                .owl-dots .owl-dot {
                    border: 2px solid var(--adro-electric-green) !important;
                }

                .main-card {
                    margin: 8.21% 6.16% !important;
                    padding: 8.21% 6.67%;
                    aspect-ratio: 342 / 344;

                    .main-card-title {
                        margin-bottom: 2.23em;
                    }
                }

                .small-cards {
                    margin-bottom: 15.39%;
                    display: block;
                }
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
            .card-section .small-cards .card {
                aspect-ratio: 510/320;
            }
.card-section .main-card{
aspect-ratio: 236/310;
}
        }

        @media screen and (max-width: 767.5px) {
            .button-box {
                margin-bottom: 18.49%;
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
            .our-innovation-header {
                padding: 9.6% 4.8% 0;

                .main-header {
                    margin-bottom: 1em;
                }
            }

            .card-section {

                .owl-stage-outer {
                    margin-bottom: 3.84%
                }

                .owl-dot.active {
                    background-color: var(--adro-electric-green) !important;
                }

                .owl-dots .owl-dot {
                    border: 2px solid var(--adro-electric-green) !important;
                }

                .main-card {
                    margin: 4.8% !important;
                    padding: 3.84% 5.28%;
                    aspect-ratio: 754/352;

                    .main-card-title {
                        margin-bottom: 0.67em;
                    }
                }

                .small-cards {
                    margin-bottom: 5.76%;
                }
            }

            .button-box {
                margin-bottom: 2.88%;
            }
        }
    }

/* GLIMPSE SECTION */

    .glimpse-container {
        width: 100%;
        height: auto;
        /* Added to contain absolutely positioned children */

        /*  .background-container {
            width: 100%;
            height: 100%;
            position: relative;

           .background-image {
                width: 100%;
                height: 100%;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                top: 0;
                left: 0;
            }
        } */

        .content-container {

            background: url(/wp-content/uploads/2025/07/Adrosonic%20Innovation%20main%20frame.svg) top center;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: start;
            top: 0;
            left: 0;
            padding: 0px 3.34%;
            padding-top: 1.93%;
            padding-bottom: 8.98%;


            .content {
                flex-direction: column;
                align-items: start;
                display: flex;
                width: 100%;

                .content-heading {
                    margin-bottom: 2.68%;
                    font-weight: 500;
                }

                .content-description {
                    margin-bottom: 2.68%;
                }

                .video-container {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    .video-player {
                        width: 79.82%;
                        aspect-ratio: 715/401;
                        border-radius: 25px;
                    }
                }
            }
        }
    }

    @media screen and (max-width: 1024px) {
        .glimpse-container {
            min-height: 61.67vh;
            height: auto;

            .background-container {
                display: unset;
            }

            .content-container {
                background: unset;
                padding: 4.8% 5.52%;


                .content {

                    .content-heading {
                        margin-bottom: 5.4%;
                    }

                    .content-description {
                        margin-bottom: 5.4%;
                    }

                    .video-container {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                        .video-player {
                            width: 100%;
                            aspect-ratio: 754/423;
                            border-radius: 15px;
                        }
                    }
                }
            }

            @media screen and (orientation: landscape) {
                height: 100.75vh;

                .content-container {
                    background: url(/wp-content/uploads/2025/07/Adrosonic%20Innovation%20main%20frame.svg) top center;
                    background-size: cover;
                }
            }
        }
    }

    @media screen and (max-width: 767.5px) and (orientation: portrait) {
        .glimpse-container {
            min-height: 47.75vh;
            height: auto;

            .background-container {
                display: unset;
            }

            .content-container {
                padding: 0px 6.16%;
                padding-top: 8.21%;
                padding-top: 4.11%;

                .content {

                    .content-heading {
                        margin-bottom: 9.36%;
                    }

                    .content-description {
                        margin-bottom: 9.36%;
                    }

                    .video-container {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                        .video-player {
                            width: 100%;
                            aspect-ratio: 57/32;
                            border-radius: 15px;
                        }
                    }
                }
            }
        }
    }

/* TESTIMONIAL SECTION */

.testimonial-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
 #playPauseBtn {
            circle {
                stroke: var(--adro-electric-green);
            }

            svg path,
            line {
                fill: var(--adro-electric-green);
                stroke: var(--adro-electric-green);
            }
        }

        .owl-nav {

            circle,
            path {
                stroke: var(--adro-electric-green) !important;
            }

            path {
                fill: var(--adro-electric-green) !important;
            }
        }

        .owl-carousel .owl-dots {
            border-color: var(--adro-electric-green) !important;
        }

        .owl-carousel .owl-dots .owl-dot {
            border-color: var(--adro-electric-green) !important;
        }

        .owl-carousel .owl-dots .owl-dot.active {
            background-color: var(--adro-electric-green) !important;
        }

    .owl-stage-outer {
        overflow: hidden;
        padding: 7% 0 5% 0;
    }

    .owl-carousel {
        .owl-item {
            transition: transform 1s ease;
            display: flex;
            align-items: center;
        }

        .item {
            text-align: center;
            transition: transform 1s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 10px;

            div {
                margin: 5% 0;
                font-weight: normal;
            }

            .logo {
                width: 51%;
                display: block;
                justify-content: center;
                aspect-ratio: 5.04;
            }

            .our-client-auther {
                font-size: clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem);
            }

            .our-client-auther::before {
                content: "";
                display: inline-block;
                width: 5.8%;
                aspect-ratio: 1;
                vertical-align: sub;
                background: url(/wp-content/uploads/2025/07/green-quote.png);
                background-size: contain;
                background-repeat: no-repeat;
                margin: 0 2%;
            }

            p.smaller-size {
                font-style: italic;
            }

            p {
                margin: 0;
                padding: 4.6% 11%;

                span {
                    color: var(--adro-electric-green);
                }
            }
        }

        .item:not(.center) {
            .our-client-auther {
                width: 95%;
            }
        }

        .item.center {
            margin: 0 8%;

            p {
                position: relative;
                padding: 6% 9%;
                padding-top: 0.9%;
            }

            .our-client-auther {
                padding-bottom: 11%;
            }

            .smaller-size::before,
            .smaller-size::after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                width: 2px;
                background-color: var(--adro-electric-green);
            }

            .smaller-size::before {
                left: 0px;
            }

            p::after {
                right: 0px;
            }
        }

        .owl-item.center {
            opacity: 1;
            z-index: 1;
            transform: scale(1.3);
        }

        .owl-item:not(.center) {
            transform: scale(1);
            opacity: 1;
        }
    }

    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .owl-carousel {
            .owl-stage-outer {
                padding: 9vw 0 7vw 0;
            }

            .item.center {
                margin: 0 10% 6%;
            }

            .item {
                .logo {
                    width: 61.98%;
                }
            }
        }
    }

    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .owl-carousel {
            .owl-stage-outer {
                padding: 13vw 0;
            }

            .item {
                .logo {
                    width: 53%;
                }
            }

            .item {
                p {
                    padding: 4% 13%;
                }
            }
        }
    }

    @media screen and (max-device-width: 767.5px) {
        .owl-carousel {
            .owl-stage-outer {
                padding: 19vw 0 27vw;

                .item {
                    p {
                        padding: 5.9% 2%;
                    }
                }

                .item.center {
                    margin: 0 6%;

                    p {
                        padding: 5.9% 6%;
                    }

                    .logo {
                        width: 68%;
                        padding: 10% 0 5%;
                    }
                }
            }
        }
    }
}


/* AGENDA SECTION */

    .agenda-section-head {
        text-align: center;

        .section-head {
            margin-bottom: 0;
        }
    }

    @media screen and (min-width:1024px) {
        .svg-background-section {
            background: url("/wp-content/uploads/2025/07/bg_agenda_latest.svg") center top;
        }
    }

    .svg-background-section {
        position: relative;
        overflow: hidden;

        .only-space-div {
            height: 7.6vh;
        }

        .only-space-div-bottom {
            height: 2.4vh;
        }

        .content {
            position: relative;
            z-index: 1;
        }

        .timeline-container {
            position: relative;
            width: 56.05%;
            margin: auto;

            .timeline-line-wrapper {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                z-index: 0;
                display: flex;
                flex-direction: column;
                align-items: center;

                .timeline-head,
                .timeline-foot {
                    height: 24px;
                    transform: translateX(1px);
                }

                .timeline-line {
                    flex: 1;
                    width: 2px;
                    background: var(--adro-electric-green);
                    margin-top: -8px;
                    margin-bottom: -8px;
                    margin-left: 1px;
                }
            }

            .timeline-item {
                width: 50%;
                padding: 0 5.91%;
                position: relative;
                box-sizing: border-box;

                .content {
                    background: var(--adro-electric-green);
                    border-radius: 15px;
                    padding: 3.9% 4.87%;
                    position: relative;
                    z-index: 1;
                    gap: 8px;
                    display: flex;
                    flex-direction: column;

                    * {
                        color: var(--adro-deep-blue);
                    }
                }

                .svg-connector {
                    position: absolute;
                    top: 50%;
                    bottom: 50%;
                    transform: translateY(-50%);
                    z-index: 0;

                    svg circle,
                    svg path {
                        fill: var(--adro-deep-blue);
                    }
                }
            }

            .timeline-item.left {
                left: 0;

                .svg-connector {
                    right: -10px;
                }
            }

            .timeline-item.right {
                left: 50%;
                text-align: left;

                .svg-connector {
                    left: -8px;
                    transform: scaleX(-1);
                }
            }

            @media screen and (min-width:768px) {
                .timeline-item.right:not(:first-child) {
                    margin-top: -4vh;
                }

                .timeline-item.left.translateup:not(:first-child) {
                    margin-top: -4vh;
                }
            }

            .only-space-empty {
                height: 24px;
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
            .timeline-container {
                width: 100%;

                .timeline-item {
                    padding: 0 3.34%;
                }
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
            .only-space-div {
                height: 6.16vh;
            }

            .timeline-container {
                width: 100%;

                .timeline-item .content {
                    padding: 4.85%;
                }

                .timeline-item.left {
                    padding-right: 5.64%;
                    padding-left: 4.8%;
                }

                .timeline-item.right {
                    padding-left: 5.64%;
                    padding-right: 4.8%;
                }
            }
        }

        @media (max-width: 767.5px) {
            .only-space-div {
                height: 5vh;
            }

            .timeline-container {
                width: 100%;

                .timeline-line-wrapper {
                    right: 4.11%;
                    left: unset;
                    transform: none;

                    .timeline-line {
                        left: 0;
                    }
                }

                .timeline-item,
                .timeline-item.left,
                .timeline-item.right {
                    width: 95.9%;
                    left: 0;
                    text-align: left;
                    padding: 0;
                }

                .timeline-item.left.translateup:not(:first-child) {
                    margin-top: 9.75%;
                }

                .timeline-item.right:not(:first-child) {
                    margin-top: 9.75%;
                }

                .timeline-item {
                    margin-top: 0;

                    .content {
                        margin-left: 4.55%;
                        margin-right: 5.09%;
                        width: 88.24%;
                        padding: 2.14% 4.28%;
                    }
                }

                .timeline-item.left {
                    .svg-connector {
                        right: -0.54%;
                    }
                }

                .timeline-item.right {
                    .svg-connector {
                        right: 0;
                        left: unset;
                        transform: scaleX(1);
                    }
                }
            }
        }
    }

/* JOIN US SECTION */

   .join-us-at-wrapper {

        .section-header-container {
            h2 {
                margin-bottom: 2.7%;
            }
        }

        .map-content-wrapper {
            padding: 0 3.33%;
            display: flex;
            flex-direction: column;
        }

        .google-map-container {
            position: relative;
            width: 100%;
            height: 649px;

            iframe {
                width: 100%;
                border-radius: 25px;
                height: 649px;

            }
        }

        .map-label {
            position: absolute;
            bottom: 0;
            width: 27.1%;
            right: 0;
            z-index: 1;
            background-color: var(--adro-electric-green);
            color: var(--adro-deep-blue);
            padding: 1.8%;
            border-radius: 25px 0px;
            font-weight: 500;
        }

        .shortdesc {
            margin: 2.7% 0;
            font-weight: 500;
        }

        .transport-info {
            display: flex;
            flex-direction: column;
            margin-bottom: 1.5%;

            .info {
                margin-bottom: 2.7%;
                border-radius: 4px;
                display: flex;
                align-items: center;

                svg {
                    margin-right: 3.3%;
                }

                .text {
                    width: 90.5%;
                    font-weight: 500;
                }
            }
        }

        @media screen and (min-width:768px) and (max-width: 1300px) and (orientation: landscape) {


            .google-map-container {
                height: 350px;

                iframe {

                    height: 350px;

                }
            }
        }

        @media screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
            .section-header-container {
                h2 {
                    margin-bottom: 5.4%;
                }
            }

            .google-map-container {
                height: 273px;

                iframe {

                    height: 273px;

                }
            }

            .map-label {
                width: 44%;
                padding: 2.1%;
            }

            .shortdesc {
                margin: 4.2% 0 5.2% 0;
            }

            .transport-info {
                margin-bottom: 3.1%;

                .info {
                    margin-bottom: 5.2%;

                    svg {
                        width: 111px;
                        height: 97px;
                    }

                    .text {
                        width: 77.9%;
                    }
                }
            }
        }

        @media screen and (max-width: 767.5px) {
            .section-header-container {
                padding: 0 6.33%;
            }

            .map-content-wrapper {
                padding: 0 6.33%;
            }

            .section-header-container {
                h2 {
                    margin-bottom: 7.1%;
                    text-align: left;
                }
            }

            .google-map-container {
                height: 214px;

                iframe {

                    height: 214px;

                }
            }

            .map-label {
                width: 70.5%;
                padding: 2.1%;
            }

            .shortdesc {
                margin: 7.1% 0;
            }

            .transport-info {

                margin-bottom: 7.1%;

                .info {
                    margin-bottom: 9.4%;

                    svg {
                        width: 84px;
                        height: 74px;
                    }

                    .text {
                        width: 71%;
                    }
                }
            }
        }
    }

/* SPACER SECTION */

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background-color: var(--adro-electric-green);
}
header{
background-color:var(--adro-deep-blue);
}
header:hover{
background-color:var(--adro-blue);
}
  .spacer-between-banner-introduction {
    height: 8.2vh;
  }

  .spacer-between-introduction-speakers {
    height: 5.4vh;
  }

  .spacer-between-keynote-roundtable {
    height: 4.4vh;
  }

  .spacer-between-speakers-keynote {
    height: 0vh;
  }

  .spacer-between-roundtable-innovation {
    height: 4.4vh;
  }

  .spacer-between-innovation-glimpse {
    height: 7vh;
  }

  .spacer-between-glimpse-testimonial {
    height: 9.63vh;
  }

  .spacer-between-testimonial-agenda {
    height: 17.8vh;
  }

  .spacer-between-agenda-join-us {
    height: 13.4vh;
  }

  @media screen and (min-width:768px) and (max-width: 1024px) and (orientation:portrait) {
    .spacer-between-banner-introduction {
      height: 3.8vh;

    }

    .spacer-between-introduction-speakers {
      height: 1.8vh;
    }

    .spacer-between-keynote-roundtable {
      height: 3vh;
    }

    .spacer-between-speakers-keynote {
      height: 0vh;
    }

    .spacer-between-roundtable-innovation {
      height: 3vh;
    }

    .spacer-between-innovation-glimpse {
      height: 3.8vh;
    }

    .spacer-between-glimpse-testimonial {
      height: 6vh;
    }

    .spacer-between-testimonial-agenda {
      height: 10.45vh;
    }

    .spacer-between-agenda-join-us {
      height: 10.7vh;
    }
  }

  @media screen and (max-width: 767.5px) {
    .only-space-div-bottom {
      height: 0 !important;
    }

    .spacer-between-banner-introduction {
      height: 0vh;
    }

    .spacer-between-introduction-speakers {
      height: 4vh;
    }

    .spacer-between-keynote-roundtable {
      height: 0vh;
    }

    .spacer-between-speakers-keynote {
      height: 0vh;
    }

    .spacer-between-roundtable-innovation {
      height: 8.8vh;
    }

    .spacer-between-innovation-glimpse {
      height: 0vh;
    }

    .spacer-between-glimpse-testimonial {
      height: 7vh;
    }

    .spacer-between-testimonial-agenda {
      height: 10vh;
    }

    .spacer-between-agenda-join-us {
      height: 13vh;
    }
  }