/* Premium Services Page Styles */

/* --- Reuse Variables --- */
:root {
    --glass-border: 1px solid rgba(255, 255, 255, 0.2);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    --primary-gradient: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
    --bg-light: #f8fafc;
    --card-hover-transform: translateY(-8px);
}

body {
    background-color: var(--bg-light);
}

/* --- Page Title Section (Same as About) --- */
.page-title {
    position: relative;
    background: var(--primary-gradient) !important;
    padding: 80px 0 60px !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0.6;
}

.page-title .title {
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.page-title .breadcrumbs {
    background: rgba(255, 255, 255, 0.1) !important;
    display: inline-flex !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    backdrop-filter: blur(5px) !important;
}

.page-title .breadcrumbs li {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.page-title .breadcrumbs li a {
    color: #fff !important;
    font-weight: 700 !important;
}

.page-title .breadcrumbs li a:hover {
    text-decoration: underline !important;
}


/* --- Services Section --- */
.page-our-service {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background-color: #f8fafc !important;
}

/* Heading Typography */
.page-our-service .heading-section h3 {
    font-size: 42px !important;
    font-weight: 800 !important;
    background: var(--primary-gradient);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 25px !important;
}

.page-our-service .heading-section .description {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #4b5563 !important;
    max-width: 800px;
    margin: 0 auto;
}

/* Service Cards - Enhanced Style 3 */
.service-item.style-3 {
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    overflow: hidden;
    height: 100% !important;
    position: relative;
    padding-bottom: 20px !important;
}

.service-item.style-3:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12) !important;
    border-color: #3B82F6 !important;
    /* Secondary Blue border on hover */
}

/* Image enhancement */
.service-item.style-3 .image-wrap {
    border-radius: 20px !important;
    margin: 15px 15px 0 15px !important;
    overflow: hidden;
    box-shadow: none !important;
    height: 240px !important;
}

.service-item.style-3 .image-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.8s ease !important;
    border-radius: 16px !important;
}

.service-item.style-3:hover .image-wrap img {
    transform: scale(1.15) !important;
}

/* Content Area */
.service-item.style-3 .content {
    padding: 25px !important;
    position: relative;
    z-index: 2;
}

.service-item.style-3 .content h5.title {
    margin-bottom: 15px !important;
    min-height: auto !important;
}

.service-item.style-3 .content h5.title a {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    transition: color 0.3s ease !important;
    display: block;
    line-height: 1.3;
}

.service-item.style-3:hover .content h5.title a {
    color: #1E3A8A !important;
    /* Primary Brand Blue */
}

.service-item.style-3 .content p {
    color: #6b7280 !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
    font-size: 15px !important;
}

/* Card Button */
.service-item.style-3 .tf-btn-link {
    background: #eff6ff !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    color: #1E3A8A !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
    position: absolute !important;
    bottom: 25px;
    left: 25px;
    border: 1px solid transparent;
}

.service-item.style-3 .tf-btn-link:hover {
    background: #1E3A8A !important;
    color: #fff !important;
    padding-right: 30px !important;
    box-shadow: 0 5px 15px rgba(30, 58, 138, 0.2);
}

.service-item.style-3 .tf-btn-link i {
    margin-left: 8px !important;
    transition: margin 0.3s ease !important;
}

.service-item.style-3 .tf-btn-link:hover i {
    margin-left: 12px !important;
}


/* --- Contact / Request Quote Section --- */
.section-contact {
    padding: 80px 0 !important;
    background: #fff;
}

/* Contact Info Box */
.section-contact .box-contact {
    background: #f8fafc !important;
    padding: 50px !important;
    border-radius: 30px !important;
    height: 100%;
}

.section-contact .heading-section h3 {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #1E3A8A !important;
    margin-bottom: 15px !important;
}

.section-contact .list-info li {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    color: #374151 !important;
}

.section-contact .list-info li i {
    width: 45px;
    height: 45px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E3A8A;
    margin-right: 15px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.section-contact .list-info li:hover i {
    background: #1E3A8A;
    color: #fff;
}

/* Form Styling - Reuse from Home but specific */
.section-contact .form-consultation {
    background: #fff !important;
    border-radius: 30px !important;
    padding: 50px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e5e7eb !important;
}

.section-contact .form-consultation h4 {
    font-weight: 800 !important;
    color: #1E3A8A !important;
    margin-bottom: 30px !important;
}

.section-contact .form-consultation input.tf-input {
    background-color: #f9fafb !important;
    border: 2px solid #f1f5f9 !important;
    border-radius: 12px !important;
    padding: 18px 25px !important;
    transition: all 0.3s ease;
}

.section-contact .form-consultation input.tf-input:focus {
    background-color: #fff !important;
    border-color: #3B82F6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

.section-contact .form-consultation button[type="submit"] {
    width: 100% !important;
    border-radius: 12px !important;
    padding: 20px !important;
    background: var(--primary-gradient) !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 20px rgba(30, 58, 138, 0.15) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-contact .form-consultation button[type="submit"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 40px rgba(30, 58, 138, 0.25) !important;
}


/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .page-title {
        padding: 60px 0 40px !important;
    }

    .page-title .title {
        font-size: 32px !important;
    }

    .page-our-service {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .service-item.style-3 .image-wrap {
        height: 200px !important;
    }

    .section-contact .box-contact,
    .section-contact .form-consultation {
        padding: 30px 20px !important;
    }

    .section-contact .heading-section h3 {
        font-size: 28px !important;
    }
}