:root {
    --grey: #4B5563;
    --black: #111111;
    --black5: rgba(17, 17, 17, 0.05);
    --green: #FFC107;
    --hoverColor: #e1aa05;
    --white: #ffffff;
    --white20: rgba(255, 255, 255, .20);
    --greyWhite: #D1D5DB;
    --white65: rgba(255, 255, 255, .65);
    --black65: rgba(0, 0, 0, .65)
}

body {
    background: var(--white);
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--grey);
}

a {
    text-decoration: none;
    transition: all .3s;
}

p {
    margin-bottom: 20px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 96px;
    line-height: 130px;
    color: var(--white);
}

h2,
.h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: var(--white);
}

h3,
.h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: var(--black);
}

h4,
.h4 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--black);
}

h5,
.h5 {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: var(--black);
}

h6,
.h6 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

input {
    box-shadow: none !important;
    outline: none !important;
}

img {
    max-width: 100%;
}

/* Home page css start */
.h-full {
    height: 100vh;
}

.first-fold-sec {
    background-image: url(../images/home-bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-fold-left {
    background-color: var(--black);
    display: flex;
    align-items: center;
    color: var(--greyWhite);
}

.bg-text {
    /* font-size: 5vw; */
    font-size: 3.3vh;
    color: var(--white);
    letter-spacing: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "Bebas Neue", sans-serif;
    /* text-shadow: -1px -1px 0 var(--white20), 1px -1px 0 var(--white20), -1px 1px 0 var(--white20), 1px 1px 0 var(--white20); */
    white-space: nowrap;
    line-height: 1.5;
}

.ffl-content {
    max-width: 585px;
    margin: 0 auto;
}

.green-text {
    color: var(--green);
}

.ffl-content p {
    margin-top: 20px;
    margin-bottom: 30px;
}

.social-icons span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 4px;
    margin-right: 5px;
    font-weight: normal;
    margin-bottom: -6px;
}

.social-icons li {
    margin: 0 15px;
}

.social-icons a:hover img {
    filter: invert(80%) sepia(20%) saturate(700%) hue-rotate(68deg) brightness(300%) contrast(80%);
}



/**************/

.first-fold-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.language-dropdown {
    position: fixed;
    right: 0;
    top: 95px;
    z-index: 9;
}

.custom-dropdown {
    display: flex;
    align-items: center;
    background-color: var(--black) !important;
    color: var(--white) !important;
    padding: 6px 14px;
    border-radius: 8px 0 0 8px;
}

.custom-dropdown:hover,
.custom-dropdown:focus {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.flag-icon img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.lang-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    margin-right: 12px;
}

.lang-text small {
    font-weight: 400;
}

.language-dropdown a.dropdown-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.language-dropdown .dropdown-menu {
    padding: 0;
}

.modal-btn {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background: #f0f0f0;
    border-radius: 0;
    border-radius: 8px 8px 0 0;
}

.modal-btn img {
    width: 18px;
    margin-right: 8px !important;
}

.country-modal .modal-dialog {
    max-width: 55%;
}

.country-modal .modal-body {
    padding: 20px 30px 30px;
}

.country-section:not(:last-child) {
    margin-bottom: 30px;
}

.country-section .h5 {
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
    margin-top: 10px;
}

.country-badge {
    font-size: 14px;
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 15px;
    line-height: normal;
    margin-right: 8px;
    margin-bottom: 8px;
    color: var(--grey);
}

.country-badge:hover {
    background-color: var(--green);
    color: var(--black);
}

.country-modal .modal-title {
    font-weight: 700;
    color: var(--black);
    font-size: 24px;
    display: flex;
    align-items: center;
}

.country-modal .modal-title img {
    margin-right: 10px;
}

.brand-logo {
    margin-right: 45px;
    margin-top: 40px;
}

.ffr-content {
    max-width: 425px;
    margin: 0 auto;
    width: 100%;
}

.ffr-content .h4 {
    margin-bottom: 16px;
}

.ffr-content .text-muted {
    margin-bottom: 30px;
}

.card {
    background: var(--white);
    padding: 30px;
    border: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
    margin-bottom: 20px;
    border-radius: 16px;
}

.input-group input.form-control {
    border: 1px solid var(--black);
    border-radius: 12px 12px 0 0 !important;
    height: 54px;
    font-size: 20px;
    font-weight: 600;
}

.find-btn {
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border-radius: 0 0 12px 12px !important;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--white);
}

.find-btn img {
    margin-right: 14px;
    margin-top: -2px;
}

