/**
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%;
}

@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,
    .technology-prowess-container .carousel-controls,
    .worldwide-offices-section .carousel-controls,
	.contact-us-container .carousel-controls{
        position: absolute;
        right: 0;
    }
}

.our-offerings-container .our-offerings-container-inner .carousel-controls,
.technology-prowess-container .technology-prowess-container-inner .carousel-controls,
.about-our-people .carousel-controls,
.contact-us-container .contact-us-container-inner .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,
.contact-us-container .contact-us-container-inner .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;
    aspect-ratio: 1;
    cursor: pointer;
    background: none;
    padding: 0;
    color: var(--adro-electric-blue) !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: var(--adro-electric-blue);
    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,
.technology-prowess-container .carousel-controls .owl-dots .owl-dot,
.worldwide-offices-section .carousel-controls .owl-dots .owl-dot,
.contact-us-container .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,
.technology-prowess-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,
.contact-us-container .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,
    .technology-prowess-container .carousel-controls .owl-dots,
    .worldwide-offices-section .carousel-controls .owl-dots,
	.contact-us-container .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,
    .technology-prowess-container .carousel-controls .owl-dots .owl-dot,
    .worldwide-offices-section .carousel-controls .owl-dots .owl-dot,
	 .contact-us-container .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 var(--adro-electric-blue) !important;
        display: block;

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

        span {
            display: none;
        }
    }

    .technology-prowess-container .carousel-controls .owl-dots .owl-dot {
        border: 2px solid var(--adro-deep-blue) !important;
    }

    .swiper-pagination-bullet,
    .owl-carousel .owl-dots .owl-dot.active,
    .our-offerings-container .carousel-controls .owl-dots .owl-dot.active,
    .technology-prowess-container .carousel-controls .owl-dots .owl-dot.active,
    .worldwide-offices-section .carousel-controls .owl-dots .owl-dot.active,
	.contact-us-container .carousel-controls .owl-dots .owl-dot.active{
        background-color: var(--adro-electric-blue) !important;
        transform: scale(1.333);
    }

    .technology-prowess-container .carousel-controls .owl-dots .owl-dot.active {
        background-color: var(--adro-deep-blue) !important;
    }
}

.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%;
        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%;
        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-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 (max-width:767.5px) and (orientation:portrait) {
        .download-iframe {
            margin: 5% 0;
        }
    }

    @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;
        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%;
        }
    }

    .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.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 for header menu */
.quadmenu-row{
.sub-menu {
    width: 38.7% !important;
    float: right;
}

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

/* 404 css*/
/* Desktop styles */
.search-complete-container {
    .service-button-cta:after {
        background: url(/wp-content/uploads/2025/01/Property-1Icon-Property-2DT-LT-menu-Property-3Electric-blue.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

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

    .main-heading {
        text-align: center;
        width: 100%;
        color: var(--adro-electric-blue) !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: var(--adro-electric-blue);
        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: var(--adro-electric-blue) !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(--adro-electric-blue);
        background: #354A60;
        width: 60.21%;
		.searchform #live-search:focus-visible {
  outline: none !important;
}
    }

    .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-wrapper{
		margin: 0;
        padding: 0;
        width: 100%;
        border-top: none;
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 999;
		display: none;
        border-radius: 20px;
        border: 2px solid var(--adro-electric-blue);
        background: #354A60;
        margin-top: 0.4%;
	}
    #suggestions-list {
        list-style: none;
		overflow-y: auto;
        overflow-x: hidden;
		margin: 3%; 
		padding:0;
        max-height: 280px;
    }
#suggestions-list::-webkit-scrollbar {
  width: 4px; 
}

#suggestions-list::-webkit-scrollbar-track {
  background: rgba(45, 121, 166, 1) !important;
  border-radius: 20px !important;
}

#suggestions-list::-webkit-scrollbar-thumb {
  background: var(--adro-electric-blue);
  border-radius: 20px !important;
}
@-moz-document url-prefix() {
                    #suggestions-list{
                        scrollbar-width: auto;
                        scrollbar-color: var(--adro-electric-blue) rgba(45, 121, 166, 1);
                    }
                }
    #suggestions-list li {
        padding: 0 10px 20px;
        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%;
            }

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

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

            .sub-heading a {
                color: var(--adro-electric-blue);
                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;
            }

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

            .search-heading {
                color: var(--adro-electric-blue) !important;
                margin-bottom: 0px !important;
            }

            .search-wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative;
                margin-top: 1% !important;
                border-radius: 20px;
                border: 2px solid var(--adro-electric-blue);
                background: #354A60;
                width: 70%;
            }

            .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;
                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;
                cursor: pointer;
                transition: background 0.2s;
                color: white;
            }
