:root {
    --bs-primary: #ab002b !important;  /* Change primary color */
    /* --bs-primary: #005a8d !important; */
    --bs-secondary: #ffb6c1 !important; /* Change secondary color */
    --bs-success: #28a745 !important;
    --bs-info: #db7093 !important;
    --bs-warning: #ffc107 !important;
    --bs-danger: #dc3545 !important;
    --bs-light: #f8f9fa !important;
    --bs-dark: #212529 !important;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
    background-color: var(--bs-dark) !important; /* Darker for hover */
    border-color: var(--bs-dark) !important;
}

.custom-delete-outline{
    color: var(--bs-danger)
}

.custom-view-edit-outline{
    color: var(--bs-primary)
}

.text-primary {
    color: var(--bs-primary) !important;
  }

  .btn-outline-primary {
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
  }
  
  .btn-outline-primary:hover {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-light) !important;
  }

  .alert-primary {
    background-color: var(--bs-primary) !important;
    color: white !important; /* Text color */
    border-color: var(--bs-primary) !important;
  }

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
    font-family: 'Roboto', sans-serif;
} */

html, body {
    height: 100%;
    margin: 0;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* CUSTOM BOOTSTRAP STYLES */

.my-custom-container {
    width: 100%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

/* Utility bar styles */
.utility-bar {
    height: 45px;
    z-index: 1030;
  }
  
  /* Fix for the search and login alignment */
  .utility-bar form {
    display: inline-block;
    vertical-align: middle;
  }
  
  /* Ensure login button is properly styled */
  .btn-login {
    display: inline-block;
    /* padding: 0.25rem 0.5rem; */
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: middle;
  }
  
  /* Fix dropdown menu positioning */
  .utility-bar .dropdown {
    display: inline-block;
    vertical-align: middle;
  }
  
  /* Fix shopping cart icon alignment */
  .utility-bar .position-relative {
    vertical-align: middle;
  }
  
  /* Responsive adjustments */
  @media (max-width: 576px) {
    .utility-bar form input {
      width: 120px !important;
    }
  }

.navbar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1020;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0 !important;
}

.navbar-brand {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 5px;
}

/*  */


@keyframes dropdownFadeIn {
    from {
      transform: scale(0.95);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

    /* Hover effect for navigation links */
    .navbar-nav .nav-link {
        position: relative;
        transition: color 0.3s;
    }
    
    .navbar-nav .nav-link:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        transition: width 0.3s;
    }
    
    .navbar-nav .nav-link:hover:after,
    .navbar-nav .nav-link.active:after {
        width: 100%;
    }
    
    .navbar-nav .nav-link.active {
        color: var(--bs-primary);
    }

/* Main navigation links */
.navbar-collapse {
    margin-top: 5px;
} 

/* Option 1: Modern rounded button with subtle hover effect */
/* Option 3: Minimal flat button with underline animation */
/* Option 2: Outlined button with animated border */
.btn-login {
    background-color: transparent;
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    border-radius: 4px;
    /* padding: 0.3rem 1.2rem; */
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background-color: var(--bs-primary);
    color: white;
}

/* Dropdown menu */
.dropdown-menu {
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform-origin: top center;
    display: none;
    opacity: 0;
    transform: scaleY(0);
    height: 0;
    overflow: hidden;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .dropdown-menu.show {
    opacity: 1;
    transform: scaleY(1);
    height: auto;
    /* display: block; */
  }

  .dropdown-menu-end {
    right: 0;
    left: auto;
    top: 100%;
    margin-top: 0.125rem;
    position: absolute;
  }

.dropdown-item:active,
.dropdown-item:focus {
  background-color: var(--bs-primary);
  color: white;
}


.dropdown-item:active,
.dropdown-item:focus {
  background-color: var(--bs-primary); 
  color: white;
}

.dropdown-divider {
    height: 1px;
    margin: 0.1rem;
    background-color: rgba(0, 0, 0, 0.2);  /* Semi-transparent */
    border: 0;
  }

/* Remove blue background from active accordion buttons */
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #212529;
    box-shadow: none;
  }
  
  /* Keep the arrow indicator visible and properly rotated */
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  
  /* Remove background color when focused */
  .accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
  }
  
  /* Optional: remove background color on hover */
  .accordion-button:hover {
    background-color: #eee;
  }

  .testimonials-section {
    background-color: #f8f9fa;
    background-image: radial-gradient(#e9ecef 1px, transparent 1px);
    background-size: 20px 20px;
  }
  
  .testimonial-avatar img {
    object-fit: cover;
  }
  
  @media (min-width: 992px) {
    .testimonials-section .card:hover {
      transform: translateY(-10px);
      transition: transform 0.3s ease;
    }
  }

  /* Blog post section */
  .post-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
  }
  
  .object-cover {
    object-fit: cover;
  }

  /* Blog Post single page section */
  .post-content {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  
  .post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
  }
  
  .post-content h2, .post-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  
  /* Style for blockquotes in post content */
  .post-content blockquote {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin-left: 0;
    color: #6c757d;
    font-style: italic;
  }


  /* Quote saying */
  .quote-container {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
  }
  
  .quote-mark {
    font-size: 5rem;
    line-height: 1;
    font-family: Georgia, serif;
    opacity: 0.1;
    z-index: 0;
  }
  
  .start-mark {
    top: 10px;
    left: 0;
    color: #000;
  }
  
  .end-mark {
    bottom: -20px;
    right: 0;
    color: #000;
  }
  
  .quote-section h3 {
    position: relative;
    z-index: 1;
    color: #343a40;
    line-height: 1.6;
  }
  

.products-main-container {
    margin-top: 120px; /* Adjust based on your navbar height */
    background-color: #ffffff;
    padding-bottom: 50px;
  }

  .products-wrapper {
    position: static; /* Override the fixed position */
    z-index: auto;
  }

  .services-wrapper {
    position: static;
    z-index: auto;
  }
  
  .service-icon-container {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .service-icon-container img {
    max-height: 120px;
    max-width: 100%;
  }
  
  .service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .service-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  
  .service-content {
    flex: 1;
  }
  
  .button-container {
    margin-top: auto;
  }

  /* Nav links */
  .nav-item {
    margin: 0 0rem;
  }
  
  .nav-link {
    color: #555;
    font-weight: 700;
    padding: 0.75rem 0.5rem;
    position: relative;
    text-transform: small-caps;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    transition: color 0.3s;
    font-size: 1.2rem;
  }

  .nav-link:hover{
    color: var(--bs-primary) !important;

  }
  
  .nav-link.active {
    background-color: #eeeeee;
    color: var(--bs-primary) !important;
    border-radius: 10px;
  }

/* For smaller screens
@media (max-width: 991.98px) {
    .navbar-collapse form {
        width: 100%;
    }
    
    /* Adjust top bar layout on mobile */
    .top-bar {
        flex-direction: column;
        align-items: center;
    }
    
    .welcome-user {
        margin-top: 5px;
    }

.footer-glass-light {
    background: rgba(0, 0, 0, 0.1);  /* Dark semi-transparent */
    backdrop-filter: blur(10px);  /* Blurs background behind footer */
    color: white;
}

.footer-wrapper {
    flex-shrink: 0; /* Prevents footer from shrinking */
    background-color: #f8f9fa; /* Match your page or desired footer background */
    width: 100%;
}

/* Colors */
.btn-danger {
    background-color: orangered !important;
    border-color: red !important;
  }

  /* Table styling...*/
  .dashboard-table th, .dashboard-table td {
    padding: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .btn-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  /* .content-under-navbar {
    padding-top: 80px; Adjust this value based on your navbar height
} */

/* For smaller screens */
@media (max-width: 990px) {
    .navbar-collapse form {
        width: 100%;
    }
}

/* END CUSTOM BOOTSTRAP STYLES */

.contact-buttons {
    margin-top: 30px;
}

.contact-buttons .btn {
    display: inline-block;
    background-color: var(--bs-primary);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 15px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.contact-buttons .btn:hover {
    background-color: var(--bs-dark);
}



blockquote {
    font-style: italic;
    color: #555;
    margin: 10px 0;
}


main {
    padding: 1rem;
    flex: 1 0 auto;
}

section {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

h1
{
    font-size: 2.5rem;
}

h2 {
    font-size: 1.5rem;
    color: #333;
}

h4 {
    font-size: 1rem;
    font-style: italic;
    color: #333;
}

p {
    font-size: 1rem;
    margin-top: 0px;
    margin-bottom: 8px;
}

p.availability-note {  
    font-size: 0.8rem;
    color: orangered;
    font-style: italic; 
}


a {
    text-decoration: none;
    color: var(--bs-primary);
}

a:hover {
    color: var(--bs-dark)
}

label {
    display:flex;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    color: black;
    padding:2px 0;
    margin:0 !important;
}


/* Responsive adjustments */
@media (max-width: 480px) {
    .helptext,
    .errorlist {
        position: static;
        margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
        display: block;
        background: none;
        border: none;
        padding: 0;
        box-shadow: none;
    }
}


.button-orders-container {
    display: inline-flex;
    gap: 20px; /* Space between buttons */
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;  /* Prevent buttons from wrapping to the next line */
    width: 100%;
}





/* Burger Menu */
.burger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Hide navigation links on small screens */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    .burger {
        display: block;
    }
}

/* Hidden menu that appears when clicking burger */
.menu {
    display: none;
    flex-direction: column;
    background: #444;
    position: absolute;
    top: 50px;
    padding: 10px;
    right: 10px;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menu a {
    color: white;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #555;
}

.menu a:hover {
    background: #555;
}

.menu form {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    width: 100%;              /* Makes sure form takes full width */
    padding: 10px 0;          /* Add padding to the top and bottom */
}

.menu form button {
    display: none;            /* Optional: hides button if you want text only */
}

.menu form  {
    font-size: 16px;          /* Adjust size as needed */
    color: var(--bs-primary);             /* Ensures the text is white */
    text-align: center;       /* Centers the text */
}


.allRights{
    display: flex;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1.5px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin-left: 40px;
}


.social{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin-right: 40px;

    /* position: relative; */
}

.icon{
    cursor: pointer;
    opacity: 0.6;
}

/* General Container for Orders */
.orders-container, .order-container {
    margin: 0 auto;
    padding: 20px;
}

.orders-container {
    max-width: 1000px; /* Adjust the width for better alignment */
}

.order-container {
    max-width: 900px;
}

/* Orders Header */
.orders-header h1, .order-header h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

/* Order Details Section */
.order-details {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Order Summary */
.order-summary {
    margin-bottom: 20px;
}

.order-summary h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.order-summary p {
    font-size: 16px;
    color: #555;
}

/* Order Items Section */
.order-items {
    margin-bottom: 20px;
}

.order-items h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

/* Grid Layout for Items */
.order-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}

/* Order Item Card */
.order-item-card, .order-card {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}

.order-card {
    flex-direction: row; /* Specific to order-card */
    justify-content: space-between;
    align-items: center;
}

/* Item Info (Product Name, Serial) */
.order-item-info, .order-info {
    margin-bottom: 10px;
}

.order-item-info h4, .order-info h2 {
    font-size: 18px;
    font-weight: bold;
}

.order-item-info p, .order-info p {
    font-size: 14px;
    color: #777;
}

.order-info {
    flex: 2;
    text-align: left;
}

/* Item Details (Quantity, Price) */
.order-item-details p {
    font-size: 14px;
    color: #333;
}

/* Order Actions */
.order-actions {
    flex: 1;
    text-align: right;
}

/* Order Total Section */
.order-total {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

/* Order Status Color */
.order-status span {
    font-weight: bold;
}

/* View Details Button */
.btn-view {
    display: inline-block;
    background: orange;
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
}


/* Empty Orders Message */
.empty-orders {
    text-align: center;
    font-size: 16px;
    color: #666;
}


/* View Details Button */
.btn-view {
    font-size: medium;
    /* background: linear-gradient(45deg, grey, black); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    color: white;
    border: none;
    border-radius: 5px;
    width: max-content;
    cursor: pointer;
    /* width: auto;  */
    display: inline-flex; 
}

/* Empty Orders Message */
.empty-orders {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.featured-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
}

.highlights-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.highlight-item {
    flex: 0 1 300px;
    margin-bottom: 2rem;
}

.highlight-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 8px;
}

.highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.highlight-image img:hover {
    transform: scale(1.05);
}

.highlight-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .highlights-container {
        flex-direction: column;
        align-items: center;
    }
    
    .highlight-item {
        width: 100%;
        max-width: 350px;
    }
}

.testimonials-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
}

.testimonials-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 2rem auto 0;
}

.testimonial-card {
    flex: 0 1 350px;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    border: 3px solid #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-mark {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-size: 4rem;
    color: #e9ecef;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    text-align: center;
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
}

.author-name {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.rating {
    color: #ffd700;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .testimonial-card {
        flex: 0 1 100%;
        margin: 0 1rem;
    }
    
    .testimonials-section {
        padding: 3rem 1rem;
    }
}

.review {
    margin-bottom: 10px;
}

.review p {
    font-size: 14px;
}

.review-card {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.review-card p {
    font-size: 14px;
    color: #555;
}


/* Submit Button */
.submit-container {
    text-align: center;
    margin-top: 20px;
}

.btn-submit {
    background: var(--bs-primary);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    margin-top: 10px; 
}

.btn-submit:hover {
    background: var(--bs-dark);
}



/* 🔹 Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

/* Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.dot-divider {
    text-align: center;
    padding: 2rem 0;
}

.dot-divider::before {
    content: '• • •';
    color: #ccc;  /* Light gray color */
    font-size: 1.5rem;
    letter-spacing: 1rem;  /* Space between dots */
}


.contact-container {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 500;
    color: #374151;
    font-size: 0.95rem;
}

.contact-input,
.contact-textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-input:focus,
.contact-textarea:focus {
    outline: none;
    border-color: black;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.contact-button {
    background-color: orangered;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    align-self: flex-start;
}

.contact-button:hover {
    background-color: var(--bs-primary);
}

.contact-success {
    background-color: #34d399;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.contact-error {
    background-color: #f87171;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

@media (max-width: 640px) {
    .contact-container {
        margin: 1rem;
        padding: 1rem;
    }
    
    .contact-button {
        width: 100%;
    }
}

.social-login {
    margin-top: 2rem;
    text-align: center;
}

.divider {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.divider span {
    padding: 0 1rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.google-login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: white;
    color: #374151;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.google-login-button:hover {
    background-color: #f3f4f6;
}

/* Checkout Page */
.checkout-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
}

.checkout-header {
    margin-bottom: 30px;
}

.checkout-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.order-summary {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.checkout-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}

.item-details {
    flex-grow: 1;
}

.item-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.item-price {
    font-weight: bold;
}

.total-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-amount {
    font-size: 1.25rem;
    font-weight: bold;
}

.checkout-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

/* .btn-checkout-complete {
    background: linear-gradient(45deg, red, orange);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.btn-checkout-complete:hover {
    background: red;
} */

/* .btn-checkout {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(45deg, red, orange);
    color: white;
    font-weight: bold;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
} */

/* .btn-checkout:hover {
    background: linear-gradient(45deg, red, orange);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(37, 99, 235, 0.3);
} */

/* .btn-checkout:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
} */

/* For responsive design */
@media (max-width: 768px) {
    .btn-checkout {
        width: 100%;
        padding: 14px 20px;
    }
}

.alert {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
}

.alert-warning {
    background: #fff3cd;
    color: #856404;
}

.cart-link {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -2px;
    right: -20px;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.7rem;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Shopping Cart Styles */
.cart-container {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cart-container h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #374151;
    font-size: 1.5rem;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table thead {
    background-color: #f9fafb;
    border-bottom: 2px solid #e5e7eb;
}

.cart-table th,
.cart-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.cart-table th {
    font-weight: 600;
    color: #374151;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.cart-table tr:last-child td {
    border-bottom: none;
}

.cart-table tr:hover {
    background-color: #fff;
}

.btn-remove {
    background-color: orange;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background-color 0.3s ease;
}

.btn-remove:hover {
    background-color: var(--bs-primary);
}

.cart-table tfoot {
    font-weight: bold;
    background-color: #f9fafb;
}

.cart-table tfoot td {
    padding: 1rem 0.75rem;
    border-top: 2px solid #e5e7eb;
}

.btn-checkout {
    display: block;
    /* width: 100%; */
    text-align: center;
    padding: 0.75rem 1.5rem;
    margin-top: 1.5rem;
    background-color: var(--bs-primary);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .cart-container {
        padding: 1rem;
        margin: 1rem;
    }

    .cart-table thead {
        display: none;
    }

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

    .cart-table tr {
        margin-bottom: 1rem;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        overflow: hidden;
    }

    .cart-table td {
        text-align: right;
        padding: 0.5rem;
        border-bottom: 1px solid #e5e7eb;
    }

    .cart-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .cart-table td:last-child {
        border-bottom: none;
    }

    .btn-checkout {
        margin-top: 1rem;
    }
    
    .btn-checkout {
        flex: 1;
        max-width: 200px;
        display: block;
        text-align: center;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 600;
        transition: background-color 0.3s ease;
    }
    
    .btn-checkout {
        background-color: var(--bs-primary);
        color: white;
    }
    
    .btn-checkout:hover {
        background-color: var(--bs-dark);
    }
    
    @media (max-width: 480px) {
        .button-container {
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
    
        .btn-checkout {
            max-width: 100%;
            margin-bottom: 0.5rem;
        }
    }

/* Search Form Styling */
.services-grid {
    max-width: 100%;
    margin: 2rem auto;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.services-grid h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #374151;
    text-align: center;
}

.services-grid .services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.services-grid .service-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-grid .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.services-grid .service-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
    object-fit: contain;
}

.services-grid .service-card h3 {
    margin-bottom: 0.75rem;
    color: #374151;
    font-size: 1rem;
}

.services-grid .service-card p {
    color: #6b7280;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .services-grid .services {
        grid-template-columns: 1fr;
    }
}
}