

/* ================================
   GLOBAL FONT – RALEWAY
================================ */
html, body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

p, span, a, li, label {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

button, .btn,
input, textarea, select,
.form-control, .nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}



.logo{
    width: 90px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.background-website{
    --bs-bg-opacity: 1;
    background-color: #EC1121 !important;
}

a.nav-link {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}

.headersearch{
        width: 75%;
}
.headerinput{
    margin-right: 10px;
    border-radius: 10px !important;
    padding: 10px 20px;
}
.searchbtn{
    border-radius: 10px !important;
}
.login-card {
    background-color: #fff;
    border-radius: 15px; /* Rounded corners */
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    width: 100%; /* Responsive width */
    text-align: center;
}
.login-card h1 {
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
.login-card p {
    color: #666;
    margin-bottom: 30px;
    font-size: 1.1em;
}
.flag-icon {
    width: 24px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
}
.btn-custom {
    background-color: #EC1121; /* Teal button */
    color: #fff;
    border: none;
    border-radius: 25px; /* Pill shape */
    padding: 12px 0;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    transition: background-color 0.3s ease;
}
.btn-custom:hover {
    background-color: #EC1121; /* Slightly darker teal on hover */
    color: #fff;
}
.pt-10{
    padding-top:10px;
}
.pt-20{
    padding-top:20px;
}
.pt-30{
    padding-top:30px;
}
.pt-40{
    padding-top:40px;
}
.pt-50{
    padding-top:50px;
}
.pt-70{
    padding-top:70px;
}
.pt-80{
    padding-top:80px;
}
.pt-100{
    padding-top:100px;
}
.pt-100{
    padding-top:100px;
}
.pb-10{
    padding-bottom:10px;
}
.pb-20{
    padding-bottom:20px;
}
.pb-30{
    padding-bottom:30px;
}
.pb-40{
    padding-bottom:40px;
}
.pb-50{
    padding-bottom:50px;
}
.pb-70{
    padding-bottom:70px;
}
.pb-80{
    padding-bottom:80px;
}
.pb-100{
    padding-bottom:100px;
}
.inputpadding{
    padding: 15px;
}
.footer {
    background-color: #EC1121; /* Teal background color */
    color: #fff;
    padding: 50px 0;
    font-size: 1rem;
}
.footer-logo img {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}
.footer-logo p {
    font-size: 0.9em;
    color: #d4e8e8;
    line-height: 1.6;
}
.footer h5 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 25px;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 2.2;
    transition: color 0.3s ease;
}
.footer ul li a:hover {
    color: #fff; /* Lighter teal on hover */
}
.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}
.social-icons a:hover {
    background-color: #2E3192; /* Darker teal on hover */
}
.copyright {
    background-color: #EC1121; /* Darker teal for copyright section */
    color: #fff;
    padding: 15px 0;
    font-size: 0.9em;
}
.otp-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
}
.otp-card h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
.otp-card p {
    color: #666;
    margin-bottom: 30px;
}
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}
.otp-input {
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 1.5em;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background-color: #f1f1f1;
    /* transition: border-color 0.3s ease, box-shadow 0.3s ease; */
}
.otp-input:focus {
    /* border-color: #EC1121;; */
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
    outline: none;
}
.resend-section {
    font-size: 0.9em;
    color: #6c757d;
    margin-bottom: 20px;
}
#countdown {
    font-weight: bold;
    color: #343a40;
}
.resend-link {
    text-decoration: none;
    color: #2E3192;
    font-weight: bold;
    cursor: pointer;
}
.resend-link.disabled {
    color: #adb5bd;
    cursor: not-allowed;
}
.profile-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.profile-card h1 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}
.form-label {
    font-weight: bold;
    color: #333;
}
.input-group-text {
    background-color: #fff;
    border-left: none;
    border-radius: 8px;
    padding-right: 0.75rem;
}
.form-check-input {
    border-radius: 5px;
}
.lang-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
}
.lang-card h1 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}
.lang-button {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f1f1f1;
    color: #495057;
    text-align: center;
}
.lang-button:hover {
    /* border-color: #EC1121; */
    background-color: #e0f7f9;
}
.lang-button.active {
    /* border-color: #EC1121; */
    background-color: #e0f7f9;
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}
.container-fluid.header {
    background-color: #2E3192; /* Header background color */
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
}
.skip-button {
    color: #EC1121;
    font-size: 1.1em;
    text-decoration: none;
    float: right;
    font-weight: 700;
}
.mic-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mic-icon {
    font-size: 60px;
    color: #2E3192;
    border: 2px solid #2E3192;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.mic-icon:hover {
    background-color: #e0f7f9;
}
.mic-icon.recording {
    background-color: #2E3192;
    color: #fff;
    border-color: #2E3192;
    animation: pulse-animation 1s infinite;
}
.mic-text {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}
@keyframes pulse-animation {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.search-container {
            max-width: 900px;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .search-input-group .form-control {
            border-right: none;
            border-radius: 25px 0 0 25px;
                padding: 12px 20px;
        }
        .search-input-group .form-control:focus {
            box-shadow: none;
            /* border-color: #EC1121; */
        }
        .search-input-group .input-group-text {
            border-left: none;
            border-radius: 0 25px 25px 0;
            background-color: #fff;
        }
        .mic-icon-btn {
            background-color: #EC1121;
            color: #fff;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 10px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .mic-icon-btn:hover {
            background-color: #2E3192;
        }
        .product-card {
            background-color: #fff;
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            text-align: center;
            margin-bottom: 20px;
        }
        .product-card img {
            border-radius: 5px;
            margin-bottom: 15px;
            width: 100%;
            height: 280px;
            object-fit: cover;
        }
        .product-title {
            font-weight: bold;
            font-size: 1.1em;
            margin-bottom: 5px;
        }
        .product-price {
            color: #EC1121;
            font-size: 0.9em;
            margin-bottom: 10px;
        }
        .product-price .rent {
            font-size: 1.2em;
            color: #EC1121;
            font-weight: bold;
        }
        .share-icon {
            color: #EC1121;
            font-size: 1.2em;
            cursor: pointer;
        }
        .btn-view-details {
            background-color: #EC1121;
            color: #fff;
            border-radius: 25px;
            font-weight: bold;
            padding: 10px 20px;
            width: 100%;
        }
        .btn-view-details:hover {
            background-color: #2E3192;
        }
        
.category-card {
            background-color: #fff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            height: 100%; /* Ensures cards in the same row have equal height */
        }
        .category-card:hover {
            border: 2px solid #fff; /* Teal border on hover */
            box-shadow: 0 6px 15px rgba(0, 188, 212, 0.2);
            transform: translateY(-5px);
        }
        .category-card img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            margin-bottom: 15px;
        }
        .category-card h5 {
            font-weight: bold;
            color: #333;
            margin-bottom: 0;
        }
        /* Mobile-first approach for hover effect */
        @media (max-width: 767.98px) {
            .category-card.active {
                border: 2px solid #fff;
                box-shadow: 0 6px 15px rgba(0, 188, 212, 0.2);
            }
        }
@media only screen and (max-width: 600px) {
    .logo{
        width: 70px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
    button:focus:not(:focus-visible) {
        border: none;
        box-shadow: 0px 0px 1px 1px #000;
    }
}



/* FAQ Section */
.faq {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  
}

.faq h2 {
    font-weight: 600;
  margin-bottom: 20px;
}

.faq-list {
  background-color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list li {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question span {
  transition: transform 0.3s;
  font-size: 20px;
}

.faq-question.active span {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f9f9f9;
  padding: 0 15px;
}

.faq-answer p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.5;
}

.faqbody{
  background-color: #f9f9f9;

  padding: 70px;
}
.faqbody h2{
      font-weight: 600;
  margin-bottom: 20px;
}

.support-section {
  display: flex;
  flex-wrap: wrap;
 
}

/* Contact Section */
/* Contact Card Wrapper */
.contact-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  width: 130%;
  max-width: 500px; /* optional */
}

/* Contact Items */
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.contact-item:last-child {
  border-bottom: none; /* remove line from last item */
}

.contact-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.contact-item p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.orders-container {
            max-width: 900px;
            margin: 3rem auto;
            padding: 1.5rem;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        /* Custom Table Styling */
        .table-orders {
            border-collapse: separate;
            border-spacing: 0 10px; /* Space between rows */
            width: 100%;
        }

        .table-orders th {
            font-weight: 500;
            color: #777;
            border-bottom: 1px solid #eee;
            padding-bottom: 0.75rem;
            text-align: left;
        }

        .table-orders td {
            padding: 1rem 0;
            vertical-align: middle;
            font-size: 0.95rem;
            font-weight: 500;
            color: var(--text-color);
        }

        /* Row background and border for the card-like effect */
        .order-row {
            background-color: var(--light-bg);
            border-radius: 8px;
            overflow: hidden; /* Ensures inner row border radius works */
            margin-bottom: 10px;
        }

        /* Status Colors */
        .status-in-progress {
            color: var(--in-progress-color);
            font-weight: 600;
        }

        .status-delivered {
            color: var(--delivered-color);
            font-weight: 600;
        }

        .status-cancelled {
            color: var(--cancelled-color);
            font-weight: 600;
        }

        /* View Details Button */
        .btn-view-details {
            background-color: var(--primary-green);
            color: white;
            font-weight: 500;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            transition: background-color 0.2s;
        }

        .btn-view-details:hover {
            background-color: #2b8e00;
            color: white;
        }

        /* --- Mobile Responsiveness (Turning table rows into cards) --- */
        @media (max-width: 768px) {
            .table-orders thead {
                display: none; /* Hide header row on small screens */
            }

            .table-orders, .table-orders tbody, .table-orders tr, .table-orders td {
                display: block;
                width: 100%;
                border: none;
            }

            .order-row {
                background-color: white;
                border: 1px solid #eee;
                padding: 1rem;
                margin-bottom: 1.5rem;
            }

            .table-orders td {
                padding: 0.5rem 0;
                text-align: right;
                position: relative;
            }

            /* Use ::before to display the column header name on mobile */
            .table-orders td::before {
                content: attr(data-label);
                float: left;
                font-weight: 500;
                color: #777;
                text-align: left;
            }
            
            /* Center the button on mobile */
            .table-orders td:last-child {
                text-align: center;
                padding-top: 1rem;
            }
        }
.sell-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.2s;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            height: 100%; /* Ensure all cards in a row have equal height */
        }
        .sell-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .sell-image-container {
            width: 100px; /* Fixed width for the image container */
            height: 100px; /* Fixed height for the image container */
            flex-shrink: 0;
            margin-right: 15px;
            position: relative;
        }
        .sell-image {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures the image covers the container without distortion */
            border-radius: 4px;
        }
        .sell-content {
            flex-grow: 1;
        }
        .sell-title {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 2px;
        }
        .sell-meta {
            font-size: 0.85rem;
            color: #6c757d;
            margin-bottom: 2px;
        }
        .sell-current-price {
            font-size: 1.1rem;
            font-weight: bold;
            color: #333;
            margin-right: 8px;
        }
        .sell-original-price {
            font-size: 0.9rem;
            color: #adb5bd;
            text-decoration: line-through;
        }
        .sell-share-icon {
            color: #28a745; /* Green color for the share icon */
            font-size: 1.2rem;
            cursor: pointer;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
        }
        /* Overriding Bootstrap card-body to use flex for horizontal layout */
        .card-body.sell-card-body-flex {
            display: flex;
            align-items: center;
            padding: 10px 15px; /* Adjust padding */
            position: relative;
        }
        .section-heading {
            margin-bottom: 20px;
            font-weight: 600;
        }

        /* Mobile Adjustments (Bootstrap handles most responsiveness) */
        @media (max-width: 575.98px) {
            .sell-card {
                margin-bottom: 15px;
            }
            .sell-share-icon {
                font-size: 1.1rem;
            }
        }
