/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
html,
body {
  overflow: auto;
  height: auto !important;

  .text-electric-blue {
    color: var(--adro-electric-blue);
  }
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none;
}

li,
a,
button {
  cursor: pointer;
}

.single-post .entry-content{
	margin:0!important;
}

/* underline on hover for cta */
#menu-footer-menu-first li a,
#menu-footer-menu-second li a,
.underline-on-hover span {
  position: relative;
}

#menu-footer-menu-first li a::after,
#menu-footer-menu-second li a::after,
.underline-on-hover span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

#menu-footer-menu-first li a:hover::after,
#menu-footer-menu-second li a:hover::after,
.underline-on-hover span:hover:before {
  width: 100%;
}

/*    CSS for styling the navigation buttons and controls */
.carousel-controls {
  padding: 0 64px;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: center;
  align-items: center;
  z-index: 10;
  gap: 0.5rem;
}

.homepage-banner .carousel-controls ,.innovation-banner .carousel-controls{
  position: absolute;
  right: 0;
  top: 78.9%;
  /* 		instead of top: 68.9% to 78.9% on the basis of content */
}
@media screen and (max-height: 650px) {
  .homepage-banner .carousel-controls,.innovation-banner .carousel-controls {
    top: 78.2%;
  }
}

@media screen and (min-width: 1281px) {
  .our-offerings-container .carousel-controls,
  .worldwide-offices-section .carousel-controls {
    position: absolute;
    right: 0;
  }
}

.our-offerings-container .our-offerings-container-inner .carousel-controls,
.about-our-people .carousel-controls {
  .owl-nav button {
    svg {
      circle {
        stroke: white !important;
      }

      path,
      line {
        stroke: white !important;
        fill: white !important;
      }
    }
  }
  .owl-nav button:hover {
    background: 0 0;
  }
}
.our-offerings-container .our-offerings-container-inner .carousel-controls,
.about-our-people .carousel-controls {
  .owl-dots .owl-dot.active {
    background-color: white !important;
  }
  .owl-dots .owl-dot {
    border-color: white !important;
  }
}

#playPauseBtn {
  flex: 0 0 auto;
}

.nav-buttons-wrap,
.owl-nav {
  margin: 0 !important;
  gap: 0.5rem;
  display: flex;
  font: unset;
}

.elementor-swiper-button {
  margin: 0 !important;
}
.about-our-people .carousel-controls #playPauseBtn {
  color: white !important;
  svg {
  }
  svg path,
  line {
    fill: white;
    stroke: white;
  }
  svg circle {
    stroke: white;
  }
}
.elementor-swiper-button,
#playPauseBtn,
.owl-nav button {
  align-items: center;
  justify-content: center;
  position: static !important;
  transform: translate(0, 0) !important;
  width: 2rem;
  /*     height: 2rem; */
  aspect-ratio: 1;
  cursor: pointer;
  background: none;
  padding: 0;
  color: #0cf !important;
  align-self: start;
  display: block !important;
  border: none;
  svg {
    fill: rgba(53, 74, 96, 0.6);
  }
  svg path,
  line {
    fill: var(--adro-electric-blue);
    stroke: var(--adro-electric-blue);
  }
}

.elementor-swiper-button,
#playPauseBtn:hover,
.owl-nav button:hover {
  svg path,
  line {
    fill: white;
    stroke: white;
  }
}
.about-our-people .carousel-controls .owl-dots {
  border-color: white;
}
.swiper-pagination,
.owl-carousel .owl-dots {
  position: static;

  background: none;
  border: 2px solid;
  border-color: #00ccff;
  border-radius: 24px;
  padding: 8px 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  align-self: start;
  width: auto !important;
  transform: translate(0, 0) !important;
}
@media screen and (min-width: 1024px) {
  .swiper-pagination,
  .owl-carousel .owl-dots {
    background: rgba(53, 74, 96, 0.6);
  }
}
/* only for platform partners */
.platform-partners-carousel {
  #playPauseBtn,
  .owl-nav button {
    svg {
      fill: none;
    }
  }
  @media screen and (min-width: 1024px) {
    .owl-carousel .owl-dots {
      background: none;
    }
  }
}

