        .contact-header-badge {
            background: linear-gradient(135deg, #1E3A8A 0%, #2a4baf 100%);
            color: white;
            padding: 10px 25px;
            border-radius: 50px;
            display: inline-block;
            font-weight: 600;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
        
        .support-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border: 1px solid rgba(250,165,26,0.2);
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .support-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(30,58,138,0.15);
            border-color: #fa9805;
        }
        
        .support-icon {
            width: 70px;
            height: 70px;
            background: rgba(250,165,26,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .support-icon i {
            font-size: 2rem;
            color: #fa9805;
        }
        
        .contact-info-card {
            background: linear-gradient(135deg, #1E3A8A 0%, #2a4baf 100%);
            color: white;
            border-radius: 20px;
            padding: 40px;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .contact-info-card::before {
            content: "📞";
            position: absolute;
            right: -20px;
            bottom: -20px;
            font-size: 120px;
            opacity: 0.1;
            transform: rotate(-15deg);
        }
        
        .contact-info-card h3, .contact-info-card p, .contact-info-card i {
            color: white;
        }
        
        .contact-info-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        
        .contact-info-item i {
            width: 40px;
            height: 40px;
            background: rgba(250,165,26,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 1.2rem;
            color: #fa9805;
        }
        
        .form-control-custom {
            border: 2px solid #e9ecef;
            border-radius: 15px;
            padding: 15px 20px;
            transition: all 0.3s ease;
        }
        
        .form-control-custom:focus {
            border-color: #fa9805;
            box-shadow: 0 0 0 0.2rem rgba(250,165,26,0.25);
        }
        
        .btn-submit {
            background: linear-gradient(135deg, #1E3A8A 0%, #2a4baf 100%);
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .btn-submit:hover {
            background: linear-gradient(135deg, #2a4baf 0%, #1E3A8A 100%);
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(30,58,138,0.3);
            color: white;
        }
        
        .benefit-tag {
            background: #f8f9fa;
            border-radius: 30px;
            padding: 12px 20px;
            margin-bottom: 15px;
            border-left: 4px solid #fa9805;
            transition: all 0.2s ease;
        }
        
        .benefit-tag:hover {
            background: #e9ecef;
            transform: translateX(5px);
        }
        
        .benefit-tag i {
            color: #1E3A8A;
            margin-right: 15px;
            font-size: 1.2rem;
        }
        
        .address-box {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 25px;
            border: 1px solid rgba(250,165,26,0.2);
        }
        
        .address-line {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .address-line i {
            color: #fa9805;
            width: 30px;
            font-size: 1.2rem;
        }
        
        .map-placeholder {
            background: #e9ecef;
            border-radius: 15px;
            height: 370px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6c757d;
            border: 2px dashed #fa9805;
        }
        
        .quick-response {
            background: #e8f5e9;
            border-radius: 15px;
            padding: 20px;
            color: #2e7d32;
            border: 1px solid #a5d6a7;
        }
        .benefit-tag{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:30px;
    margin-bottom:12px;
    font-size:15px;
    font-weight:500;
}

.benefit-tag i{
    font-size:14px;
}