.cart-card img {
    width: 38px;
    height: 38px;
    border: 1px solid var(--black);
    padding: 8px;
    border-radius: 12px;
}

.card-title {
    font-size: 14px;
    line-height: 14px;
    margin-left: 12px;
}

.card-title .h6 {
    margin-bottom: 6px;
    line-height: 20px;
}

.site-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--black);
    padding: 11px 29px;
    line-height: 16px;
}

.black-btn:hover {
    background-color: var(--green);
    color: var(--black);
}

.black-btn:hover img {
    filter: invert(0%) sepia(34%) saturate(19%) hue-rotate(351deg) brightness(10%) contrast(87%);
}

.first-fold-right .footer {
    background: transparent;
    color: var(--black65);
    padding: 45px 40px 30px;
    flex-direction: column;
}

.first-fold-right .footer a {
    color: var(--black);
    font-size: 15px;
}
.footer-text {
    line-height: 22px;
    margin-top: 4px;
}
.footer.inner-footer {
    padding: 32px 0;
}
.footer.inner-footer p {
    margin-top: 12px;
    padding: 0 20px;
}
/* Home page css end */

.container {
    max-width: 1274px;
}

.top-header {
    padding: 12px 0;
    color: var(--black);
}

.top-header .topbar-btn {
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 23px 7px;
    border-radius: 8px;
    margin-left: 20px;
}

.hero-section {
    background-color: var(--black);
    color: var(--greyWhite);
    padding: 40px 0 0px;
}

.banner-content {
    max-width: 552px;
}

.green-btn {
    background-color: var(--green);
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}

.green-btn:hover {
    background-color: var(--hoverColor);
    color: var(--black);
}

.green-hover-btn:hover {
    background: var(--black5);
}

input.form-control::placeholder {
    color: var(--greyWhite);
}

.banner-content input.form-control {
    background-color: rgba(255, 255, 255, .10);
    border: 1px solid var(--white20);
    height: 60px;
    border-radius: 8px 0 0 8px !important;
    color: var(--greyWhite);
    font-size: 16px;
    font-weight: 500;
    padding: 5px 24px;
}

.hero-image {
    margin-bottom: -80px;
}

.hero-search .input-group input,
.hero-search input {
    padding: 14px 24px;
    border-radius: 8px 0 0 8px !important;
    height: auto;
    border: none;
}

.hero-search .btn.site-btn {
    border-radius: 0 8px 8px 0;
}

.black-text {
    color: var(--black);
}

.store-item {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .10);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    padding-bottom: 64px;
}

.store-image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black5);
}

.store-image img.card-img-top {
    object-fit: contain;
    width: auto;
}

.store-list-sec .store-grid {
    min-height: calc(100vh - 629px);
}

.store-item-col {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}

.store-item-col .card-img-top {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.store-card-body {
    /* position: relative; */
    padding: 4px 24px 0;
}

.store-item .store-card-body .green-btn,
.store-item .store-card-body .price-btn {
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    white-space: nowrap;
}

.store-item .store-description.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-name {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.grey-btn {
    width: 100%;
    margin-top: 16px;
    background: var(--black5);
    font-size: 16px;
    color: var(--black);
    padding: 15px 25px;
    border-radius: 12px;
}

.grey-btn:hover {
    background-color: var(--green);
    color: var(--black);
}

.link {
    color: var(--black);
    word-break: break-word;
    overflow-wrap: anywhere;
}

.link img {
    margin-right: 10px;
}

.link:hover {
    color: var(--grey);
}

.link:hover img {
    filter: invert(32%) sepia(11%) saturate(717%) hue-rotate(176deg) brightness(96%) contrast(91%);
}

.price-btn {
    font-weight: 600;
    color: var(--black);
    background-color: var(--green) !important;
    padding: 2px 12px;
    margin-bottom: 16px;
    margin-top: 16px;
}

#priceModal .modal-dialog {
    width: 100% !important;
    max-width: 55%;
}

#priceModal .modal-body {
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
}

#priceModal .modal-body .btn-close {
    position: absolute;
    right: 16px;
    top: 15px;
}

span.brand {
    font-size: 14px;
    background: #d7f3d9;
    color: var(--black);
    padding: 6px 16px;
    border-radius: 28px;
    margin-bottom: 12px;
    display: inline-block;
    line-height: normal;
    border: 1px solid var(--green);
}

#priceModal .modal-body .h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

p.tag-line {
    font-size: 17px;
    font-weight: 600;
}