.swiper-pagination-bullet,
.owl-carousel .owl-dot,
.our-offerings-container .carousel-controls .owl-dots .owl-dot,
.worldwide-offices-section .carousel-controls .owl-dots .owl-dot {
  margin: 6px 0;
  width: 2rem !important;
  background-color: #8e8e93 !important;
  border-radius: 0.25rem;
  cursor: pointer;
  pointer-events: auto;
  height: 2px !important;
}

.swiper-pagination-bullet,
.owl-carousel .owl-dot.active,
.our-offerings-container .carousel-controls .owl-dots .owl-dot.active,
.worldwide-offices-section .carousel-controls .owl-dots .owl-dot.active,
.about-our-people .carousel-controls .owl-dots .owl-dot.active {
  background-color: #fff !important;
}

@media all and (max-width: 1024px) {
  .homepage-banner .carousel-controls,.innovation-banner .carousel-controls {
    position: absolute;
    top: 70%;
  }

  .owl-nav button,
  #playPauseBtn {
    display: none !important;
  }

  .swiper-pagination,
  .owl-carousel .owl-dots,
  .our-offerings-container .carousel-controls .owl-dots,
  .worldwide-offices-section .carousel-controls .owl-dots {
    border: none;
    display: flex;
	  background:none;
    gap: 32px;
    justify-content: center;
    padding: 0;
  }

  .swiper-pagination-bullet,
  .owl-carousel .owl-dots .owl-dot,
  .our-offerings-container .carousel-controls .owl-dots .owl-dot,
  .worldwide-offices-section .carousel-controls .owl-dots .owl-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: rgb(0, 0, 0, 0) !important;
    border: 2px solid #00ccff !important;
    display: block;

    background: 0 0;
    color: inherit;
    padding: 0 !important;
    font: inherit;

    span {
      display: none;
    }
  }

  .swiper-pagination-bullet,
  .owl-carousel .owl-dots .owl-dot.active,
  .our-offerings-container .carousel-controls .owl-dots .owl-dot.active,
  .worldwide-offices-section .carousel-controls .owl-dots .owl-dot.active {
    background-color: #00ccff !important;
    transform: scale(1.333);
  }
}

.e-n-carousel.swiper {
  flex-direction: column;
}

.widget_polylang h2 {
  margin-bottom: 5px;
  margin-right: 10px;
}

