/* Global keyboard focus style */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 3px solid #005FCC !important;
    outline-offset: 3px;
    border-radius: 4px;
}

/* Better: show only for keyboard users */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #005FCC !important;
    outline-offset: 3px;
    /* box-shadow: 0 0 0 4px rgba(0, 95, 204, 0.25); */
}

/* Products Tab : Sub Menu */
.sub-menu {
    display: none;
}

.sub-menu.show {
    display: block;
}

/* keyboard focus */
a:focus-visible,
button:focus-visible {
    outline: 3px solid #005FCC !important;
    outline-offset: 3px;
}

/* Products dropdown */
/* Existing */
.inlineBlk.menu-open>.sub-menu {
    display: block;
}

/* India submenu */
.productIndia .sub-menu-inner {
    display: none;
}

.productIndia.active>.sub-menu-inner {
    display: block;
}

.productIndia.active>.sub-menu-inner {
    display: block;
}

/* visible focus */
a:focus-visible {
    outline: 3px solid #005FCC !important;
    outline-offset: 3px;
}

.productIndia.active .sub-menu-inner {
    display: block;
}

.toggle-button {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

#indiaMenu {
    display: block !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Trending Blogs Css for : Keybord navigation */
.articleItem {
    border-radius: 8px;
}

.articleItem:focus-visible {
    outline: 3px solid #005FCC;
    outline-offset: -3px;
}

/* Execution Partners Css For : Keyboard Navigation */
.partnerBtn {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    /* remove default browser focus */
}

/* remove browser focus ring */
.partnerBtn:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* image styling */
.partnerBtn img {
    display: block;
    max-width: 250px;
    border-radius: 16px;
}

/* Single custom focus border */
.partnerBtn:focus-visible img {
    outline: 3px solid #005FCC;
    outline-offset: 3px;
    border-radius: 16px;
}

/* Scroll Down Arrow Section */
#goDown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FAF7E9;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

/* Down arrow */
.downArrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #958F7B;
    transition: transform .3s;
}

/* Up arrow */
.downArrow.up {
    transform: rotate(180deg);
}

#goDown:focus-visible {
    outline: 3px solid #005FCC;
    outline-offset: 4px;
}

/* FAQ CSS */
.tabs-container label:focus-visible {
    outline: 3px solid #005FCC;
    outline-offset: 4px;
    border-radius: 4px;
}

/* Screen Reader Css */

#productsMenu {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 4px;

    text-decoration: none;
    line-height: normal;

    font-size: 16px;
    color: #000;
    font-family: 'GTAmerica-Regular';
    letter-spacing: 1px;
}

#productsMenu:hover {
    color: inherit;
}

#productsMenu:focus {
    outline: 2px solid #17778C;
    /* accessible focus */
    outline-offset: 2px;
}

/* Video Description : Screen Reader Css */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* AlphaBaskets Cards Screen Reader Css */
.prodListing li .productWrp .prodInfo .prodLabel {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0b5e26;
    font-weight: 600;
}

.prodListing li .productWrp .prodInfo .prodValue {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #0b5e26;
    font-weight: 700;
}

/* Alphastock Screen Reader css */
.cardContent .innerCnt {
    display: inline-block;
    text-align: center;
}

.cardContent .innerCnt .cardLabel {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.3;
}

.cardContent .innerCnt .cardValue {
    font-size: 25px;
    color: #444;
    font-weight: 700;
    /* make value bold like h2 */
    line-height: 1.2;
    margin-top: 3px;
}

.cardContent .innerCnt .cardValue span {
    color: green;
    font-size: 14px;
    font-weight: 500;
}

/* Skip To main Content Css */


.skip-link {
    position: absolute;
    left: 1rem;
    top: -100px;
    /* hidden */
    padding: 0.75rem 1rem;
    background: #000;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
    transition: top 0.2s;
}

.skip-link:focus,

.skip-link:focus-visible {
    top: 1rem;
    /* visible */
}

/* Play, Pause & Stop css for Crousal Section */

.carousel-toggle {
    position: absolute;
    top: 10rem;
    right: 3rem;

    z-index: 100;
    background: rgba(255, 255, 255, .95);
    border: 1px solid #1F7A45;
    color: #1F7A45;
    border-radius: 25px;
    padding: 8px 16px;
    opacity: 0;
    pointer-events: none;
}

.carousel-toggle:focus-visible {
    opacity: 1;
    pointer-events: auto;
    outline: 3px solid #005FCC;
}


/* Write Us Popup CSS */

/* css for email button popup */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;

    overflow-y: auto;
    /* Allow scrolling if popup is taller than viewport */
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;

    max-height: 90vh;
    /* Prevent popup from exceeding viewport */
    overflow-y: auto;
    /* Make popup scrollable */
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: none;
    overflow: visible;
}

.mt-10 {
    margin-top: 10px;
}

.userData {
    width: calc(90% - 20px);
    float: left;
    text-align: left;
    padding: 20px 10px;
}

.userData .userInfo {
    padding-left: 15px;
}

.userData .userInfo li .txtCaption {
    width: calc(50% - 20px);
    margin-right: 15px;
    display: inline-block;
    font-weight: bold;
}

.userData .userInfo li .txtuserInfo {
    width: calc(70% - 20px);
    margin-right: 15px;
    display: inline-block;

}

.userData .userInfo li .txtuserInfo .data {
    border: 1px solid #ccc;
    /* height: 35px; */
    border-radius: 5px;
    outline: #fff !important;
    width: 100%;
    padding: 7px;
    font-size: 16px;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 6px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.aboutStart a:focus,
.aboutStart a:active {
    outline: 3px solid #FFEFDF !important;
    outline-offset: 3px !important;
}

.subcribeForm .btnStart button:focus,
.subcribeForm .btnStart button:active {
    outline: 3px solid #FFEFDF !important;
    outline-offset: 3px !important;
}


@media only screen and (max-width:700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }

    /* .flexDisplay {
        display: block;
    } */

    .userData {
        width: 100%;
        float: left;
        text-align: left;
        padding: 20px 10px;
    }

    .userData .userInfo {
        padding-left: 15px;
    }

    .userData .userInfo li .txtCaption {
        width: 100%;
        margin-right: 15px;
        display: block;
        font-weight: bold;
    }

    .userData .userInfo li .txtuserInfo {
        width: 100%;
        margin-right: 15px;
        display: block;

    }

    .userData .userInfo li .txtuserInfo .data {
        border: 1px solid #ccc;
        /* height: 35px; */
        border-radius: 5px;
        outline: #fff !important;
        width: 100%;
        padding: 7px;
        font-size: 16px;
    }
}

/*  END OF EMAIL POP */