/* Quicker CMMS Page Styles */

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

.tech-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-5px);
}

.tech-item h4 {
    color: #47b2e4;
    margin-bottom: 15px;
    font-size: 18px;
}

.tech-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-item ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}

.tech-item ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #47b2e4;
    font-weight: bold;
}

.industry-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.industry-card i {
    font-size: 48px;
    color: #47b2e4;
    margin-bottom: 20px;
}

.industry-card h4 {
    color: #37517e;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.benefit-item {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.benefit-item i {
    font-size: 32px;
    color: #47b2e4;
    margin-right: 20px;
    margin-top: 5px;
}

.benefit-item h4 {
    color: #37517e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-item p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Service items for features section */
.service-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-item .icon {
    margin-bottom: 20px;
}

.service-item .icon i {
    font-size: 48px;
    color: #47b2e4;
}

.service-item h3 {
    color: #37517e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Hero section specific for Quicker */
#quicker-hero {
    width: 100%;
    min-height: 60vh;
    position: relative;
    padding: 160px 0 80px 0;
    display: flex;
    align-items: center;
}

#quicker-hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#quicker-hero:before {
    content: "";
    background: rgba(55, 81, 126, 0.8);
    position: absolute;
    inset: 0;
    z-index: 2;
}

#quicker-hero .container {
    position: relative;
    z-index: 3;
}

#quicker-hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

#quicker-hero p {
    color: rgba(255, 255, 255, 0.8);
    margin: 10px 0 0 0;
    font-size: 20px;
}

#quicker-hero img {
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.btn-get-started {
    color: #fff;
    background: #47b2e4;
    font-family: var(--default-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #47b2e4;
    text-decoration: none;
}

.btn-get-started:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #quicker-hero h1 {
        font-size: 32px;
    }

    #quicker-hero p {
        font-size: 18px;
    }

    .tech-item,
    .industry-card,
    .benefit-item,
    .service-item {
        margin-bottom: 30px;
    }
}

/* Light background sections */
.light-background {
    background-color: #f8f9fa;
}

/* Call to action section */
.call-to-action {
    background: linear-gradient(rgba(55, 81, 126, 0.8), rgba(55, 81, 126, 0.8)), url('../img/cta-bg.jpg') center center;
    background-size: cover;
    padding: 120px 0;
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.call-to-action p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.cta-btn {
    font-family: var(--default-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}

.cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
    color: #fff;
}