/* ========================================
   POLICY & CONTACT PAGES STYLES
   ======================================== */

/* Page Banner */
.page-banner {
    background-size: cover;
    background-position: center;
    margin-top: 80px;
}

.page-title {
    font-size: 52px;
    font-weight: 800;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.breadcrumb-link {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
}

.breadcrumb-link li a {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none;
}

.breadcrumb-link li a:hover {
    color: #FFD700 !important;
}

.breadcrumb-link li.active {
    color: #FFD700 !important;
}

.breadcrumb-link li:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
    color: rgba(255,255,255,0.5);
}

/* Policy Content Section */
.policy-section {
    background: #f8fafc;
    padding: 80px 0 80px;
}

.policy-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.07);
    border: 1px solid #e5e7eb;
}

.policy-effective-date {
    display: inline-block;
    background: #000;
    color: #FFD700 !important;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.policy-intro {
    font-size: 17px;
    color: #4b5563 !important;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f3f4f6;
}

.policy-item {
    margin-bottom: 35px;
    padding: 30px;
    background: #f8fafc;
    border-radius: 14px;
    border-left: 4px solid #FFD700;
    transition: all 0.3s ease;
}

.policy-item:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateX(4px);
}

.policy-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827 !important;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-item h3 .item-number {
    background: #000;
    color: #FFD700 !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.policy-item p {
    font-size: 15px;
    color: #6b7280 !important;
    line-height: 1.8;
    margin: 0;
}

/* Contact Page */
.contact-section {
    background: #f8fafc;
    padding: 80px 0;
}

.contact-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.07);
    border: 1px solid #e5e7eb;
    height: 100%;
}

.contact-section-label {
    display: inline-block;
    background: #000;
    color: #FFD700 !important;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info-card h2 {
    font-size: 32px;
    font-weight: 800;
    color: #111827 !important;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
}

.contact-info-card > p {
    color: #6b7280 !important;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

.contact-info-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #FFD700;
}

.contact-icon {
    width: 52px;
    height: 52px;
    background: #000;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    color: #FFD700 !important;
    font-size: 20px;
}

.contact-item-text .label {
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
}

.contact-item-text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111827 !important;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.contact-item-text h4 a {
    color: #111827 !important;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item-text h4 a:hover {
    color: #FFD700 !important;
}

/* CTA Strip */
.policy-cta-strip {
    background: #000;
    padding: 50px 0;
    text-align: center;
}

.policy-cta-strip h3 {
    color: #fff !important;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.policy-cta-strip a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFD700;
    color: #000 !important;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.policy-cta-strip a:hover {
    background: #FFA500;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,215,0,0.4);
}

@media (max-width: 991px) {
    .policy-card { padding: 35px 30px; }
    .page-title { font-size: 38px; }
    .contact-info-card { margin-bottom: 30px; }
}

@media (max-width: 767px) {
    .policy-card { padding: 25px 20px; }
    .page-title { font-size: 30px; }
    .policy-item { padding: 20px; }
}