p.price {
    font-size: 24px;
    color: var(--black);
    margin: 12px 0 24px;
}

#priceModal .modal-body .green-btn {
    margin-bottom: 20px;
    padding: 15px 30px;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
}

#priceModal .modal-body .green-btn:hover {
    background-color: var(--black);
    color: var(--white);
}


.footer {
    padding: 55px 95px;
    background-color: var(--black);
    color: var(--white65);
    font-size: 16px;
}

.footer ul {
    margin: 0 -12px;
}

.footer li {
    padding: 0 12px;
}

.footer li a {
    color: var(--white)
}

/* store details css start */
.store-details {
    padding-top: 120px;
    padding-bottom: 97px;
}

.store-details .h3 {
    font-size: 54px;
    line-height: normal;
}

.store-details .h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 30px;
}

.border-btn {
    display: flex;
    align-items: center;
    border: 1px solid var(--black);
    color: var(--black);
    background: transparent;
    padding: 8px 20px 8px 8px;
    border-radius: 48px;
    margin: 50px auto 0;
    justify-content: center;
    max-width: 156px;
}
.visit-site-btn {
    max-width: 173px !important;
    display: flex;
    font-size: 18px;
}
.external-link {
    position: relative;
    background: var(--green);
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    margin-right: 12px;
    z-index: 1;
}
.external-link img {
    z-index: 1;
}
.external-link .icon-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 193, 7); /* subtle glow effect */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: fade-scale-out 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}


@keyframes fade-scale-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    75%, 100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.store-details .visit-site-btn:hover {
    background: var(--green);
    color: var(--black);
    border-color: var(--green);
}

.border-btn:hover {
    background: var(--black);
    color: var(--white);

}

/* store details css end */

/* content page css start */
.content-page {
    font-size: 14px;
    line-height: 24px;
}

.info-section {
    text-align: center;
    margin-bottom: 60px;
}

.content-page a {
    color: var(--black) !important;
    text-decoration: underline;
}

.info-section .section-title {
    margin-bottom: 16px;
    word-break: break-all;
}

.content-page .border-title {
    font-size: 20px;
    position: relative;
}

.content-page .border-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 14px;
    background: var(--greyWhite);
}

.content-page .border-title span {
    background-color: var(--white);
    z-index: 1;
    position: relative;
    padding: 0 20px;
}

.partnership-container {
    max-width: 850px;
    margin: 0 auto;
}

.content-page a.border-btn {
    padding: 12px 20px;
    display: inline-block;
    max-width: max-content;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    margin-top: 0;
}

.content-page a.border-btn:hover {
    background-color: var(--green);
    border-color: var(--green);
}

.xiaomi-content .xiaomi-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

p.mb-0.footer-copy-text {
    padding: 0 0 0 4px;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.middle-ring {
    margin: 20px;
}
.logo-glow {
    margin: 25px;
}


/* contact page css start */
.contact-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 12px;
}
  
.contact-row label {
    font-weight: 600;
    font-size: 16px;
    color: var(--grey);
    display: block;
    margin-bottom: 6px;
}
  
  .contact-row input[type="text"],
  .contact-row input[type="email"],
  .contact-row input[type="tel"],
  .contact-row textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 4px;
  }
  .contact-row textarea {
    height: 200px;
}
  .contact-row input:focus,
  .contact-row textarea:focus {
    border-color: var(--green);
    box-shadow: none;
  }
  
  .contact-row .wpcf7-spinner {
    margin-left: 10px;
    vertical-align: middle;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .contact-row .col-md-6 {
      width: 100%;
    }
  }
/* contact page css end */  

/****************************
    Responsive css start
****************************/
@media(max-width: 1500px) {

    .first-fold-right .footer a,
    .footer {
        font-size: 14px;
    }
}

@media(max-width: 1400px) {

    h1,
    .h1 {
        font-size: 80px;
        line-height: 100px;
    }

    .ffl-content {
        max-width: 72%;
    }

    .first-fold-right .footer {
        padding: 25px 20px;
    }

    .brand-logo {
        margin-right: 25px;
        margin-top: 20px;
    }

    .container {
        max-width: 90%;
    }

    .banner-content {
        padding-right: 40px;
    }

    .bg-text {
        font-size: 2.5vh;
    }

    .ffr-content {
        padding-top: 60px;
    }

    .footer {
        font-size: 14px;
    }

    .footer li {
        padding: 0 8px;
    }
}