.widget_polylang {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .homepage-banner .carousel-controls,.innovation-banner .carousel-controls {
    top: 73.5%;
    /* 		instead of top: 69.2% to 73.5% on the basis of content */
    padding: 0;
    left: 50%;
    right: 50%;
  }

  @media screen and (max-height: 650px) {
    .homepage-banner .carousel-controls,.innovation-banner .carousel-controls {
      top: 83%;
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .homepage-banner .carousel-controls ,.innovation-banner .carousel-controls{
    top: 75.4%;
    padding: 0;
    left: 50%;
    right: 50%;
  }
}

@media screen and (max-width: 767.5px) {
  .homepage-banner .carousel-controls,.innovation-banner .carousel-controls {
    top: 82%;
    /* 		instead of top: 73.5% to 82% on the basis of content */
    padding: 0;
    left: 50%;
    right: 50%;
  }

  @media screen and (max-height: 650px) {
    .homepage-banner .carousel-controls ,.innovation-banner .carousel-controls{
      top: 78.2%;
    }
  }
}
.our-services-container {
  @media screen and (min-width: 768px) and (max-width: 900px) and (orientation: landscape) {
    .circle-content button {
      width: 140px !important;
      height: 36px !important;
    }
  }
}
@media screen and (max-width: 768px) {
  body {
    user-select: none;
  }
}

/* Basic fade-in effect for lazy loaded images */
img[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

img.lazy-loaded {
  opacity: 1;
}

/* Optional: Low-quality image placeholder (LQIP) style */
img[data-src] {
  filter: blur(2px);
}

img.lazy-loaded {
  filter: blur(0);
}

/* our clients logo aspect ratio adjustment */
.service-our-clients-section
  .service-our-clients-slide
  .main-container
  .landscape-only {
  aspect-ratio: 3.5 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .impact-text {
        font-size: 30px !important;
    }
}

/* download popup for posts complete css */
   
  .download-pardot-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;

    .popup-heading {
      color: var(--adro-electric-blue);
      margin-bottom: 1.65%;
    }

    .download-iframe {
      min-height: 590px;
    }

    .download-pardot-popup-content {
      background: var(--adro-mid-blue);
      padding: 2.1% 3.33%;
      border-radius: 8px;
      text-align: left;
      position: relative;
      width: 71.15%;
      border-radius: 20px;
    }

    .close-popup {
      position: absolute;
      top: 6%;
      right: 3%;
      font-size: 20px;
      cursor: pointer;
    }
	@media screen and (min-width:768px) and (max-width: 1396px) {
       .download-iframe {
       min-height: 400px;
       }
    }
	 @media screen and (max-width:767.5px) and (orientation:portrait){
		.download-iframe {
          min-height: 520px;
        }  
	  }
	@media screen and (max-width:767.5px) and (orientation:landscape){
		.download-iframe {
          min-height: 400px;
        }  
	  }

    @media screen and (max-width: 1024px) {
      .popup-heading {
        margin-right: 10%;
      }

      .download-pardot-popup-content {
        width: 90%;
      }

      .close-popup {
        top: 2%;
        right: 4%;
      }
    }
	@media screen and (max-width:768px)
	{
		.popup-heading {
         margin-right: 40%;
	  }
		.close-popup{
			svg{
				width:20px;
			}
		}
  }
}



/* pardot play popup css */

.play-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    180deg,
    rgba(26, 44, 71, 0.95) 4.08%,
    rgba(61, 92, 125, 0.8) 49.29%,
    rgba(55, 82, 114, 0.75) 74.27%,
    rgba(5, 9, 14, 0.95) 109.97%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
  overflow: hidden;
  .play-popup-content {
    transition: padding 0.3s ease;
    background: var(--adro-mid-blue);
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
    /* aspect-ratio: 1340 / 753; */
    padding: 2.1% 3.33%;
    text-align: left;
    position: relative;
    width: 71.15%;
    border-radius: 20px;
    .form-header {
      max-width: 85%;
      color: var(--adro-electric-blue);
      text-align: start;
      margin-bottom: 1.65%;
    }
    .video-wrapper {
      width: 100%;
      height: 100%;
		            overflow: hidden;
      iframe {
        border-radius: 20px;
      }
    }
    .form-wrapper {
      width: 100%;
      height: 100%;
      iframe {
        min-height: 590px;
      }
      @media screen and (min-width: 768px) and (max-width: 1396px) and (orientation: landscape) {
        iframe {
          min-height: 400px;
        }
      }
    }
  }
	 .head-container {
      display: flex;
      justify-content: space-between;
      width: 94%;
      margin-bottom: 1.06%;

      .empty-div,
      .video-close {
        width: 3%;
        padding: 8px;
      }

      .post-head {
        transform: scale(0.8);
        opacity: 0;
        text-align: center;
        max-width: 69.8vw;
        margin-bottom: 0.5em;
        transition: all 0.3s ease;
      }

      .video-close {
        z-index: 1001;
        cursor: pointer;
		  position:unset;
		  display:none;
      }
    }
	@media screen and (max-width: 1024px) {
      .play-popup-content,.head-container {
        width: 90%;
      }
    }

    @media screen and (max-width: 767.5px) {
      .play-popup-content {
        width: 80%;
      }

      .head-container {
        width: 80%;
        margin-bottom: 4.06%;

        .empty-div,
        .video-close {
          padding: 5px;
        }

        .video-close svg {
          width: 20px;
          height: auto;
        }

        .post-head {
          max-width: 85vw;
        }
      }
    }

  .play-close-btn {
    position: absolute;
    top: 6%;
    right: 3%;
    font-size: 20px;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
  }

  .pardot-close {
    display: block;
    position: absolute;
    top: 6%;
    right: 3%;
    font-size: 20px;
    z-index: 1001;
    cursor: pointer;
  }
  @media screen and (max-width: 1024px) {
    .form-header {
      margin-right: 10%;
    }

    .play-popup-content {
      width: 90%;
    }

    .play-close-btn {
      top: 4%;
      right: 4%;
    }
  }
	
  @media screen and (max-width: 767.5px) {
    .play-popup-content {
      width: 85vw;
      padding: 6% 3%;
    }
/*     .play-popup-overlay.video-mode .play-close-btn {
      top: 1em;
      right: 5%;
    }
    .post-head {
       max-width: 85vw; 
    } */
  }
}

.play-popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
  .play-popup-content {
    transform: scale(1);
    opacity: 1;
  }
}

