/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

background: url('../img/perfecttempinc-hvac-chicago-ac-repair-installation.webp') center center repeat;
background-image: url('../img/perfecttempinc-hvac-chicago-ac-repair-installation.webp') center center repeat;

/* Emergency Phone Number Styling */
.emergency-phone {
    background: #FF6B35;
    color: white !important;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.emergency-phone:hover {
    background: #E55A2B;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

/* Call Now Button Styling */
.call-now-btn {
    background: #2563EB;
    color: white !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin: 5px;
    transition: all 0.3s ease;
}

.call-now-btn:hover {
    background: #1D4ED8;
    color: white !important;
    transform: translateY(-1px);
}

/* Emergency Hours Box */
.emergency-hours {
    background: #f8f9fa;
    border-left: 4px solid #DC2626;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

/* Prominent phone number in header */
.topbar .phone-prominent {
    font-size: 1.2em;
    font-weight: bold;
    color: #FF6B35 !important;
}

/* Make carousel CTAs more prominent */
.home-carousel .item h1 {
    font-size: 2.5em !important;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.home-carousel .item p {
    font-size: 1.3em !important;
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

/* Emergency CTA styling for carousel */
.carousel-cta {
    background: #FF6B35;
    color: white !important;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.carousel-cta:hover {
    background: #E55A2B;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}

/* See more section styling */
.see-more {
    background: linear-gradient(135deg, #FF6B35, #E55A2B);
    color: white;
    padding: 40px 0;
}

.see-more h3 {
    color: white !important;
    font-size: 2.2em;
    margin-bottom: 20px;
}

.see-more p {
    color: white !important;
    font-size: 1.2em;
}

/* True Emergency Styling - Deep Red for Critical Situations */
.true-emergency {
    background: #DC2626 !important;
    color: white !important;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.true-emergency:hover {
    background: #B91C1C !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(220, 38, 38, 0); }
    100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

/* Professional Trust Elements */
.trust-element {
    color: #2563EB !important;
    font-weight: 600;
}

/* Remove hover effects from client logos */
.clients .item:hover {
    transform: none !important;
    opacity: 1 !important;
}

.clients .item img:hover {
    transform: none !important;
    opacity: 1 !important;
}
