@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Wix+Madefor+Display:wght@400..800&display=swap');

*,
body {
    color: #282828;
    font-family: "Wix Madefor Display", sans-serif;
    /* font-family: "Space Grotesk", sans-serif; */
}

:root {
    --teal: #84CBC8;
    --black: #282828;
    --light: #F0F0F0;
    --mute: #797979;
    --light-500: #f0f0f0;
}

.txt-teal {
    color: var(--teal);
}

.txt-light {
    color: var(--light);
}

.txt-mute {
    color: var(--mute);
}

.bg-light-500 {
    background-color: var(--light-500);
}

.bg-dark {
    background-color: var(--black);
}

.font-14 {
    font-size: 14px;
}

/*******Header Css*******/
.navbar-nav .nav-link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: 0.5s;
    color: #000;
}

    .navbar-nav .nav-link:hover {
        color: var(--teal);
    }

.sticky-header {
    position: sticky;
    top: -100px;
    transition: top 0.3s ease-in-out;
    z-index: 1021;
}

    .sticky-header.sticky {
        top: 0;
        background-color: rgb(240 240 255 / 70%) !important;
        backdrop-filter: saturate(180%) blur(12px);
        -webkit-backdrop-filter: saturate(180%) blur(12px);
    }

    .sticky-header.animate {
        transition: top 0.5s ease-in-out;
    }

a {
    text-decoration: none;
}

.login-btn {
    font-size: 16px;
    color: #000;
    transition: 0.5s;
}

    .login-btn:hover span {
        color: var(--teal);
    }

.mob_btn_div {
    position: absolute;
    bottom: 30px;
    width: 90%;
}

button:focus:not(:focus-visible),
.form-control:focus {
    box-shadow: none;
}

.footer-title {
    font-size: 24px;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.footer-link a {
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    color: #f0f0f0;
    display: block;
    width: fit-content;
    font-weight: 300;         /* j########## Added font-weight */
    transition: 0.3s;
}

    .footer-link a:hover {
        color: var(--teal);
        padding-left: 3px;
    }

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--teal);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    /* transition: opacity 0.3s ease-in-out; */
    opacity: 0;
    z-index: 2;
}

    .scroll-to-top:hover {
        bottom: 24px;
    }

    .scroll-to-top.show {
        opacity: 1;
    }

.cm-padding {
    padding: 0 3.5%;
}

/************/

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-title {
    font-size: 46px;
    font-weight: bold;
}

.banner-desc {
    font-size: 20px;
}

.swiper-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
}

.slide-quick-view {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff9c;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(50%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.content-box:hover .slide-quick-view {
    opacity: 1;
    transform: translateY(0);
}

.content-box {
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

/* Image rollover disabled - only Quick View overlay shows on hover */

.swiper-slide p {
    margin-bottom: 0;
}

.category-grid img {
    border-radius: 30px;
    height: 250px;
    object-fit: cover;
}

.mt-n10 {
    margin-top: -10px;
}

.social-icon a {
    padding: 10px;
    display: inline-block;
    transition: 0.3s;
}

    .social-icon a:hover {
        transform: scale(1.09);
    }

.testimonial-card img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 60px;
}

.newsletter-form .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

    .newsletter-form .form-control::placeholder {
        color: #fff;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.nl-btn {
    background-color: var(--teal);
    border: 1px solid var(--teal);
    padding: 10px;
    display: block;
    width: 100%;
    color: #000;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s;
}

    .nl-btn:hover {
        color: #fff;
        background-color: transparent;
    }

.cm-dropdown {
    padding: 5px 10px 5px 30px;
    border-radius: 18px;
    font-weight: 600;
}

.dropdown-icon {
    position: absolute;
    left: 10px;
    top: 5px;
}

section {
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000009e, #0000009e);
    border-radius: 1rem;
}

/*** NBA ******/
.cat-highlight {
    height: 100%;
    margin: auto;
    border-radius: 14px;
    padding: 10px 0;
}

    .cat-highlight h2 {
        color: #fff;
        font-weight: bold;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

.cat-link {
    color: var(--mute);
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
}

    .cat-link:hover {
        color: var(--teal);
    }







/* START CUSTOM CSS */
.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height: calc(2.25rem + 2px) !important;
        padding: 0.375rem 0.75rem !important;
        border: 1px solid #ced4da;
        border-radius: 0.375rem;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
}
/* END CUSTOM CSS */


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }

    .swiper-button-prev {
        left: -30px;
    }

    .swiper-button-next {
        right: -30px;
    }

        .swiper-button-prev:after,
        .swiper-button-next:after {
            font-size: 24px;
            color: #000;
        }
}

@media (max-width: 991px) {
    .category-grid img {
        height: 190px;
    }

    .social-icon a {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .cat-highlight {
        width: 60px;
    }
}

/* Custom Footer Styles */
.custom-footer {
  background-color: #2c2c2c !important;
  color: white !important;
  padding: 40px 0 20px 0;
  margin-top: 60px;
  width: 100%;
  clear: both;
}

.footer-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-left {
  flex: 1;
  margin-right: 40px;
  min-width: 300px;
}

.footer-right {
  flex: 1;
  margin-left: -60px;
  min-width: 300px;
}

.footer-title {
  font-size: 24px !important;
  font-weight: normal !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  font-family: Arial, sans-serif !important;
  color: white !important;
}

.footer-nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 0px !important;
  margin-bottom: 30px !important;
}