/* Show/hide based on video mode */
.play-popup-overlay.video-mode {
  .play-popup-content {
    aspect-ratio: 1340 / 753;
  }
	@media screen and (orientation:portrait){
		.play-popup-content {
   background: none;
  }
	}
  .video-close {
    display: block !important;
  }
  .pardot-close {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}
body.no-scroll,
html.no-scroll {
  height: 100%;
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}


/* Styles moved from inline script in functions.php shortcodes */
.sub-menu {
    width: 38.7% !important;
    float: right;
}

.main-menu {
    float: left;
    width: 50%;
}

/* 404 css*/
    /* Desktop styles */
    .search-complete-container {
        .not-found {
            width: 100%;
            padding-left: 3.34%;
            padding-right: 3.34%;
            margin-top: 10.05%;
        }

        .main-heading {
            text-align: center;
            width: 100%;
            color: #0CF !important;
            margin-bottom: 0px !important;
        }

        .content {
            display: flex;
            flex-wrap: wrap;
            gap: 5%;
            justify-content: center;
        }

        .img-frame-left {
            flex: 1 1;
        }

        .not-img {
            width: 93.4%;
            margin-top: 6.15%;
            aspect-ratio: 608 / 424;
        }

        .content-frame-right {
            flex: 1 1 400px;
        }

        .p-heading {
            width: 99.8%;
            margin-top: 10.7%;
        }

        .sub-heading {
            margin-top: 3.05% !important;
        }

        .sub-heading .item {
            line-height: 56px;
        }

        .sub-heading a {
            color: #00ccff;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .sub-heading a svg {
            vertical-align: middle;
        }

        .not-found-search {
            text-align: center;
            margin-top: 1.34% !important;
        }

        /* Search bar styles */
        .seach-bar-parent-div {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

        .search-heading {
            color: #0CF !important;
            margin-bottom: 0px !important;
        }

        .search-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            margin-top: 1.25% !important;
            border-radius: 20px;
            border: 2px solid var(--ADROSONIC-Electric-blue-Secondary, #0CF);
            background: #354A60;
            width: 60.21%;
        }

        .search-icon {
            position: absolute;
            right: calc(2.78%);
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            z-index: 1;
        }

        #live-search {
            width: 100%;
            padding: 10px 16px;
            outline: none;
            border: transparent;
            background-color: transparent;
            color: white;
        }

        #suggestions-list {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
            background: white;
            border: 1px solid #ccc;
            border-top: none;
            position: absolute;
            top: 100%;
            left: 0px;
            z-index: 999;
            max-height: 280px;
            overflow-y: auto;
            display: none;
            border-radius: 20px;
            border: 2px solid var(--adro-electric-blue);
            background: #354A60;
            margin-top: 0.4%;
        }

        #suggestions-list li {
            padding: 10px 16px;
            cursor: pointer;
            transition: background 0.2s;
            color: white;
        }

        .helpfull-link {
            text-align: center;
            width: 60%;
            margin-top: 4.17% !important;
            margin-bottom: 0px !important;
        }

        .buttons-div {
            display: flex;
            justify-content: space-between;
            align-items: start;
            width: 60.21%;
            margin-top: 2.08%;
            margin-bottom: 5.84%;
            margin-left: auto;
            margin-right: auto;
        }

        .user-case-download-button {
            background-color: var(--adro-electric-blue);
            border-color: var(--adro-electric-blue);
            color: var(--adro-deep-blue);
        }

        .user-case-download-button:hover {
            background-color: var(--adro-deep-blue);
            border-color: #0cff;
            color: #0cff;
        }
    }

    /* Tablet Portrait */
    @media screen and (max-width: 1024px) {
        .search-complete-container {
            .not-found {
                width: 100%;
                padding-left: 4.8%;
                padding-right: 4.8%;
                margin-top: 16.31%;
            }

            .content {
                display: flex;
                flex-wrap: wrap;
                gap: 5%;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .img-frame-left {
                width: 100%;
                display: flex;
                justify-content: center;
            }

            .not-img {
                width: 72.69%;
                margin-top: 5.31%;
                aspect-ratio: 548 / 414;
            }

            .content-frame-right {
                flex: 1 1 0px;
            }

            .p-heading {
                width: 99.8%;
                margin-top: 12.74%;
            }

            .sub-heading {
                margin-top: 3.19% !important;
            }

            .sub-heading .item {
                line-height: 40px;
            }

            .not-found-search {
                text-align: center;
                margin-top: 4.51%;
            }

            .search-wrapper {
                width: 79.02%;
                margin-top: 3.837%;
            }

            .helpfull-link {
                width: 100%;
                margin-top: 8.64%;
            }

            .buttons-div {
                width: 100%;
                margin-top: 3.84%;
                margin-bottom: 10.56%;
                padding-left: 4.8%;
                padding-right: 4.8%;
            }

            @media screen and (orientation: landscape) {
                height: 79.68vh;
                min-height: fit-content;

                .not-found {
                    width: 100%;
                    padding-left: 3.34%;
                    padding-right: 3.34%;
                    margin-top: 10%;
                }

                .main-heading {
                    text-align: center;
                    width: 100%;
                    color: #0CF !important;
                    margin-bottom: 0px !important;
                }

                .content {
                    flex-wrap: wrap;
                    gap: 3%;
                    justify-content: center;
                    flex-direction: row;
                    margin-top: 2%;
                }

                .img-frame-left {
                    flex: 1 1 300px;
                    /* Adjusted for landscape */
                }

                .not-img {
                    width: 80%;
                    /* Adjusted for landscape */
                    margin-top: 3%;
                    aspect-ratio: 608 / 424;
                }

                .content-frame-right {
                    flex: 1 1 400px;
                }

                .p-heading {
                    width: 99.8%;
                    margin-top: 5%;
                    /* Reduced for landscape */
                }

                .sub-heading {
                    margin-top: 2% !important;
                    /* Reduced for landscape */
                }

                .sub-heading .item {
                    line-height: 40px;
                    /* Reduced for landscape */
                }

                .sub-heading a {
                    color: #00ccff;
                    text-decoration: none !important;
                    display: inline-flex;
                    align-items: center;
                    gap: 6px;
                }

                .sub-heading a svg {
                    vertical-align: middle;
                }

                .not-found-search {
                    text-align: center;
                    margin-top: 3% !important;
                    /* Reduced for landscape */
                }

                .seach-bar-parent-div {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    flex-direction: column;
                }

                .search-heading {
                    color: #0CF !important;
                    margin-bottom: 0px !important;
                }

                .search-wrapper {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    position: relative;
                    margin-top: 1% !important;
                    /* Reduced for landscape */
                    border-radius: 20px;
                    border: 2px solid var(--ADROSONIC-Electric-blue-Secondary, #0CF);
                    background: #354A60;
                    width: 70%;
                    /* Adjusted for landscape */
                }

                .search-icon {
                    position: absolute;
                    right: calc(2.78%);
                    top: 50%;
                    transform: translateY(-50%);
                    pointer-events: none;
                    z-index: 1;
                }

                #live-search {
                    width: 100%;
                    padding: 10px 16px;
                    outline: none;
                    border: transparent;
                    background-color: transparent;
                    color: white;
                }

                #suggestions-list {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    width: 100%;
                    background: white;
                    border: 1px solid #ccc;
                    border-top: none;
                    position: absolute;
                    top: 100%;
                    left: 0px;
                    z-index: 999;
                    max-height: 200px;
                    /* Reduced for landscape */
                    overflow-y: auto;
                    display: none;
                    border-radius: 20px;
                    border: 2px solid var(--adro-electric-blue);
                    background: #354A60;
                    margin-top: 0.4%;
                }

                #suggestions-list li {
                    padding: 8px 16px;
                    /* Reduced padding for landscape */
                    cursor: pointer;
                    transition: background 0.2s;
                    color: white;
                }

                .helpfull-link {
                    text-align: center;
                    width: 70%;
                    /* Adjusted for landscape */
                    margin-top: 6% !important;
                    /* Reduced for landscape */
                    margin-bottom: 0px !important;
                }

                .buttons-div {
                    display: flex;
                    justify-content: space-between;
                    align-items: start;
                    width: 80%;
                    margin-top: 1.5%;
                    /* Reduced for landscape */
                    margin-bottom: 3%;
                    /* Reduced for landscape */
                    margin-left: auto;
                    margin-right: auto;
                }

                .user-case-download-button {
                    background-color: var(--adro-electric-blue);
                    border-color: var(--adro-electric-blue);
                    color: var(--adro-deep-blue);
                }

                .user-case-download-button:hover {
                    background-color: var(--adro-deep-blue);
                    border-color: #0cff;
                    color: #0cff;
                }

            }
        }
    }

    /* Mobile Portrait */
    @media screen and (max-width: 767.5px) and (orientation: portrait) {
        .search-complete-container {
            .not-found {
                width: 100%;
                padding-left: 6.16%;
                padding-right: 6.16%;
                margin-top: 28.72%;
            }

            .main-heading {
                padding-left: 4.68% !important;
                padding-right: 4.68% !important
            }

            .content {
                display: flex;
                flex-wrap: wrap;
                gap: 5%;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .img-frame-left {
                width: 100%;
                display: flex;
                justify-content: center;
                aspect-ratio: 342 / 238;
            }

            .not-img {
                width: 100%;
                margin-top: 9.8%;
                aspect-ratio: 342 / 238;
            }

            .content-frame-right {
                flex: 1 1 0px;
            }

            .p-heading {
                width: 99.8%;
                margin-top: 21.12%;
            }

            .sub-heading {
                margin-top: 4.9% !important;
            }

            .sub-heading .item {
                line-height: 32px;
            }

            .not-found-search {
                text-align: center;
                margin-top: 14.69%;
                width: 105%;
            }

            .search-wrapper {
                width: 88.72%;
                margin-top: 6.16%;
            }

            .helpfull-link {
                width: 100%;
                margin-top: 12.31%;
            }

            .buttons-div {
                width: 100%;
                margin-top: 6.16%;
                margin-bottom: 18.47%;
                flex-direction: column;
                align-items: center;
            }

            .buttons-div a:nth-child(2) button {
                margin-top: 9.11%;
            }

            .buttons-div a:nth-child(3) button {
                margin-top: 9.11%;
            }
        }
    }

/* vimeo video popup for podcast client story coffee with adrosonic without pardot form */
  .play-popup-overlay-no-pardot {
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg,
        rgba(26, 44, 71, 0.95) 4.08%,
        rgba(61, 92, 125, 0.8) 49.29%,
        rgba(55, 82, 114, 0.75) 74.27%,
        rgba(5, 9, 14, 0.95) 109.97%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
    overflow: hidden;

    .play-popup-content {
      transition: padding 0.3s ease;
      background: var(--adro-mid-blue);
      transform: scale(0.8);
      opacity: 0;
      transition: all 0.3s ease;
      aspect-ratio: 1340 / 753;
      width: 71.15%;
      border-radius: 20px;

      .video-wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;

        iframe {
          border-radius: 20px;
        }
      }
    }

    .head-container {
      display: flex;
      justify-content: space-between;
      width: 94%;
      margin-bottom: 1.06%;

      .empty-div,
      .video-close {
        width: 3%;
        padding: 8px;
      }

      .post-head {
        transform: scale(0.8);
        opacity: 0;
        text-align: center;
        max-width: 69.8vw;
        margin-bottom: 0.5em;
        transition: all 0.3s ease;
      }

      .video-close {
        z-index: 1001;
        cursor: pointer;
      }
    }

    @media screen and (max-width: 1024px) {
      .play-popup-content,.head-container {
        width: 90%;
      }
    }

    @media screen and (max-width: 767.5px) {
      .play-popup-content {
        width: 80%;
      }

      .head-container {
        width: 80%;
        margin-bottom: 4.06%;

        .empty-div,
        .video-close {
          padding: 5px;
        }

        .video-close svg {
          width: 20px;
          height: auto;
        }

        .post-head {
          max-width: 85vw;
        }
      }
    }
  }

  .play-popup-overlay-no-pardot.active {
    opacity: 1;
    pointer-events: auto;

    .play-popup-content,
    .post-head {
      transform: scale(1);
      opacity: 1;
    }
  }

  .no-scroll {
    overflow: hidden;
  }