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

.background-website{
    --bs-bg-opacity: 1;
    background-color: #08acad !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: #08acad; /* 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: #00a0b8; /* 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: #08acad; /* 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: #00bcd4; /* 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: #00a0b8; /* Darker teal on hover */
}
.copyright {
    background-color: #007077; /* 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: #00bcd4;
    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: #00bcd4;
    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: #00bcd4;
    background-color: #e0f7f9;
}
.lang-button.active {
    border-color: #00bcd4;
    background-color: #e0f7f9;
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}
.container-fluid.header {
    background-color: #00bcd4; /* Header background color */
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
}
.skip-button {
    color: #08acad;
    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: #00bcd4;
    border: 2px solid #00bcd4;
    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: #00bcd4;
    color: #fff;
    border-color: #00a0b8;
    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: #08acad;
        }
        .search-input-group .input-group-text {
            border-left: none;
            border-radius: 0 25px 25px 0;
            background-color: #fff;
        }
        .mic-icon-btn {
            background-color: #08acad;
            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: #00a0b8;
        }
        .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: #08acad ;
            font-size: 0.9em;
            margin-bottom: 10px;
        }
        .product-price .rent {
            font-size: 1.2em;
            color: #08acad ;
            font-weight: bold;
        }
        .share-icon {
            color: #08acad ;
            font-size: 1.2em;
            cursor: pointer;
        }
        .btn-view-details {
            background-color: #08acad;
            color: #fff;
            border-radius: 25px;
            font-weight: bold;
            padding: 10px 20px;
            width: 100%;
        }
        .btn-view-details:hover {
            background-color: #00a0b8;
        }
        
.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 #00bcd4; /* 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 #00bcd4;
                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;
    }
}