.footer-link {
  color: white !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: Arial, sans-serif !important;
  transition: color 0.3s ease;
  display: block !important;
  margin-bottom: 0px !important;
  line-height: 1.4 !important;
}

.footer-link:hover {
  color: #ccc !important;
  text-decoration: none !important;
}

.footer-logo {
  font-size: 24px !important;
  font-weight: bold !important;
  font-family: Arial, sans-serif !important;
  color: white !important;
}

.footer-description {
  font-size: 14px !important;
  font-weight: normal !important;
  margin-bottom: 40px !important;
  margin-top: 15px !important;
  font-family: Arial, sans-serif !important;
  color: white !important;
}

.newsletter-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.form-group {
  position: relative !important;
  margin-bottom: 15px !important;
}

.form-group:first-of-type {
  margin-top: 20px !important;
}

.form-group:has(.phone-input-group) {
  margin-bottom: 0px !important;
  margin-top: -15px !important;
}

.form-label {
  display: block !important;
  font-size: 14px !important;
  margin-bottom: 5px !important;
  font-family: Arial, sans-serif !important;
  color: white !important;
}

.form-input {
  width: 100% !important;
  padding: 8px 0 !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  background: transparent !important;
  color: white !important;
  font-size: 14px !important;
  font-family: Arial, sans-serif !important;
  box-sizing: border-box !important;
}

.form-input::placeholder {
  color: white !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.form-input:focus {
  outline: none;
  border-bottom-color: #4CAF50;
}

.form-input::placeholder {
  color: #ccc;
}

.required-indicator {
  position: absolute;
  right: 0;
  top: 0;
  color: #ff4444;
  font-size: 16px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -15px;
}

.form-checkbox {
  width: 16px !important;
  height: 16px !important;
  background-color: black !important;
  border: 1px solid white !important;
  accent-color: black !important;
  margin-right: 8px !important;
}

/* Non-required checkboxes don't need special styling */

.checkbox-label {
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: Arial, sans-serif !important;
  margin: 0 !important;
  color: white !important;
}

.phone-input-group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -15px;
}

.phone-icon {
  font-size: 16px;
  color: white;
}

.phone-input {
  flex: 1;
  padding: 8px 0;
}


.signup-button {
  background-color: #84cbc8 !important;
  color: black !important;
  border: none !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  font-weight: normal !important;
  font-family: Arial, sans-serif !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  transition: background-color 0.3s ease;
  margin-top: 10px !important;
  width: auto !important;
  display: inline-block !important;
}

.signup-button:hover {
  background-color: #6bb3b0;
}

.footer-copyright {
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid #444;
}

.footer-copyright p {
  margin: 0;
  font-size: 14px;
  color: #ccc;
  font-family: Arial, sans-serif;
}

/* Override Bootstrap styles for footer */
.custom-footer * {
  box-sizing: border-box;
}

.custom-footer h3 {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-footer p {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-footer a {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-footer input {
  margin: 0 !important;
}

.custom-footer button {
  margin: 0 !important;
}

/* Force footer title spacing */
.custom-footer .footer-title {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

/* Force form field alignment in modal */
#signupModal .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  align-items: start !important;
}

#signupModal .form-row .form-group {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}

#signupModal .form-row .form-group .form-label {
  margin-bottom: 10px !important;
  height: auto !important;
}

#signupModal .form-row .form-group .auth-input {
  flex: 1 !important;
  margin-top: auto !important;
}

/* Even more specific rules to force alignment */
.modal .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  align-items: start !important;
}

.modal .form-row .form-group {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}

.modal .form-row .form-group .form-label {
  margin-bottom: 10px !important;
  height: auto !important;
}

.modal .form-row .form-group .auth-input {
  flex: 1 !important;
  margin-top: auto !important;
}

/* ULTIMATE FIX - Force alignment with maximum specificity */
#signupModal .modal-body .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  align-items: start !important;
  margin-bottom: 25px !important;
}

#signupModal .modal-body .form-row .form-group {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}

#signupModal .modal-body .form-row .form-group .form-label {
  margin-bottom: 10px !important;
  height: auto !important;
  font-weight: 600 !important;
  color: #282828 !important;
  font-size: 14px !important;
}

#signupModal .modal-body .form-row .form-group .auth-input {
  flex: 1 !important;
  margin-top: auto !important;
  padding: 12px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}

/* Force auth-container padding reduction in modal */
#signupModal .auth-container {
  padding: 10px !important;
}

#signupModal .auth-card {
  padding: 20px !important;
}

/* Override Bootstrap modal padding */
#signupModal .modal-body {
  padding: 10px 5px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column !important;
    gap: 30px !important;
  }
  
  .footer-left,
  .footer-right {
    margin: 0 !important;
    min-width: auto !important;
  }
  
  .footer-container {
    padding: 0 15px !important;
  }
  
  .footer-copyright {
    text-align: center !important;
  }
}
