.notify {
    position: relative;
    top: 0;
    right: -8px
}

.notify .heartbit {
    position: absolute;
    top: -26px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid var(--bs-danger);
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    animation-iteration-count: infinite
}

.notify .point {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: var(--bs-danger);
    position: absolute;
    right: 5px;
    top: -16px
}

.prdBtn {
    outline: 0;
    grid-gap: 8px;
    align-items: center;
    border: 0px solid #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    padding: 6px 8px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .14s ease-out;
    white-space: nowrap;
}

.shake {
    animation: shake 1.0s infinite;
    transform-origin: center;
}



.testimonials-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.testimonial-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.testimonial-box p {
    font-style: italic;
    color: #444;
    margin-bottom: 20px;
}

.author-info {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h5 {
    margin: 0;
    font-weight: bold;
}

.author-info span {
    font-size: 0.9rem;
    color: #777;
}


@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.main-page {
    width: 250.002mm;
    margin: 10mm auto;
    background: white;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    page-break-after: always;
}

@media print {

    html,
    body {
        width: 210.002mm;
        height: 297mm;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }

    .hide-on-print {
        display: none !important;
    }

    .main-page {
        margin: 0;
        box-shadow: none;
        background: white;
        width: 100%;
        page-break-after: always;
        font-family: sans-serif;
    }

    .invoice-container {
        background: white;
        border: 1px solid #ddd;
        padding: 20px;
        max-width: 800px;
        box-shadow: none;
        page-break-after: always;
        /* font-family: sans-serif; */
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    }

    .inv_text_bold {
        font-weight: 700 !important;
        text-align: left;
        margin-bottom: 0px;
    }

    .inv_text_normal {
        font-weight: 400 !important;
        text-align: left;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

.invoice-container {
    background: white;
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 800px;
    box-shadow: none;
    page-break-after: always;
    font-family: sans-serif;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invoice-header img {
    max-height: 100px;
}

.invoice-status {
    color: #fff;
    /* background-color: #d9534f; */
    padding: 10px;
    margin: auto;
    border-radius: 5px;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.invoice-details,
.invoice-items,
.invoice-total {
    margin-top: 20px;
}

.invoice-details table,
.invoice-items table,
.invoice-total table {
    width: 100%;
    border-collapse: collapse;
}

.invoice-details th,
.invoice-details td,
.invoice-items th,
.invoice-items td,
.invoice-total th,
.invoice-total td {
    padding: 10px;
    border: 1px solid #ddd;
}

.invoice-items th {
    background-color: #f5f5f5;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.btn-group {
    margin-top: 20px;
    text-align: center;
}

.btn-group a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    color: #fff;
    background-color: #337ab7;
    text-decoration: none;
    border-radius: 5px;
}

.btn-group a.download {
    background-color: #5cb85c;
}


/* Add these styles to reduce padding and adjust logo size */
header .navbar-brand img {
    max-width: 200px;
    /* Increase size as needed */
    max-height: 150px;
    /* Increase size as needed */
    margin: 0 auto;
    /* Center the logo */
    padding: 0;
    /* Remove any padding */
    display: block;
    /* Ensure the image is treated as a block-level element */
}

header .navbar {
    padding-top: 5px;
    /* Adjust as needed */
    padding-bottom: 5px;
    /* Adjust as needed */
}

.navbar {
    padding: 5px 0;
    /* Reduce padding top and bottom */
}

/* Adjust header padding to remove extra space */
header.header-main {
    padding: 0;
    margin: 0;
}

/* Container for the gallery */
.product-gallery {
    display: grid;
    gap: 16px;
    /* Space between items */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 16px;
}

/* Product item styling */
.product-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    /* Ensures a square ratio */
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}


/* Image styling */
.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Maintains aspect ratio and fills the container */
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effect */
.product-item:hover img {
    transform: scale(1.1);
    /* Slight zoom-in effect */
    opacity: 0.9;
}

@media (max-width: 767px) {
    .displayInDesktopSize {
        display: none !important;
    }
}

/* Hide .displayInMobileSize on desktop devices */
@media (min-width: 768px) {
    .displayInMobileSize {
        display: none !important;
    }
}

.help-block.valid-message {
    color: green;
    font-weight: bold;
    font-size: 13px;
}

.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}

#submitBtn:disabled {
    background-color: #ffe8a1;
    /* Light yellow */
    color: #888;
    /* Light text */
    cursor: not-allowed;
    opacity: 0.6;
}