html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: "Poppins", sans-serif !important;
}


.dev-h-header-top-banner {
    width: 100%;
    background-color: #090979;
    margin: 0 auto;
}

.dev-h-htb-col {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.dev-h-htb-col a {
    display: block;
}

.dev-h-htb-col img {
    width: 100%;
    margin: 0 auto;
}

.dev-h-color-vigoasia {
    color: #FE8834;
}

.dev-h-warning-sec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #e6e6e6;
}

.dev-h-warning-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 6px 10px;
    display: flex;
    align-items: center;
}

.dev-h-marquee-con {
    width: 100%;
    background: #fff9e6;
    margin-bottom: 10px;
}

.marquee-box {
    width: 100%;
    max-width: 1450px;
    overflow: hidden;
    padding: 3px 0px;
    border-radius: 10px;
    border: 1px solid #eee;
    color: red;
    background: #fff9e6;
    margin: 0 auto;
}

.dev-h-parent-header-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9999;
}

.dev-h-header-top-banner {
    width: 100%;
    background-color: #090979;
    margin: 0 auto;
}

.dev-h-header-1 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #414141;
    z-index: 99999;
}

.dev-h-header-container-1 {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 12px;
}

.dev-h-header-c1-child-col-1 {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.dev-h-header-c1-child-col-1 div ul {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 20px;
}


.dev-h-header-c1-child-col-1 div ul li {
    color: white;
    list-style: none;
    font-size: 12px;
}

.dev-h-header-c1-child-col-2 div {
    font-size: 12px;
}

.dev-h-header-c1-child-col-1 div ul li a {
    color: white;
}

span.vigoasia-topbar-title {
    font-size: 12px;
    color: white;
}

.country-judge-area {
    color: white;
}

.country-judge-area {
    position: relative;
    display: flex;
    column-gap: 5px;
}

.dev-h-header-c1-child-col-1 {
    width: 60%;
    position: relative;
}

.dev-h-header-c1-child-col-2 {
    position: relative;
    width: 40%;
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
}

/*--- Language Dropdown ---*/

.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-dropdown-button {
    background-color: #ffffff;
    color: black;
    padding: 2px 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    width: 100px;
}

.language-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    WIDTH: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.language-dropdown-content a {
    color: black;
    padding: 5px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dev-h-country-judge-inner>img {
    width: 20px;
    margin-right: 5px;
}

.language-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.language-dropdown-content a {
    background: grey;
    color: white;
}

.language-dropdown-content a:hover {
    background: white;
    color: black;
    font-weight: bold;
}

/*--- Header 2 ---*/

.dev-h-header-2 {
    width: 100%;
    max-width: 100%;
    background-color: #222222;
    margin: 0 auto;
}

.dev-h-header-container-2 {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 12px 10px 7px 10px;
    display: flex;
    align-items: center;
}

.dev-h-header2-col-1 {
    width: 100%;
    max-width: 240.66px;
    position: relative;
    padding: 0 5px;
    margin: 0 auto;
}

.dev-h-header2-col-2 {
    width: 100%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
}

.dev-h-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.dev-h-logo a {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
}

.dev-h-logo img {
    width: 100%;
    max-width: 150px;
}

/*--- Search Wrapper ---*/

.dev-h-search-wrapper {
    width: 80%;
    position: relative;
    display: flex;
}

.dev-h-search-keyword-menu {
    display: flex;
    position: relative;
}

.dev-h-search-keyword-menu select {
    height: 35px;
    border-radius: 5px 0 0 5px;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    background: #e7e7e7;
    border: 1px solid white;
}

.dev-h-searchTerm {
    width: 100%;
    font-size: 14px !important;
    border-left: none;
    border: 1px solid white;
    border-right: none;
    padding: 5px;
    height: 35px;
    outline: none;
    color: black;
}

.dev-h-searchTerm:focus {
    color: black;
}

.dev-h-searchButton {
    width: 60px;
    height: 35px;
    border: 1px solid black;
    background-image: linear-gradient(to right, #090979 0%, #00D4FF 51%, #090979 100%) !important;
    transition: 0.5s !important;
    background-size: 200% auto !important;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.dev-h-header2-child-wrapper {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
}

.dev-h-Favorite-wrapper {
    display: flex;
    color: white;
    column-gap: 10px;
}

.dev-h-Favorite-wrapper:hover .dev-h-favorite-title {
    color: #fe8834;
}

.dev-h-favorite-title {
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}


.dev-h-favorite-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

span.dev-h-favorite-count {
    position: relative;
    left: 25px;
    top: -3px;
    font-size: 10px;
}

.dev-h-login-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.dev-h-socialicons-wrapper {
    display: flex;
    column-gap: 5px;
}

.dev-h-login-wrapper ul>li {
    padding: 0;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.dev-h-login-wrapper ul {
    margin: 0;
    padding-left: 20px;
}

.dev-h-login-wrapper ul>li>a {
    display: flex;
    align-items: center;
    color: white !important;
    font-size: 13px;
    font-weight: 600;
    column-gap: 10px;
    cursor: pointer;
    text-decoration: none;
}

ul.dev-h-login-box {
    /* display: none; */
    border-radius: 5px;
    position: absolute;
    top: 30px;
    left: auto;
    right: 0;
    width: 280px;
    padding: 30px 25px;
    background: white;
    margin: 0;
    color: black;
    z-index: 9999;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.dev-h-login-wrapper ul>li>a>svg {
    filter: brightness(0) invert(1);
}

.dev-h-login-wrapper ul>li>a>svg:hover,
.dev-h-login-wrapper ul>li>a:hover {
    color: #fe8834 !important;
    filter: brightness(0) saturate(100%) invert(75%) sepia(34%) saturate(6101%) hue-rotate(336deg) brightness(102%) contrast(99%);
}

.dev-h-login-btn {
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #00D4FF;
    border: 2px solid #00D4FF;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: black !important;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.dev-h-login-btn:hover {
    background: gray;
    border: 2px solid gray;
}

.dev-h-login-box-wrapper {
    width: 100%;
    max-width: 100%;
}

.earn-10-points {
    width: 100%;
}

.sep {
    background: #222222;
    color: #222222;
}

.dev-h-login-box-wrapper p {
    margin: 0;
    padding: 10px 0px 0px 0px;
    font-size: 15px;
    font-weight: 600;
}

.dev-h-login-box-wrapper span {
    font-size: 10px;
}

.login-features.mt8 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin: 10px 0px;
    padding: 0;
}

.login-features.mt8 li {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.dev-h-login-box:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 4px;
    width: 15px;
    height: 15px;
    background: #00d4ff;
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    z-index: 99999;
    transform: rotate(90deg);
}

ul.dev-h-login-box {
    display: none;
    border-radius: 5px;
    position: absolute;
    top: 38px;
    left: auto;
    right: 0;
    width: 280px;
    padding: 30px 25px;
    background: white;
    margin: 0;
    color: black;
    z-index: 9999;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.dev-h-login-wrapper ul>li:hover>ul {
    display: flex;
}

.dev-h-header2-child-col-1 {
    width: 100%;
    display: flex;
}

/* --- Menu Wrapper --- */

.dev-h-header2-cc-mega-menu-wrapper-1 {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dev-h-header2-cc-mega-menu-wrapper-2 {
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
}

.dev-h-menu-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    column-gap: 15px;
    justify-content: space-between;
}

.dev-h-mob-header-col-4 {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}


.dev-h-menu-wrapper>ul {
    margin: 0;
    padding: 0;
}

.dev-h-menu-box-col-1 ul,
.dev-h-menu-box-col-2 ul,
.dev-h-menu-box-col-3 ul,
.dev-h-menu-box-col-4 ul,
.dev-h-menu-box-col-5 ul {
    padding: 0;
}

.dev-h-menu-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: white;
    height: 100%;
    min-height: 35px;
}

ul.dev-h-menu-box {
    border-radius: 5px;
    position: absolute;
    top: 33px;
    width: fit-content;
    padding: 20px 0px;
    background: white;
    margin: 0;
    color: black;
    z-index: 9999;
    display: none;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.dev-h-menu-wrapper>ul>li:hover ul.dev-h-menu-box {
    display: flex;
}

.dev-h-menu-wrapper ul>li>a>svg {
    filter: brightness(0) invert(1);
}

.mega-menu-heading {
    display: block;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.dev-h-menu-box-col ul li a {
    display: block;
    font-size: 12px;
    color: #3366cc;
    list-style: none;
    text-decoration: none;
}

.dev-h-menu-box-col ul li a:hover {
    text-decoration: underline;
}

.dev-h-menu-wrapper li {
    font-size: 12px;
    list-style-type: none;
}

.dev-h-menu-wrapper ul>li:hover>a>svg,
.dev-h-login-wrapper ul>li:hover>a {
    color: #00D4FF !important;
    filter: brightness(0) saturate(100%) invert(58%) sepia(27%) saturate(2771%) hue-rotate(152deg) brightness(107%) contrast(104%);
    text-decoration: none;
}

.dev-h-menu-wrapper>ul>li:hover>a {
    color: #00D4FF;
}

.dev-h-menu-wrapper>ul>li>a {
    text-decoration: none;
}

.dev-h-header2-child-col-2 {
    width: 100%;
    display: flex;
}

.dev-h-divider {
    width: 0.5px;
    background: lightgray;
}

.dev-h-menu-box-col {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 185px;
    padding: 0 20px;
}

.mega-menu-heading {
    display: block;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.dev-h-menu-wrapper>ul:nth-child(2) .dev-h-menu-box-col-2 {
    width: 210px;
}

.dev-h-header2-cc-mega-menu-wrapper-2>.dev-h-menu-wrapper>ul {
    display: flex;
    column-gap: 30px;
}

.dev-h-header2-cc-mega-menu-wrapper-2>.dev-h-menu-wrapper>ul>li {
    position: relative;
}

.dev-h-header2-cc-mega-menu-wrapper-2>div>ul>li>ul {
    right: 0;
    left: auto;
}

.dev-h-header2-cc-mega-menu-wrapper-2>div>ul>li:nth-child(3)>.dev-h-menu-box .dev-h-menu-box-col {
    width: 230px;
}

.dev-h-menu-wrapper-2 a {
    text-decoration: none;
    font-size: 12px;
    list-style: none;
    list-style-type: none;
}

.dev-h-socialicons-wrapper a svg:hover path {
    fill: #00D4FF;
}

@media only screen and (max-width: 1367px) {
    .dev-h-header2-col-1 {
        max-width: 16%;
    }

    .dev-h-header2-col-2 {
        max-width: 84%;
    }

    .dev-h-login-wrapper ul {
        margin: 0;
        padding-left: 15px;
    }

    .dev-h-header2-child-wrapper {
        width: 30%;
    }

    .dev-h-search-wrapper {
        width: 70%;
    }
}


.scroll-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: red;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.mega-menu-heading {
    display: block;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.dev-h-more-btn {
    display: none;
}

.dev-h-marquee-con {
    width: 100%;
    background: #fff9e6;
    margin-bottom: 10px;
}

@media screen and (max-width: 1299px) {
    .dev-h-more-btn {
        display: block;
    }

    .dev-h-about,
    .dev-h-ourteam,
    .dev-h-howtobuy,
    .dev-h-contactus {
        display: none;
    }
}

.btn-light:hover {
    background-color: #090979 !important;
    color: white !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #090979 !important;
    border-color: #090979 !important;
}

.btn-danger:focus {
    color: #fff !important;
    background-color: #090979 !important;
    border-color: #090979 !important;
}


.list-group {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    width: 95%;
    z-index: 1000;
}

.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    display: none;
    border: 1px solid #ccc;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

/* Main Container */
.search-results-dropdown .list-group {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* List Item */
.search-results-dropdown .list-group li {
    border-bottom: 1px solid #eee;
}

/* Anchor Tag - Normal State */
.search-results-dropdown .list-group a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

/* Image Styling */
.search-results-dropdown .list-group a img {
    object-fit: cover;
    margin-right: 12px;
    border-radius: 3px;
    background: #f9f9f9;
    width: 55px;
    /* Fixed width for consistency */
    height: 42px;
}

/* Content Wrapper */
.search-results-dropdown .list-group a div {
    line-height: 1.2;
}

/* Title Styling */
.search-results-dropdown .list-group a .item-title {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

/* Price/Ref Styling */
.search-results-dropdown .list-group a small {
    color: #666;
    display: block;
}

/* --- HOVER STATES --- */

/* Poore anchor block ka hover */
.search-results-dropdown .list-group a:hover {
    background-color: #090979 !important;
}

/* Hover par text colors white karne ke liye */
.search-results-dropdown .list-group a:hover .item-title,
.search-results-dropdown .list-group a:hover div,
.search-results-dropdown .list-group a:hover small {
    color: #fff !important;
}
