﻿*{
    margin:0;
    padding:0;
}
html{
    scroll-padding-top:160px;
}
.welcome-box {
    box-shadow: rgb(0 0 0 / 16%) 1.95px 1.95px 17.6px;
    border: solid 2px #bababa;
    border-radius: 20px;
    background: #ffffff;
    margin:0;
}
.welcome-section-form {
    /*background-color: #f4f4f4;*/
    padding: 50px 0;
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.4);*/
}
.welcome-bg-patch{
    background-color:#ffffff;
    border-radius:20px 0 0 20px;
}
.welcome-section-form .welcome-text {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}
.signup-form-box {
    padding: 20px 40px;
    border-radius: 25px;
    background-color: #f4f4f4;
    margin: 0px 0px 0 0px;
    border-left: solid 2px #bababa;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.welcome-text-group {
    padding: 20px 40px;
    margin-top: 0px;
}
.signup-form .form-input, .signup-form .form-control {
    border-radius: 15px;
    margin: 3px 0;
    color: #000000;
    padding: 8px 20px;
    margin: 7px 0;
    border-color: #a5a5a5;
    height: auto;
}
.welcome-box .signup-form{
    padding:0;
    background:#f4f4f4;
    border-radius:20px;
}
.signup-form .form-input::placeholder {
    color: #7c7c7c;
    font-weight: 500;
}
.signup-form .dropdown-placeholder {
    border-radius: 15px !important;
    margin: 3px 0;
}
.signup-btn {
    padding: 10px 25px;
    background-color: #135000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    border: 0;
    outline: 0;
    min-width: 45%;
    margin: 10px auto;
    display: block;
    width: 40%;
}
.signup-btn:hover, .signup-btn:focus, .signup-btn:active {
    outline: solid 1px !important;
    outline-color: #135000;
    color: #135000;
    background-color: transparent;
}
.signup-form-box p{
    font-size:16px;
    font-weight:600;
    color:#000000;
    margin-bottom:4px;
    margin-top:5px;
    text-align:center;
}
.signup-form-box .login-text {
    color: #060089;
    cursor:pointer;
    font-weight:700;
}
.signup-form-box a:hover{
    text-decoration:underline;
}
.signup-form-box p .link {
    color: #060089;
}
.welcome-desc-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height:28px;
}
.how-it-works-section {
    padding: 0px 0 50px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}
.work-box .title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.work-box .desc {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.work-box {
    padding: 0 40px;
    text-align: left;
}
.how-it-works-section .box-1 {
    display: flex;
    align-items: center;
}
.how-it-works-section .box-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color:#000000;
}
.work-box i {
    font-size: 60px;
    color: #1b1b4f;
    margin: 0 auto 20px auto;
    text-align: center;
    display: block;
}
.brand-deals-section {
    padding: 40px 0;
}
.brand-group-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px;
}
.brand-group-row .brand-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 1px;
    border-top: none;
    padding: 10px 17px;
    border-right:none;
}
.brand-group-row .last-child{
    border-right:solid 1px;
}
.brand-group-row.last-row .brand-box {
    border-bottom:none;
}
.brand-group-row .brand-box small {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color:#000000;
}
.brand-group-row .brand-box p {
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.essential-section {
    background-color: #f4f4f4;
    padding:40px 0;
}
.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom:0;
}
.border-line {
    border: solid 1px rgba(0, 0, 0, 0.5);
    width: 50%;
    margin: 10px 0 15px 0;
}
.essential-section .desc{
    font-size:18px;
    font-weight:600;
    color:#000000;
}
.essential-section .card-bottom-group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    padding: 10px 5px;
}
.essential-section .card-bottom-group p{
    font-size:18px;
    font-weight:600;
    color:#000000;
    margin-bottom:0;
}
.essential-sliders{
    padding:10px 0;
    margin-top:10px;
}
.essential-sliders .slick-slide {
    margin-right: 20px;
}
.essential-sliders .logo-box {
    display: flex;
    align-items: center;
    justify-content: end;
}
.essential-sliders .slick-arrow, .category-sliders-mobile .slick-arrow {
    text-indent: inherit;
    outline: solid 2px #000;
    background: #fff;
    width:35px;
    height:35px;
}
.essential-sliders .slick-slide:last-child{
    margin-right:0;
}
.essential-sliders .slick-arrow:focus, .essential-sliders .slick-arrow:active, .essential-sliders .slick-arrow:hover,
.category-sliders-mobile .slick-arrow:focus, .category-sliders-mobile .slick-arrow:active, .category-sliders-mobile .slick-arrow:hover {
    outline: solid 2px #000;
}
.essential-sliders .slick-prev::before, .essential-sliders .slick-next::before,
.category-sliders-mobile .slick-prev::before, .category-sliders-mobile .slick-next::before {
    border: none;
    content: none;
}
.slick-arrow.slick-prev {
    left: -18px;
    z-index: 9;
    top: 40%;
    border-radius:50%;
}
.slick-arrow.slick-next {
    right: -18px;
    z-index: 9;
    top: 40%;
    border-radius: 50%;
}
.essential-sliders, .category-sliders-mobile{
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}
/* When slider is ready, show it immediately */
.essential-sliders.ready, .category-sliders-mobile,ready {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.essential-sliders .slick-list{
    padding-left:0 !important;
    padding-right:190px !important;
}
.essential-sliders .logo-box img{
    max-height:40px;
}
.essential-section .card-bottom-group p:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
}