*/
            .helpfull-link {
                text-align: center;
                width: 70%;
                margin-top: 6% !important;
                margin-bottom: 0px !important;
            }

            .buttons-div {
                display: flex;
                justify-content: space-between;
                align-items: start;
                width: 80%;
                margin-top: 1.5%;
                margin-bottom: 3%;
                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: var(--adro-electric-blue);
                color: var(--adro-electric-blue);
            }
        }
    }
}

/* 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;
}

/* page video popup code (work in progress) */
.page-video-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;

    .video-popup {
        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) {

        .video-popup,
        .head-container {
            width: 90%;
        }
    }

    @media screen and (max-width: 767.5px) {
        .video-popup {
            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;
            }
        }
    }
}

.page-video-popup-overlay.active {
    opacity: 1;
    pointer-events: auto;

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

.no-scroll {
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.carousel-controls{
	    height: 16px;	
	}

    .owl-carousel button.owl-dot {
        border: solid !important;
    }

    .owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        /* overflow: hidden; */
        transition: all 0.3s ease;
    }

    .owl-carousel .owl-dots.scrollable-dots {
        /* Make dots wrapper flexible instead of fixed width */
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        overflow: hidden;
        gap: 12px;
        /* keeps spacing consistent */
    }

    .owl-carousel .owl-dots .owl-dot {
        flex-shrink: 0;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50% !important;
        transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1),
            height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
            border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
            background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
        margin: 0 6px !important;
        opacity: 0.7;
        display: block;
        transform: scale(1) !important;
    }

    .owl-carousel .owl-dots.scrollable-dots .owl-dot {
        flex: 0 0 auto;
        border: solid !important;
        /* prevents shrinking */
    }

    /* Keep all your existing dot size classes as they are */
    .owl-carousel .owl-dots .owl-dot.active {
        width: 16px !important;
        height: 16px !important;
        opacity: 1;
        transform: scale(1) !important;
    }

    .owl-carousel .owl-dots .owl-dot.adjacent {
        width: 14px !important;
        height: 14px !important;
        opacity: 0.8;
        transform: scale(1) !important;
    }

    .owl-carousel .owl-dots .owl-dot.near {
        width: 12px !important;
        height: 12px !important;
        border: 2px solid var(--adro-electric-blue) !important;
        opacity: 0.7;
        transform: scale(1) !important;
    }

    .owl-carousel .owl-dots .owl-dot.far {
        width: 10px !important;
        height: 10px !important;
        opacity: 0.6;
        transform: scale(1) !important;
    }

    .owl-carousel .owl-dots .owl-dot.edge-indicator {
        width: 8px !important;
        height: 8px !important;
        opacity: 0.5;
        transform: scale(1) !important;
        border: 2px solid rgba(255, 255, 255, 0.3) !important;
        background-color: transparent !important;
    }
}

.ast-article-single img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}



/* Responsive typography using clamp() for Blogs
   Formula: clamp(min-size, preferred-size, max-size)
   - min-size: what shows on very small screens
   - preferred-size: usually includes vw (viewport width) for fluid scaling
   - max-size: the size chosen in editor (e.g., 24px at 1920px screen)
*/


.fs-12 { font-size: clamp(10px, 0.8vw, 12px); }
.fs-14 { font-size: clamp(12px, 0.9vw, 14px); }
.fs-16 { font-size: clamp(14px, 1vw, 16px); }
.fs-18 { font-size: clamp(15px, 1.2vw, 18px); }
.fs-20 { font-size: clamp(16px, 1.3vw, 20px); }
.fs-24 { font-size: clamp(18px, 1.5vw, 24px); }
.fs-28 { font-size: clamp(20px, 1.8vw, 28px); }
.fs-32 { font-size: clamp(22px, 2vw, 32px); }
.fs-36 { font-size: clamp(24px, 2.2vw, 36px); }
.fs-56 { font-size: clamp(32px, 3vw, 56px); }
.fs-68 { font-size: clamp(40px, 3.5vw, 68px); }