a {
    text-decoration: none !important;
    display: inline-block;
}
/* Header design */
.header-container {
    height: fit-content;
    background-color: black;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0 10px 8px 10px;
    z-index: 999999;
}
.header-container .header {
    padding-top: 12px;
    /* border-bottom: 1px solid #d9d9d9; */
    display: flex;
    padding-bottom: 3px;
    align-items: center;
}
.header-container:not(.internal) {
    border-bottom: 1px solid #d9d9d9; 
}
.header-container .header .nav {
    align-items: end;
    gap: 30px;
}
.header-container .header .nav a {
    font-size: 20px;
    
    color: #fff;
}
.header-container .header .nav a.login {
    /* color: #5ce1e6; */
}
.mobile-header-search {
    display: none;
}
.header-container .header .mobile-nav {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}
.header-container .header .mobile-nav svg {
    height: 30px;
    width: 30px;
    fill: #fff;
}
.header-container .logo {
    font-family: "Nunito", sans-serif;
    flex: 1;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.logo a {
    color: inherit !important;
}
.header-container:not(.internal) .logo {
    font-size: 50px;
}
.header-container.internal .logo {
    font-size: 35px !important;
}


.header-search {
    display: flex;
    align-items: end;
    margin: 0 20px;
    margin-right: 30px;
    width: 260px;
}

.header-search form {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    padding: 2px 10px;
    margin: 0;
    width: 100%;
}

.search-input {
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    flex: 1;
    width: 100%;
}

.search-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #333;
}
.mobile-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding-left: 8px;
    color: #fff;
    font-size: 22px;
}
.mobile-hamburger {
    display: none;
}
.mobile-close-btn {
    display: none; /* hidden by default */
    position: absolute;
    top: 0;
    right: 8px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    z-index: 1000;
    line-height: 1;
}

@media screen and (max-width: 900px) {
    .mobile-close-btn {
        display: block; /* only visible in mobile */
    }
}
@media screen and (max-width:900px) {
    .mobile-header-search{
        display: flex;
        align-items: end;
    }
    .header-container .header-search {
        position: fixed !important;
        top: 0px;
        padding: 10px 10px 10px 10px;
        margin: 0;
        background: #000;
        border-radius: 5px;
        right: 30px;
        visibility: hidden;
        opacity: 0;
        transition: top 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
        z-index: 999;
    }

    .header-container .header-search.visible-search {
        top: 60px;
        visibility: visible;
        opacity: 1;
        transition: top 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s; /* Immediate show */
    }
    .header-container .header .nav {
        display: none;
    }
    .mobile-hamburger {
        display: block;
    }
}

@media screen and (max-width:590px) {
    .header-container .header {
        align-items: center;
        /* padding-top: 20px; */
    }
    
    
    .logo {
        font-size: 40px !important;
    }
}


/* Common */
.bg-black {
    background-color: #000;
}
.width-container {
    max-width: 1200px;
    margin: 0 auto;
} 
.green-color {
    color: #00bf63 !important;
}
.blue-color {
    color: #5ce1e6 !important;
}
.font-30 {
    font-size: 30px;
}
.font-deca {
    font-family: "Lexend Deca", sans-serif;
}
.font-giga {
    font-family: "Lexend Giga", sans-serif;
}
.font-tera {
    font-family: "Lexend Tera", sans-serif;
}
.font-mega {
    font-family: "Lexend Mega", sans-serif;
}
.font-exa {
    font-family: "Lexend Exa", sans-serif;
}

/* Home page design */
.header-padding {
    padding-top: 77px;
    padding-bottom: 72px;
}
.internal.header-padding {
    padding-top: 58px;
}


footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background: #222222;
    color: #fff;
}
footer a {
    color: inherit !important;
    font-size: 14px;
    padding: 4px 10px;
}
footer span:last-child a {
    font-size: 12px;
}

@media screen and (max-width:641px) {
    .header-padding {
        padding-bottom: 111px;
    }
}

.alphabet-radio-block input {
    display: none;
}
.alphabet-radio-block label {
    margin: 0;
}
.alphabet-radio-block .inner-radio-info label ,.alphabet-radio-block .inner-radio-info {
    height: 22px;
    width: 22px;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
}
.alphabet-radio-block .inner-radio-info label i {
    font-size: 14px;
    vertical-align: initial;
}
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    height: fit-content;
    z-index: 99;
    width: 100%;
}
.search-results ul {
    width: 100%;
    max-width: 280px;
    padding: 0;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
}
.search-results ul:has( li) {
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}
.search-results ul li {
    list-style-type: none;
    text-align: left;
    padding: 5px 10px;
}
.search-results ul li a {
    color: inherit !important;
}
.search-results ul li:hover {
    background-color: #df336c99;
    color: #fff;
}
.search-results ul::-webkit-scrollbar {
  width: 10px;
}

.search-results ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.search-results ul::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.search-results ul::-webkit-scrollbar-thumb:hover {
  background: gray;
}
.mobile-hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    transform: translateX(110%);
    transition: transform 0.5s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(2, 1, 1, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.mobile-hamburger-menu.opened {
    transform: translateX(0);
}
.mobile-hamburger-menu ul {
    padding:0;
    margin: 0;
}
.mobile-hamburger-menu ul li {
    list-style-type: none;
}
.mobile-hamburger-menu ul li  a {
    font-size: 18px;
    color: #000;
    padding: 8px 20px;
    display: inline-block;
    transition: padding 0.2s ease;
    width: 100%;
}
.mobile-hamburger-menu ul li  a:hover {
    padding-left: 30px;
    background-color: lightgray;
}
.mobile-hamburger-menu ul li {
    border-top: 1px solid lightgray;
}
.mobile-hamburger-menu ul li:last-child {
    border-bottom: 1px solid lightgray;
}
.sign-in-btn {
    background: #000;
    color: #fff !important;
    padding: 5px 20px;
}
.close-hamburger-menu {
    background: no-repeat;
    border: none;
    position: absolute;
    top: 6px;
    right: 0;
}
.close-header-search {
    display: none;
}
.search-input:not(:placeholder-shown) + .close-header-search {
    display: inline-block;
}
.page-count-pagination {
    font-size: 14px;
    text-align: left;
}

.header-search .suggestions-container {
    font-size: 14px;
}