.category-grid {
    display: grid;
    grid-template-columns: 1.0fr 2.0fr 1.2fr 1.0fr;
    gap: 15px;
    padding: 10px 0;
}

.category-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
    position:relative;
}

.category-card img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

.card-label {
    font-weight: 700;
    margin: 5px 0 2px;
    font-size: 15px;
    color: #fff;
}

.card-subtext {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
}
.card-bottom-text {
    position: absolute;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    text-align: left;
    padding: 10px 15px 15px 15px;
    left: 0;
    right: 0;
    /*background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 27%) 55%, rgb(0 0 0 / 0%) 100%);*/
    /*background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 36%) 55%, rgb(0 0 0 / 0%) 100%);*/
}
.category-grid-second {
    grid-template-columns: 1.0fr 1.2fr 1.0fr 2fr;
}
.browse-all-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: auto;
    margin: 30px auto 0 auto;
    border: none;
    background: none;
    cursor:auto !important;
}
    .browse-all-btn a {
        color: #000000;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .categories-section {
        padding: 40px 0;
    }
.bottom-space{
    margin-bottom:30px;
}
.signup-form-box h2 {
    font-size: 27px !important;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.btn-google {
    font-weight: 600;
    width: 53% !important;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px 25px !important;
    font-size: 16px !important;
    margin: 20px auto 10px auto;
    border: solid 1px #a5a5a5;
    display: block;
    border-radius: 25px;
}
.or-wrap {
    margin: 10px auto 10px auto;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.or-wrap .or:after, .or-wrap .or:before {
    content: "";
    position: absolute;
    width: 118px;
    height: 1px;
    background: #a5a5a5;
    top: 50%;
}
.or:before {
    left: 0;
}
.or:after {
    right: 0;
}
.or-wrap .or {
    position: relative;
    padding: 0 138px;
}
.fx-registration__account-sociallogin .btn-primary, .needs-validation .btn-primary {
    background-color: #135000;
    color: #ffffff;
    font-weight: 500;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    border-color: #135000;
    transition: none;
    font-size: 18px;
    padding: 10px 25px;
}
    .fx-registration__account-sociallogin .btn-primary:hover, .fx-registration__account-sociallogin .btn-primary:focus, .fx-registration__account-sociallogin .btn-primary:active,
    .needs-validation .btn-primary:hover, .needs-validation .btn-primary:focus, .needs-validation .btn-primary:active {
        outline: solid 1px !important;
        outline-color: #135000;
        color: #135000;
        background-color: transparent;
    }
.desktop-none{
    display:none;
}
.input-group .fa-angle-down, .toggle-password {
    top: 50%;
    transform: translateY(-66%);
}
.welcome-box .logo-box {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#register-form ul {
    margin: 0;
}
.form-reg .form-control{
    border-radius:15px !important;
}
.brand-box img{
    max-width:100%;
    height:auto;
}
.registration-signup-section{
    margin-top:110px;
}
.slick-slide img{
    max-width:100%;
    height:auto;
}
.welcome-text-group .logo-box img{
    max-height:60px;
}
.essential-sliders .slick-arrow i, .category-sliders-mobile .slick-arrow i {
    color: #000000;
    font-size:20px;
}
.signup-form .form-group{
    margin-bottom:0;
}
.signup-form-box .col-6{
    padding-left:6px;
    padding-right:6px;
}

.fx-registration__account-sociallogin .btn-google {
    width: 60% !important;
}
.fx-registration__account-sociallogin .btn-google svg{
    display:none;
}
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 85% !important;
        margin-inline: auto;
        padding-inline: 15px;
    }
}
@media screen and (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1370px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90% !important;
        margin-inline: auto;
        padding-inline: 15px;
    }
}
@media screen and (max-width:1600px) {
    .welcome-section-form .welcome-text {
        font-size: 30px;
    }
    .signup-form-box p, .signup-btn, .essential-section .desc, .essential-section .card-bottom-group p, .essential-section .card-bottom-group p {
        font-size: 16px;
    }
    .signup-form-box h2 {
        font-size: 24px !important;
    }
    .how-it-works-section .box-title, .section-title {
        font-size: 26px;
    }
    .work-box .title {
        font-size: 20px;
    }
    .work-box i {
        font-size: 50px;
    }
    .welcome-desc-text {
        font-size: 18px;
        width: 100%;
    }
    .work-box {
        padding: 0 20px;
    }
    .brand-group-row .brand-box p{
        font-size:17px;
    }
    .btn-google {
        font-size: 16px !important;
        width: 57% !important;
    }
    .or-wrap .or {
        padding: 0 98px;
    }
    .or-wrap .or:after, .or-wrap .or:before {
        width: 78px;
    }
}
@media screen and (max-width:1500px){
    .welcome-section-form .welcome-text {
        font-size: 28px;
    }
    .signup-form-box h2 {
        font-size: 22px !important;
    }
    .welcome-desc-text {
        font-size: 16px;
        line-height: 26px;
    }
    .signup-form-box p, .signup-btn, .essential-section .desc, .essential-section .card-bottom-group p {
        font-size: 16px;
    }
}
@media screen and (max-width:1400px){
    .btn-google {
        width: 60% !important;
        font-size: 14px !important;
    }
    .signup-form-box p, .signup-btn, .essential-section .desc, .essential-section .card-bottom-group p {
        font-size: 14px;
    }
    .welcome-desc-text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width:1200px) {
    .signup-form .form-input {
        height: auto;
        font-size: 16px;
        padding: 10px 15px;
    }

    .work-box {
        padding: 0 10px;
    }
    .how-it-works-section .box-title, .section-title {
        font-size: 22px;
    }
    .border-line {
        margin: 10px 0 10px 0;
    }
    .essential-section .card-bottom-group p:nth-child(1) {
        font-size: 18px;
    }
    .essential-section .card-bottom-group p {
        font-size: 14px;
    }
    .btn-google {
        font-size: 14px !important;
        width: 65% !important;
    }
}
/* Responsive Styles */
@media (max-width: 1024px) {
    .work-box .title {
        font-size: 18px;
    }

    .work-box i {
        font-size: 40px;
    }

    .work-box i {
        font-size: 30px;
    }

    .work-box .title {
        font-size: 17px;
    }

    .work-box .desc {
        font-size: 14px;
    }
    .brand-group-row .brand-box {
        padding: 10px 7px;
    }
}
@media screen and (max-width:991px){
    .welcome-bg-patch{
        border-radius:20px 20px 0 0;
    }
    .welcome-section-form .welcome-text {
        width: 100%;
    }
    .welcome-text-group {
        margin-top: 0;
        padding: 30px 10px;
    }
    .signup-form-box{
        margin:0;
    }
    .browse-all-btn {
        flex-direction: column;
    }
    .browse-all-btn a{
        display:block;
    }
}
@media (max-width: 768px) {
    .work-box {
        padding: 0 10px;
        text-align: left;
        justify-content: center;
        display: flex;
        flex-direction: column;
        /*margin: 10px 25% 20px 25%;*/
        margin: 10px 15% 20px 15%;
        text-align: center;
    }
    .work-box i {
        font-size: 40px;
    }
    .work-box .title {
        font-size: 20px;
    }
    .work-box .desc {
        font-size: 16px;
    }
    .brand-group-row {
        grid-template-columns: 1fr 1fr;
    }
    .brand-group-row .brand-box {
        border-right: solid 1px #000000;
    }
    .brand-group-row.last-row .brand-box {
        border-right: solid 1px #000000;
        border-bottom:solid 1px #000000;
    }
    .border-line{
        width:100%;
    }
    .welcome-section-form .welcome-text {
        margin-bottom: 10px;
    }
    .signup-form-box {
        padding: 20px 20px;
    }
    .signup-btn {
        min-width: 60%;
    }
    .slick-arrow.slick-next {
        right: -11px;
        z-index: 9;
        top: 34%;
    }
    .slick-arrow.slick-prev {
        left: -11px;
        z-index: 9;
        top: 34%;
    }
    .essential-section .card-bottom-group p:nth-child(1) {
        font-size: 16px;
    }
    .essential-sliders .slick-list, .category-sliders-mobile .slick-list {
        padding-right: 120px !important;
    }
    .brand-group-row .brand-box p {
        font-size: 18px;
    }
    .mobile-none{
        display:none;
    }
    .desktop-none{
        display:block;
    }
    .category-sliders-mobile .slick-slide {
        margin-right: 20px;
    }
    .category-sliders-mobile .category-card img {
        height: 300px;
    }
    .essential-sliders .slick-arrow i, .category-sliders-mobile .slick-arrow i{
        font-size:15px;
    }
    .category-sliders-mobile .slick-arrow{
        top:50%;
        transform:translateY(-50%);
    }
    html {
        scroll-padding-top: 120px;
    }
    .welcome-section-form {
        padding: 30px 0;
    }
    .how-it-works-section .box-title{
        margin-bottom:30px;
    }
    .btn-google {
        width: 80% !important;
        margin: 10px auto 0 auto;
        font-size:14px;
    }
    .signup-form-box {
        border-left: none;
        border-radius: 0 0 20px 20px;
    }
    .fx-registration__account-sociallogin .btn-primary, .needs-validation .btn-primary{
        font-size:14px;
    }
    .essential-sliders .slick-arrow {
        width: 26px;
        height: 26px;
        top: 38%;
    }
    .categories-section .slick-arrow {
        width: 26px;
        height: 26px;
    }
    .fx-registration__account-sociallogin .btn-google {
        width: 90% !important;
    }
    .fx-insidepage__wrapper{
        margin-top:100px !important;
    }
    .customHeader{
        min-height:95px;
    }
 }