/********** Template CSS **********/
:root {
    --primary: #f47321;
    --light: #EFF5FF;
    --dark: #49220a;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/* Add this CSS to your styles.css file */

.text-primary.active{
    color: #f47321!important;
}

.page-header.mb-5{
    background-color: #005030;
    background-image: none;
}

.spaced-list li {
    margin-bottom: 1em; /* Adjust the value as needed for more or less spacing */
}

.col.g-5 {
    display: flex;
    flex-wrap: wrap;
}

.col.g-5 .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col.g-5 .col-lg-6:nth-child(1) {
    order: 2; /* Ensure the image div is ordered second */
}

.col.g-5 .col-lg-6:nth-child(2) {
    order: 1; /* Ensure the text div is ordered first */
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.mail-button{
    color: black;
}

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

.header .g-0{
    background-color: #005030;
}

.header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url(../img/harvey-ausc.jpeg) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}



/*** Service ***/

.small-icon {
    border-radius: 50%;
    width: 55px;
    height: 55px;
  }

.service-item {
    border: 1px solid #f47321;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2rem;
}

.service-item .position-relative {
    width: 75%;
    height: 75%;
    overflow: hidden;
    margin-bottom: 0;
}

.service-item .position-relative img {
    width: 75%;
    height: 75%;
    object-fit: cover;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(244, 115, 33, 0.3);
}

.service-item ul li {
    margin-bottom: 0.5rem;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        background-color: #f47321;
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 120px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* Add these styles to your existing CSS */

/* Product Image Container Styles */
.service-item .position-relative {
    height: 10%;
    padding-top: 50%; /* Creates a 1:1 aspect ratio */
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.service-item .position-relative img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image covers the area without distortion */
    object-position: center; /* Centers the image */
}

/* Responsive image sizes */
@media (min-width: 992px) {
    .service-item .position-relative {
        max-width: 400px;
        max-height: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-cards {
        width: fit-content;
    }
}

@media (max-width: 991px) {
    .service-item .position-relative {
        max-width: 350px;
        max-height: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .service-item .row {
        flex-direction: column;
    }
    
    .service-item .col-md-4 {
        margin-bottom: 1rem;
    }
    
    .service-item .position-relative {
        padding-top: 75%;
    }
}

/* Update hover effect for the new image structure */
.service-item:hover .position-relative img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.5s;
}

.service-item .position-relative img {
    transition: transform 0.5s;
}

/* Product overlay adjustment */
.service-item .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(244, 115, 33, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s;
}

/* Cart Styles */
.cart-container {
    background-color: var(--light);
    padding: 2rem;
    border-radius: 10px;
}

.cart-container .table th {
    border-top: none;
    background-color: #fff;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quantity-control button {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--light);
    border: 1px solid var(--primary);
    color: var(--primary);
}

.quantity-control button:hover {
    background-color: var(--primary);
    color: white;
}

.quantity-control input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cart-summary .card {
    border: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.remove-item {
    color: #dc3545;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

.remove-item:hover {
    color: #bd2130;
}

/* Badge positioning for cart icon */
.nav-item .badge {
    position: relative;
    top: -10px;
    right: 5px;
    font-size: 0.7em;
}

/* Update the cart notification styles */
.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: var(--primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 4px;
    z-index: 9999;
    animation: slideIn 0.5s ease-out;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cart-notification.fade-out {
    animation: fadeOut 0.5s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Ensure the notification container is properly positioned */
body {
    position: relative;
    overflow-x: hidden;
}

/* Product Price Styles */
.service-item .h5 {
    color: var(--primary);
    font-weight: bold;
}

/* Cart button styles */
.cart-btn {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-btn .default-text,
.cart-btn .hover-text {
    color: black;
    position: absolute;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.cart-btn .default-text {
    opacity: 1;
    transform: translateY(0);
}

.cart-btn .hover-text {
    opacity: 0;
    transform: translateY(100%);
}

.cart-btn:hover .default-text {
    opacity: 0;
    transform: translateY(-100%);
}

.cart-btn:hover .hover-text {
    opacity: 1;
    transform: translateY(0);
}

/* Cart icon badge */
.nav-item .badge {
    top: -8px;
    right: -8px;
    font-size: 0.7em;
}

/* Update the cart icon and badge styles */
.cart-link {
    position: relative;
    display: inline-block;
    padding-right: 10px !important;
}

.cart-link .badge {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.7em;
    /* transform: translate(25%, -25%); */
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
}

/* Ensure the badge is visible on mobile */
@media (max-width: 991px) {
    .cart-link .badge {
        top: 50%;
        transform: translate(25%, -50%);
    }
}

/* Checkout Modal Styles */
.modal-content {
    border-radius: 8px;
    border: none;
}

.modal-header {
    background-color: var(--light);
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-title {
    color: var(--primary);
    font-weight: 600;
}

.modal-body {
    padding: 1.5rem;
}

.form-label {
    font-weight: 500;
    color: var(--dark);
}

.form-control {
    border-radius: 4px;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(244, 115, 33, 0.25);
}

/* Product Section Styles */
.section-title {
    color: var(--primary);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary);
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.simulator-select-container {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.5rem;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
}

.simulator-option {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    margin: 0.25rem 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.simulator-option:hover {
    background-color: #f8f9fa;
}

.simulator-option.selected {
    background-color: #e9ecef;
}

.simulator-option input[type="checkbox"] {
    margin-right: 0.75rem;
}

.selected-count {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

/* Calendar Styles */
.filter-container {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.filter-container .form-check {
    display: inline-block;
    margin-right: 15px;
}

.calendar-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Meeting status colors */
.fc-event.meeting-scheduled {
    background-color: var(--primary);
    border-color: var(--primary);
}

.fc-event.meeting-pending {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.fc-event.meeting-completed {
    background-color: #198754;
    border-color: #198754;
}

.fc-event.meeting-cancelled {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Modal Styles for Meeting Details */
.modal-meeting-details {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.modal-meeting-details .modal-header {
    background-color: var(--primary);
    color: white;
    border-radius: 8px 8px 0 0;
}

.modal-meeting-details .modal-footer {
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.meeting-detail-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.meeting-detail-row:last-child {
    border-bottom: none;
}

.meeting-detail-label {
    font-weight: 600;
    color: #495057;
}

.meeting-detail-value {
    color: #212529;
}

/* Status Badge Styles */
.badge {
    padding: 6px 10px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Responsive Calendar */
@media (max-width: 767.98px) {
    .fc-toolbar.fc-header-toolbar {
        flex-direction: column;
    }
    
    .fc-toolbar.fc-header-toolbar .fc-left,
    .fc-toolbar.fc-header-toolbar .fc-center,
    .fc-toolbar.fc-header-toolbar .fc-right {
        margin-bottom: 10px;
    }
    
    .fc-toolbar.fc-header-toolbar .fc-left,
    .fc-toolbar.fc-header-toolbar .fc-right {
        display: flex;
        justify-content: center;
    }
}

/* Attachments Styling */
.attachments-container {
    max-height: 400px;
    overflow-y: auto;
}

.attachment-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin-bottom: 15px;
}

.attachment-item {
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

.attachment-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.attachment-preview {
    max-height: 150px;
    max-width: 100%;
    object-fit: contain;
}

/* File Upload Styling */
.attachment-section {
    border: 1px dashed #ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: #f8f9fa;
}

.attachment-section label {
    cursor: pointer;
    margin-bottom: 5px;
}

.attachment-section .form-control {
    padding: 8px;
}

/* Simulator Selection Styling */
.simulator-select-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 150px;
    overflow-y: auto;
}

.simulator-option {
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #f8f9fa;
    transition: background-color 0.2s;
    user-select: none;
}

.simulator-option:hover {
    background-color: #e9ecef;
}

.simulator-option.selected {
    background-color: #cfe2ff;
}

.simulator-option input[type="checkbox"] {
    margin-right: 5px;
}

.selected-count {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 5px;
}

/* Technician Dashboard Styles */
.action-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.action-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.action-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.action-icon i {
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.action-card:hover .action-icon {
    transform: scale(1.1);
}

.counter {
    font-weight: 700;
}

/* Animation for counter numbers */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counter {
    animation: countUp 1s ease-out forwards;
}

/* Modern Calendar Styles */
.calendar-container {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    border-radius: 0.75rem;
    background-color: #fff;
    padding: 1.5rem;
    margin-top: 2rem;
}

#calendar {
    font-family: 'Roboto', sans-serif;
}

/* FullCalendar overrides for modern look */
.fc-theme-standard .fc-scrollgrid {
    border-radius: 0.5rem;
    overflow: hidden;
    border: none !important;
}

.fc-theme-standard td, 
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
    border-color: #eaedf2 !important;
}

.fc .fc-daygrid-day-frame {
    padding: 4px;
    transition: background-color 0.2s;
}

.fc .fc-daygrid-day-frame:hover {
    background-color: rgba(13, 110, 253, 0.04);
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number {
    color: #495057;
    text-decoration: none !important;
    padding: 6px;
}

.fc-header-toolbar {
    margin-bottom: 1.5rem !important;
}

/* Button styling */
.fc .fc-button-primary {
    background-color: #005a36;
    border-color: #005a36;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s;
}

.fc .fc-button-primary:not(:disabled):hover {
    background-color: #007c4b;
    border-color: #007c4b;
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #003d25;
    border-color: #002c1a;
}

/* Event Styling */
.fc-event {
    border-radius: 4px;
    border: none !important;
    font-size: 0.875rem;
    padding: 3px 5px;
    cursor: pointer;
    transition: transform 0.15s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.fc-event:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fc-event-title {
    font-weight: 500;
    color: white;
}

.fc-event-time {
    color: white;
}

/* Different status colors */
.fc-event.event-scheduled {
    background-color: #005a36 !important;
    border-left: 3px solid #002c1a !important;
}

.fc-event.event-pending {
    background-color: #ffc107 !important;
    border-left: 3px solid #d39e00 !important;
    color: #212529 !important;
}

.fc-event.event-completed {
    background-color: #198754 !important;
    border-left: 3px solid #0f5132 !important;
}

.fc-event.event-cancelled {
    background-color: #6c757d !important;
    border-left: 3px solid #495057 !important;
    text-decoration: line-through;
}

/* Filter section styling */
.filter-container {
    background: #fff;
    padding: 1.25rem;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.filter-container .form-check-inline {
    margin-right: 1.5rem;
}

.filter-container .badge {
    padding: 0.5rem 0.75rem;
    font-weight: 500;
}

/* Meeting Modal Styling */
.modal-meeting-details .modal-header {
    background-color: #f8f9fa;
    border-bottom: none;
    padding: 1.5rem;
}

.modal-meeting-details .modal-body {
    padding: 1.5rem;
}

.modal-meeting-details .modal-footer {
    border-top: none;
    padding: 1rem 1.5rem 1.5rem;
}

.meeting-detail-row {
    margin-bottom: 1rem;
}

.meeting-detail-label {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.meeting-detail-value {
    font-size: 1rem;
}

#joinMeetingBtn {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 500;
    transition: all 0.2s;
}

#joinMeetingBtn:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

#completeMeetingBtn {
    background-color: #198754;
    border-color: #198754;
    font-weight: 500;
    transition: all 0.2s;
}

#completeMeetingBtn:hover {
    background-color: #157347;
    border-color: #146c43;
}

#cancelMeetingBtn {
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: 500;
    transition: all 0.2s;
}

#cancelMeetingBtn:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
}

/* Empty day cell content */
.fc-daygrid-day-events:empty::before {
    content: '';
    display: block;
    height: 4px;
}

/* Ticket Dashboard Styles */
.icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-light {
    background-color: rgba(13, 110, 253, 0.15);
}

.bg-success-light {
    background-color: rgba(25, 135, 84, 0.15);
}

.bg-warning-light {
    background-color: rgba(255, 193, 7, 0.15);
}

.bg-info-light {
    background-color: rgba(13, 202, 240, 0.15);
}

.bg-danger-light {
    background-color: rgba(220, 53, 69, 0.15);
}

.ticket-row:hover {
    background-color: rgba(13, 110, 253, 0.05);
    transition: background-color 0.3s ease;
}

/* Pagination Enhancements */
.pagination .page-link {
    color: #0d6efd;
    border-radius: 0.25rem;
    margin: 0 2px;
}

.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Form Enhancements */
.form-floating label {
    color: #6c757d;
}

.form-select:focus, .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.input-group-text {
    color: #6c757d;
}

/* Card Enhancements */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Badge Enhancements */
.badge {
    font-weight: 500;
    padding: 0.35em 0.65em;
    text-transform: capitalize;
}

/* Tooltip Styles */
[data-bs-toggle="tooltip"] {
    cursor: help;
}

/* Table Enhancements */
.table-hover tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.05);
}

.table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.table td {
    vertical-align: middle;
}

/* Software Updates Styling */
.software-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.software-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.software-card.border-primary {
    border-left: 3px solid var(--primary) !important;
}

.software-filters {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 20px;
}

.software-card .card-footer {
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Badge styling for file types */
.badge.bg-warning {
    background-color: #ffc107 !important;
}

.badge.bg-info {
    background-color: #17a2b8 !important;
}

.badge.bg-secondary {
    background-color: #6c757d !important;
}

/* Software modal styling */
#modalCompatibleDevices .badge {
    margin-right: 5px;
    margin-bottom: 5px;
}

/* File upload styling */
.attachment-section {
    transition: all 0.3s ease;
}

.attachment-section:hover {
    background-color: #e9ecef;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

/* Device cards styling */
#devicesList .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#devicesList .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* Modern Product Cards */
.product-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(var(--primary-rgb), 0.3);
}

.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    height: 280px;
}

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

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

.product-card:hover .product-overlay {
    opacity: 0.9;
}

.overlay-content {
    color: white;
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.product-card:hover .overlay-content {
    transform: translateY(0);
}

.overlay-content i {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.product-content {
    padding: 2rem;
    position: relative;
}

.product-category {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary) 0%, #f47321 50%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.product-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product-description {
    color: #636e72;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.product-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.product-features li {
    padding: 0.4rem 0;
    color: #2d3436;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.product-features li i {
    margin-right: 0.8rem;
    font-size: 0.8rem;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: auto;
}

.product-price {
    flex: 1;
}

.price-label {
    font-size: 0.95rem;
    color: var(--primary);
    font-weight: 600;
}

.quote-btn {
    background: linear-gradient(135deg, var(--primary) 0%, #f47321 50%);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3);
}

.quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.4);
    background: linear-gradient(135deg, #f47321 0%, var(--primary) 100%);
}

/* Section Headers */
.section-header {
    margin-bottom: 3rem;
}

.section-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary) 0%, #f47321 50%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.2);
}

.section-icon i {
    font-size: 1.5rem;
    color: white;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 0.5rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #636e72;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-card {
        margin-bottom: 2rem;
    }
    
    .product-content {
        padding: 1.5rem;
    }
    
    .product-footer {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .quote-btn {
        width: 100%;
        text-align: center;
    }
    
    .section-header {
        text-align: center;
    }
    
    .section-header .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .section-icon {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }
}

/* CSS Variables for primary color */
:root {
    --primary-rgb: 102, 137, 255;
}

/* Cart Page Modern Styling */
.cart-container {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cart-container .table {
    margin-bottom: 0;
}

.cart-container .table th {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: none;
    padding: 1.2rem;
    font-weight: 600;
    color: #2d3436;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-container .table td {
    padding: 1.5rem 1.2rem;
    border-color: #f1f3f4;
    vertical-align: middle;
}

.cart-container .table tbody tr:hover {
    background-color: rgba(var(--primary-rgb), 0.02);
}

.cart-container .quantity-input {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.5rem;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cart-container .quantity-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
}

.cart-container .btn-outline-danger {
    border: 2px solid #dc3545;
    padding: 0.5rem 0.8rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.cart-container .btn-outline-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.cart-summary .card {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.cart-summary .card-body {
    padding: 2rem;
}

.cart-summary .btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, #f47321 50%);
    border: none;
    padding: 1rem;
    border-radius: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3);
}

.cart-summary .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.4);
}

/* Modern Form Inputs */
.modern-input {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #fff;
}

.modern-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.15);
    background: #fff;
}

.modern-input::placeholder {
    color: #adb5bd;
    font-size: 0.9rem;
}

.modern-input-addon {
    border: 2px solid #e9ecef;
    border-right: none;
    border-radius: 12px 0 0 12px;
    background: #f8f9fa;
    color: #6c757d;
    font-weight: 600;
}

.input-group .modern-input {
    border-left: none;
    border-radius: 0 12px 12px 0;
}

.input-group:focus-within .modern-input-addon {
    border-color: var(--primary);
}

.input-group:focus-within .modern-input {
    border-color: var(--primary);
}

/* Modal Enhancements */
.modal-content {
    backdrop-filter: blur(10px);
}

.modal-backdrop {
    backdrop-filter: blur(5px);
}

/* Button Hover Effects */
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.4) !important;
}