@media(max-width: 1200px) {

    h1,
    .h1 {
        font-size: 60px;
        line-height: normal;
    }

    h2,
    .h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .first-fold-right .footer {
        flex-direction: column;
    }

    .first-fold-right .footer p {
        margin-bottom: 4px !important;
    }

    .top-header {
        padding: 12px 5%;
        font-size: 16px;
        line-height: 22px;
    }

    section.store-list-sec {
        padding: 100px 0 60px !important;
        margin: 0 !important;
    }

    .footer {
        padding: 30px 5%;
    }

    .footer ul {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 22px;
    }
    .footer .container {
        max-width: 100%;
    }
    .store-list-sec .store-grid {
        min-height: calc(100vh - 577px);
    }

}

@media(max-width: 1023px) {
    .footer .container {
        flex-direction: column;
        padding: 0;
    }
}

@media(max-width: 991px) {
    .first-fold-left {
        height: auto;
        padding: 40px 0;
    }

    .first-fold-right {
        height: auto;
        padding: 60px 0 0;
    }

    .ffl-content {
        max-width: 80%;
    }

    .brand-logo {
        position: absolute;
        top: 0;
        left: 5%;
    }

    .language-dropdown {
        top: 110px;
    }

    .modal .modal-dialog {
        max-width: 90% !important;
    }

    .brand-logo img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(294deg) brightness(105%) contrast(106%);
    }

    .footer .container {
        max-width: 100%;
    }

    .hero-section {
        padding: 60px 0;
    }

    .banner-content {
        padding-right: 0;
        max-width: 100%;
    }

    .hero-image {
        display: none;
    }

    section.store-list-sec {
        padding: 80px 0 40px !important;
    }

    .store-details {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .store-details .h3 {
        margin-bottom: 30px !important;
        font-size: 42px;
    }

    .store-details .h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    section.content-page {
        padding: 80px 0 40px;
    }

    .content-page h2.h4 {
        margin-top: 0 !important;
    }

    .info-section {
        margin-bottom: 40px;
    }

    .content-page .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }


}

@media(max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }

    h1,
    .h1 {
        font-size: 42px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: normal;
    }

    h3,
    .h3 {
        font-size: 30px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 28px;
    }

    .bg-text {
        display: none;
    }

    .ffl-content {
        max-width: 90%;
        font-size: 16px;
        line-height: 24px;
    }

    .ffl-content p {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .first-fold-left {
        height: auto;
        padding: 100px 0 40px;
    }

    .first-fold-right {
        padding: 40px 0 0;
        width: 90%;
        margin: 0 auto;
    }

    .first-fold-right .footer p,
    .first-fold-right .footer a {
        font-size: 14px;
    }

    .first-fold-right .footer p {
        margin-bottom: 0 !important;
    }

    .first-fold-right .footer {
        padding: 20px 0 15px;
    }

    .modal .modal-dialog {
        max-width: 100% !important;
    }

    .country-modal .modal-body {
        padding: 10px 20px 24px;
    }

    .country-modal .modal-title {
        font-size: 20px;
    }

    .top-header {
        padding: 12px 0;
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .top-header .topbar-btn {
        margin-left: 0;
        margin-top: 15px;
    }

    .hero-section {
        padding: 40px 0 30px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-content input.form-control {
        padding: 5px 24px;
        height: 54px;
    }

    .store-list-sec .h3 {
        margin-bottom: 24px !important;
    }

    section.store-list-sec {
        padding: 40px 0 40px !important;
    }

    #priceModal .modal-img {
        margin-bottom: 30px;
    }

    #priceModal .modal-body {
        padding: 20px;
    }

    .store-details .h3 {
        font-size: 36px;
        margin-bottom: 20px !important;
    }

    .store-details .h4 {
        font-size: 22px;
    }

    .border-btn {
        margin: 10px auto 0;
    }

    .footer {
        padding: 20px 5%;
        font-size: 14px;
    }

    .footer .container {
        flex-direction: column;
    }

    section.content-page {
        padding: 50px 0 30px;
    }

    .content-page h2.h4 {
        margin-bottom: 25px !important;
    }

    .content-page .border-title {
        text-align: left !important;
    }

    .content-page .border-title span {
        padding: 0;
        width: 100%;
    }

    .content-page .border-title::before {
        display: none;
    }
    .store-list-sec .store-grid {
        min-height: calc(100vh - 570px);
    }
    
}

@media(max-width: 480px) {
    .contact-row {
        margin: 0 -12px;
        padding: 0;
        background-color: transparent;
    }
}